Class GetChangeLogsRequest

    • Method Detail

      • assessmentId

        public final String assessmentId()

        The unique identifier for the assessment.

        Returns:
        The unique identifier for the assessment.
      • controlSetId

        public final String controlSetId()

        The unique identifier for the control set.

        Returns:
        The unique identifier for the control set.
      • controlId

        public final String controlId()

        The unique identifier for the control.

        Returns:
        The unique identifier for the control.
      • nextToken

        public final String nextToken()

        The pagination token that's used to fetch the next set of results.

        Returns:
        The pagination token that's used to fetch the next set of results.
      • maxResults

        public final Integer maxResults()

        Represents the maximum number of results on a page or for an API request call.

        Returns:
        Represents the maximum number of results on a page or for an API request call.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object