Class ListAuditSuppressionsRequest

    • Method Detail

      • checkName

        public final String checkName()
        Returns the value of the CheckName property for this object.
        Returns:
        The value of the CheckName property for this object.
      • resourceIdentifier

        public final ResourceIdentifier resourceIdentifier()
        Returns the value of the ResourceIdentifier property for this object.
        Returns:
        The value of the ResourceIdentifier property for this object.
      • ascendingOrder

        public final Boolean ascendingOrder()

        Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't provided, ascendingOrder=true.

        Returns:
        Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't provided, ascendingOrder=true.
      • nextToken

        public final String nextToken()

        The token for the next set of results.

        Returns:
        The token for the next set of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return at one time. The default is 25.

        Returns:
        The maximum number of results to return at one time. The default is 25.
      • 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