@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public GetSuppressedDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()