public class DeleteIdentityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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.
NOOP
Constructor and Description |
---|
DeleteIdentityRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteIdentityRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DeleteIdentityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.