public class DeleteIdentityRequest extends AmazonWebServiceRequest implements Serializable
DeleteIdentity operation
.
Deletes the specified identity (email address or domain) from the list of verified identities.
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, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.