Class SetIdentityFeedbackForwardingEnabledRequest

    • Constructor Detail

      • SetIdentityFeedbackForwardingEnabledRequest

        public SetIdentityFeedbackForwardingEnabledRequest()
    • Method Detail

      • setIdentity

        public void setIdentity​(String identity)

        The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com, example.com.

        Parameters:
        identity - The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com, example.com.
      • getIdentity

        public String getIdentity()

        The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com, example.com.

        Returns:
        The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com, example.com.
      • withIdentity

        public SetIdentityFeedbackForwardingEnabledRequest withIdentity​(String identity)

        The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com, example.com.

        Parameters:
        identity - The identity for which to set bounce and complaint notification forwarding. Examples: user@example.com, example.com.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setForwardingEnabled

        public void setForwardingEnabled​(Boolean forwardingEnabled)

        Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

        Parameters:
        forwardingEnabled - Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.
      • getForwardingEnabled

        public Boolean getForwardingEnabled()

        Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

        Returns:
        Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.
      • withForwardingEnabled

        public SetIdentityFeedbackForwardingEnabledRequest withForwardingEnabled​(Boolean forwardingEnabled)

        Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

        Parameters:
        forwardingEnabled - Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isForwardingEnabled

        public Boolean isForwardingEnabled()

        Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

        Returns:
        Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object