@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSuppressedDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to remove an email address from the suppression list for your account.
NOOP
Constructor and Description |
---|
DeleteSuppressedDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSuppressedDestinationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEmailAddress()
The suppressed email destination to remove from the account suppression list.
|
int |
hashCode() |
void |
setEmailAddress(String emailAddress)
The suppressed email destination to remove from the account suppression list.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSuppressedDestinationRequest |
withEmailAddress(String emailAddress)
The suppressed email destination to remove from 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 suppressed email destination to remove from the account suppression list.
emailAddress
- The suppressed email destination to remove from the account suppression list.public String getEmailAddress()
The suppressed email destination to remove from the account suppression list.
public DeleteSuppressedDestinationRequest withEmailAddress(String emailAddress)
The suppressed email destination to remove from the account suppression list.
emailAddress
- The suppressed email destination to remove from the account suppression list.public String toString()
toString
in class Object
Object.toString()
public DeleteSuppressedDestinationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()