@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 use Amazon Pinpoint 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) that you want to delete from your Amazon Pinpoint account.
|
int |
hashCode() |
void |
setEmailIdentity(String emailIdentity)
The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.
|
String |
toString()
Returns a string representation of this object.
|
DeleteEmailIdentityRequest |
withEmailIdentity(String emailIdentity)
The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.
|
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) that you want to delete from your Amazon Pinpoint account.
emailIdentity
- The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint
account.public String getEmailIdentity()
The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.
public DeleteEmailIdentityRequest withEmailIdentity(String emailIdentity)
The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint account.
emailIdentity
- The identity (that is, the email address or domain) that you want to delete from your Amazon Pinpoint
account.public String toString()
toString
in class Object
Object.toString()
public DeleteEmailIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()