|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleemail.model.DeleteIdentityRequest
public class DeleteIdentityRequest
Container for the parameters to the DeleteIdentity operation
.
Deletes the specified identity (email address or domain) from the list of verified identities.
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 |
---|
public DeleteIdentityRequest()
Method Detail |
---|
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |