Class SetIdentityFeedbackForwardingEnabledRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.simpleemail.model.SetIdentityFeedbackForwardingEnabledRequest
-
- All Implemented Interfaces:
ReadLimitInfo,Serializable,Cloneable
public class SetIdentityFeedbackForwardingEnabledRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description SetIdentityFeedbackForwardingEnabledRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetIdentityFeedbackForwardingEnabledRequestclone()Creates a shallow clone of this request.booleanequals(Object obj)BooleangetForwardingEnabled()Sets whether Amazon SES will forward bounce and complaint notifications as email.StringgetIdentity()The identity for which to set bounce and complaint notification forwarding.inthashCode()BooleanisForwardingEnabled()Sets whether Amazon SES will forward bounce and complaint notifications as email.voidsetForwardingEnabled(Boolean forwardingEnabled)Sets whether Amazon SES will forward bounce and complaint notifications as email.voidsetIdentity(String identity)The identity for which to set bounce and complaint notification forwarding.StringtoString()Returns a string representation of this object; useful for testing and debugging.SetIdentityFeedbackForwardingEnabledRequestwithForwardingEnabled(Boolean forwardingEnabled)Sets whether Amazon SES will forward bounce and complaint notifications as email.SetIdentityFeedbackForwardingEnabledRequestwithIdentity(String identity)The identity for which to set bounce and complaint notification forwarding.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
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.
truespecifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.- Parameters:
forwardingEnabled- Sets whether Amazon SES will forward bounce and complaint notifications as email.truespecifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.
-
getForwardingEnabled
public Boolean getForwardingEnabled()
Sets whether Amazon SES will forward bounce and complaint notifications as email.
truespecifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.- Returns:
- Sets whether Amazon SES will forward bounce and complaint
notifications as email.
truespecifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.
-
withForwardingEnabled
public SetIdentityFeedbackForwardingEnabledRequest withForwardingEnabled(Boolean forwardingEnabled)
Sets whether Amazon SES will forward bounce and complaint notifications as email.
truespecifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.- Parameters:
forwardingEnabled- Sets whether Amazon SES will forward bounce and complaint notifications as email.truespecifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification 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.
truespecifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.- Returns:
- Sets whether Amazon SES will forward bounce and complaint
notifications as email.
truespecifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified.falsespecifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set tofalsewhen Amazon SNS topics are set for bothBounceandComplaintnotification types.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SetIdentityFeedbackForwardingEnabledRequest clone()
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
Object.clone()
-
-