|
Did this page help you?Yes No Tell us about it... |
||||||
| 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.DeleteVerifiedEmailAddressRequest
public class DeleteVerifiedEmailAddressRequest
Container for the parameters to the DeleteVerifiedEmailAddress operation.
Deletes the specified email address from the list of verified addresses.
IMPORTANT:The DeleteVerifiedEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The DeleteIdentity action is now preferred.
AmazonSimpleEmailService.deleteVerifiedEmailAddress(DeleteVerifiedEmailAddressRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteVerifiedEmailAddressRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getEmailAddress()
An email address to be removed from the list of verified addresses. |
int |
hashCode()
|
void |
setEmailAddress(String emailAddress)
An email address to be removed from the list of verified addresses. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteVerifiedEmailAddressRequest |
withEmailAddress(String emailAddress)
An email address to be removed from the list of verified addresses. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteVerifiedEmailAddressRequest()
| Method Detail |
|---|
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - An email address to be removed from the list of verified addresses.public DeleteVerifiedEmailAddressRequest withEmailAddress(String emailAddress)
Returns a reference to this object so that method calls can be chained together.
emailAddress - An email address to be removed from the list of verified addresses.public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||