@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutAccountVdmAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to submit new account VDM attributes.
NOOP| Constructor and Description |
|---|
PutAccountVdmAttributesRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutAccountVdmAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
VdmAttributes |
getVdmAttributes()
The VDM attributes that you wish to apply to your Amazon SES account.
|
int |
hashCode() |
void |
setVdmAttributes(VdmAttributes vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
|
String |
toString()
Returns a string representation of this object.
|
PutAccountVdmAttributesRequest |
withVdmAttributes(VdmAttributes vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setVdmAttributes(VdmAttributes vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
vdmAttributes - The VDM attributes that you wish to apply to your Amazon SES account.public VdmAttributes getVdmAttributes()
The VDM attributes that you wish to apply to your Amazon SES account.
public PutAccountVdmAttributesRequest withVdmAttributes(VdmAttributes vdmAttributes)
The VDM attributes that you wish to apply to your Amazon SES account.
vdmAttributes - The VDM attributes that you wish to apply to your Amazon SES account.public String toString()
toString in class ObjectObject.toString()public PutAccountVdmAttributesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()