public class SetIdentityFeedbackForwardingEnabledRequest extends AmazonWebServiceRequest implements java.io.Serializable
SetIdentityFeedbackForwardingEnabled operation.
Given an identity (email address or domain), enables or disables whether Amazon SES forwards feedback notifications as email. Feedback forwarding may only be disabled when both complaint and bounce topics are set. For more information about feedback notification, see the Amazon SES Developer Guide .
| コンストラクタと説明 |
|---|
SetIdentityFeedbackForwardingEnabledRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getForwardingEnabled()
Sets whether Amazon SES will forward feedback notifications as email.
|
java.lang.String |
getIdentity()
The identity for which to set feedback notification forwarding.
|
int |
hashCode() |
java.lang.Boolean |
isForwardingEnabled()
Sets whether Amazon SES will forward feedback notifications as email.
|
void |
setForwardingEnabled(java.lang.Boolean forwardingEnabled)
Sets whether Amazon SES will forward feedback notifications as email.
|
void |
setIdentity(java.lang.String identity)
The identity for which to set feedback notification forwarding.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetIdentityFeedbackForwardingEnabledRequest |
withForwardingEnabled(java.lang.Boolean forwardingEnabled)
Sets whether Amazon SES will forward feedback notifications as email.
|
SetIdentityFeedbackForwardingEnabledRequest |
withIdentity(java.lang.String identity)
The identity for which to set feedback notification forwarding.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic SetIdentityFeedbackForwardingEnabledRequest()
public java.lang.String getIdentity()
user@example.com, example.com.user@example.com, example.com.public void setIdentity(java.lang.String identity)
user@example.com, example.com.identity - The identity for which to set feedback notification forwarding.
Examples: user@example.com, example.com.public SetIdentityFeedbackForwardingEnabledRequest withIdentity(java.lang.String identity)
user@example.com, example.com.
Returns a reference to this object so that method calls can be chained together.
identity - The identity for which to set feedback notification forwarding.
Examples: user@example.com, example.com.public java.lang.Boolean isForwardingEnabled()
true specifies that Amazon SES will forward feedback
notifications as email, in addition to any Amazon SNS topic publishing
otherwise specified. false specifies that Amazon SES will
publish feedback notifications only through Amazon SNS. This value can
only be set to false when topics are specified for both
Bounce and Complaint topic types.true specifies that Amazon SES will forward feedback
notifications as email, in addition to any Amazon SNS topic publishing
otherwise specified. false specifies that Amazon SES will
publish feedback notifications only through Amazon SNS. This value can
only be set to false when topics are specified for both
Bounce and Complaint topic types.public void setForwardingEnabled(java.lang.Boolean forwardingEnabled)
true specifies that Amazon SES will forward feedback
notifications as email, in addition to any Amazon SNS topic publishing
otherwise specified. false specifies that Amazon SES will
publish feedback notifications only through Amazon SNS. This value can
only be set to false when topics are specified for both
Bounce and Complaint topic types.forwardingEnabled - Sets whether Amazon SES will forward feedback notifications as email.
true specifies that Amazon SES will forward feedback
notifications as email, in addition to any Amazon SNS topic publishing
otherwise specified. false specifies that Amazon SES will
publish feedback notifications only through Amazon SNS. This value can
only be set to false when topics are specified for both
Bounce and Complaint topic types.public SetIdentityFeedbackForwardingEnabledRequest withForwardingEnabled(java.lang.Boolean forwardingEnabled)
true specifies that Amazon SES will forward feedback
notifications as email, in addition to any Amazon SNS topic publishing
otherwise specified. false specifies that Amazon SES will
publish feedback notifications only through Amazon SNS. This value can
only be set to false when topics are specified for both
Bounce and Complaint topic types.
Returns a reference to this object so that method calls can be chained together.
forwardingEnabled - Sets whether Amazon SES will forward feedback notifications as email.
true specifies that Amazon SES will forward feedback
notifications as email, in addition to any Amazon SNS topic publishing
otherwise specified. false specifies that Amazon SES will
publish feedback notifications only through Amazon SNS. This value can
only be set to false when topics are specified for both
Bounce and Complaint topic types.public java.lang.Boolean getForwardingEnabled()
true specifies that Amazon SES will forward feedback
notifications as email, in addition to any Amazon SNS topic publishing
otherwise specified. false specifies that Amazon SES will
publish feedback notifications only through Amazon SNS. This value can
only be set to false when topics are specified for both
Bounce and Complaint topic types.true specifies that Amazon SES will forward feedback
notifications as email, in addition to any Amazon SNS topic publishing
otherwise specified. false specifies that Amazon SES will
publish feedback notifications only through Amazon SNS. This value can
only be set to false when topics are specified for both
Bounce and Complaint topic types.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object