com.amazonaws.services.simpleemail.model
Class DeleteIdentityRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.simpleemail.model.DeleteIdentityRequest

public class DeleteIdentityRequest
extends AmazonWebServiceRequest

Container for the parameters to the DeleteIdentity operation.

Deletes the specified identity (email address or domain) from the list of verified identities.

See Also:
AmazonSimpleEmailService.deleteIdentity(DeleteIdentityRequest)

Constructor Summary
DeleteIdentityRequest()
           
 
Method Summary
 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.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteIdentityRequest

public DeleteIdentityRequest()
Method Detail

getIdentity

public String getIdentity()
The identity to be removed from the list of identities for the AWS Account.

Returns:
The identity to be removed from the list of identities for the AWS Account.

setIdentity

public void setIdentity(String identity)
The identity to be removed from the list of identities for the AWS Account.

Parameters:
identity - The identity to be removed from the list of identities for the AWS Account.

withIdentity

public DeleteIdentityRequest withIdentity(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.

Parameters:
identity - The identity to be removed from the list of identities for the AWS Account.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.