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