@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSuppressedDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to get a suppressed email destination.
NOOP| Constructor and Description |
|---|
GetSuppressedDestinationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSuppressedDestinationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getEmailAddress()
Email destination to fetch from the suppression list.
|
int |
hashCode() |
void |
setEmailAddress(String emailAddress)
Email destination to fetch from the suppression list.
|
String |
toString()
Returns a string representation of this object.
|
GetSuppressedDestinationRequest |
withEmailAddress(String emailAddress)
Email destination to fetch from the 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)
Email destination to fetch from the suppression list.
emailAddress - Email destination to fetch from the suppression list.public String getEmailAddress()
Email destination to fetch from the suppression list.
public GetSuppressedDestinationRequest withEmailAddress(String emailAddress)
Email destination to fetch from the suppression list.
emailAddress - Email destination to fetch from the suppression list.public String toString()
toString in class ObjectObject.toString()public GetSuppressedDestinationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.