public class DeleteIdentityRequest extends AmazonWebServiceRequest implements Serializable
DeleteIdentity operation.
Deletes the specified identity (email address or domain) from the list of verified identities.
This action is throttled at one request per second.
| Constructor and Description |
|---|
DeleteIdentityRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getIdentity()
The identity to be removed from the list of identities for the AWS
Account.
|
int |
hashCode() |
void |
setIdentity(String identity)
The identity to be removed from the list of identities for the AWS
Account.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteIdentityRequest |
withIdentity(String identity)
The identity to be removed from the list of identities for the AWS
Account.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic String getIdentity()
public void setIdentity(String identity)
identity - The identity to be removed from the list of identities for the AWS
Account.public DeleteIdentityRequest withIdentity(String identity)
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 String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.