Class GetCaseAuditEventsRequest

    • Method Detail

      • caseId

        public final String caseId()

        A unique identifier of the case.

        Returns:
        A unique identifier of the case.
      • domainId

        public final String domainId()

        The unique identifier of the Cases domain.

        Returns:
        The unique identifier of the Cases domain.
      • maxResults

        public final Integer maxResults()

        The maximum number of audit events to return. The current maximum supported value is 25. This is also the default when no other value is provided.

        Returns:
        The maximum number of audit events to return. The current maximum supported value is 25. This is also the default when no other value is provided.
      • nextToken

        public final String nextToken()

        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

        Returns:
        The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
      • 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