@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteEmailIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to delete an existing email identity. When you delete an identity, you lose the ability to send email from that identity. You can restore your ability to send email by completing the verification process for the identity again.
NOOP
Constructor and Description |
---|
DeleteEmailIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteEmailIdentityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEmailIdentity()
The identity (that is, the email address or domain) to delete.
|
int |
hashCode() |
void |
setEmailIdentity(String emailIdentity)
The identity (that is, the email address or domain) to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEmailIdentityRequest |
withEmailIdentity(String emailIdentity)
The identity (that is, the email address or domain) to delete.
|
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 setEmailIdentity(String emailIdentity)
The identity (that is, the email address or domain) to delete.
emailIdentity
- The identity (that is, the email address or domain) to delete.public String getEmailIdentity()
The identity (that is, the email address or domain) to delete.
public DeleteEmailIdentityRequest withEmailIdentity(String emailIdentity)
The identity (that is, the email address or domain) to delete.
emailIdentity
- The identity (that is, the email address or domain) to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteEmailIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()