Class SetIdentityFeedbackForwardingEnabledRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
Sets whether Amazon SES will forward bounce and complaint notifications as email.The identity for which to set bounce and complaint notification forwarding.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withForwardingEnabled
(Boolean forwardingEnabled) Sets whether Amazon SES will forward bounce and complaint notifications as email.withIdentity
(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
-
Constructor Details
-
SetIdentityFeedbackForwardingEnabledRequest
public SetIdentityFeedbackForwardingEnabledRequest()
-
-
Method Details
-
setIdentity
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
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
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
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 tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
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 tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
notification types.
-
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 tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
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 tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
notification types.
-
withForwardingEnabled
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 tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
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 tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
notification types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
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 tofalse
when Amazon SNS topics are set for bothBounce
andComplaint
notification types.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-