@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSuppressedDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to retrieve information about an email address that's on the suppression list for your account.
NOOP| Constructor and Description |
|---|
GetSuppressedDestinationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSuppressedDestinationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEmailAddress()
The email address that's on the account suppression list.
|
int |
hashCode() |
void |
setEmailAddress(String emailAddress)
The email address that's on the account suppression list.
|
String |
toString()
Returns a string representation of this object.
|
GetSuppressedDestinationRequest |
withEmailAddress(String emailAddress)
The email address that's on the account suppression list.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setEmailAddress(String emailAddress)
The email address that's on the account suppression list.
emailAddress - The email address that's on the account suppression list.public String getEmailAddress()
The email address that's on the account suppression list.
public GetSuppressedDestinationRequest withEmailAddress(String emailAddress)
The email address that's on the account suppression list.
emailAddress - The email address that's on the account suppression list.public String toString()
toString in class ObjectObject.toString()public GetSuppressedDestinationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.