public class SetIdentityFeedbackForwardingEnabledRequest extends AmazonWebServiceRequest implements Serializable
SetIdentityFeedbackForwardingEnabled operation
.
Given an identity (email address or domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.
NOTE:Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS.
This action is throttled at one request per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide .
NOOP
Constructor and Description |
---|
SetIdentityFeedbackForwardingEnabledRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Boolean |
getForwardingEnabled()
Sets whether Amazon SES will forward bounce and complaint
notifications as email.
|
String |
getIdentity()
The identity for which to set bounce and complaint notification
forwarding.
|
int |
hashCode() |
Boolean |
isForwardingEnabled()
Sets whether Amazon SES will forward bounce and complaint
notifications as email.
|
void |
setForwardingEnabled(Boolean forwardingEnabled)
Sets whether Amazon SES will forward bounce and complaint
notifications as email.
|
void |
setIdentity(String identity)
The identity for which to set bounce and complaint notification
forwarding.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetIdentityFeedbackForwardingEnabledRequest |
withForwardingEnabled(Boolean forwardingEnabled)
Sets whether Amazon SES will forward bounce and complaint
notifications as email.
|
SetIdentityFeedbackForwardingEnabledRequest |
withIdentity(String identity)
The identity for which to set bounce and complaint notification
forwarding.
|
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public SetIdentityFeedbackForwardingEnabledRequest()
public String getIdentity()
[email protected]
,
example.com
.[email protected]
,
example.com
.public void setIdentity(String identity)
[email protected]
,
example.com
.identity
- The identity for which to set bounce and complaint notification
forwarding. Examples: [email protected]
,
example.com
.public SetIdentityFeedbackForwardingEnabledRequest withIdentity(String identity)
[email protected]
,
example.com
.
Returns a reference to this object so that method calls can be chained together.
identity
- The identity for which to set bounce and complaint notification
forwarding. Examples: [email protected]
,
example.com
.public Boolean isForwardingEnabled()
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.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.public void setForwardingEnabled(Boolean forwardingEnabled)
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.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.public SetIdentityFeedbackForwardingEnabledRequest withForwardingEnabled(Boolean forwardingEnabled)
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 a reference to this object so that method calls can be chained together.
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.public Boolean getForwardingEnabled()
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.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.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.