Class CreateAuditSuppressionRequest

    • 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.
      • expirationDate

        public final Instant expirationDate()

        The epoch timestamp in seconds at which this suppression expires.

        Returns:
        The epoch timestamp in seconds at which this suppression expires.
      • suppressIndefinitely

        public final Boolean suppressIndefinitely()

        Indicates whether a suppression should exist indefinitely or not.

        Returns:
        Indicates whether a suppression should exist indefinitely or not.
      • description

        public final String description()

        The description of the audit suppression.

        Returns:
        The description of the audit suppression.
      • clientRequestToken

        public final String clientRequestToken()

        Each audit supression must have a unique client request token. If you try to create a new audit suppression with the same token as one that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.

        Returns:
        Each audit supression must have a unique client request token. If you try to create a new audit suppression with the same token as one that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.
      • 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