public class DeleteIdentityRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes the specified identity (an email address or a domain) from the list of verified identities.
You can execute this operation no more than once per second.
| Constructor and Description |
|---|
DeleteIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getIdentity()
The identity to be removed from the list of identities for the AWS
Account.
|
int |
hashCode() |
void |
setIdentity(java.lang.String identity)
The identity to be removed from the list of identities for the AWS
Account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIdentityRequest |
withIdentity(java.lang.String identity)
The identity to be removed from the list of identities for the AWS
Account.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getIdentity()
The identity to be removed from the list of identities for the AWS Account.
The identity to be removed from the list of identities for the AWS Account.
public void setIdentity(java.lang.String identity)
The identity to be removed from the list of identities for the AWS Account.
identity - The identity to be removed from the list of identities for the AWS Account.
public DeleteIdentityRequest withIdentity(java.lang.String identity)
The identity to be removed from the list of identities for the AWS Account.
Returns a reference to this object so that method calls can be chained together.
identity - The identity to be removed from the list of identities for the AWS Account.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.