public class SetIdentityDkimEnabledRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request instructing the service to enable or disable DKIM signing for an identity.
NOOP| Constructor and Description |
|---|
SetIdentityDkimEnabledRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetIdentityDkimEnabledRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Boolean |
getDkimEnabled()
Sets whether DKIM signing is enabled for an identity.
|
String |
getIdentity()
The identity for which DKIM signing should be enabled or disabled.
|
int |
hashCode() |
Boolean |
isDkimEnabled()
Sets whether DKIM signing is enabled for an identity.
|
void |
setDkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity.
|
void |
setIdentity(String identity)
The identity for which DKIM signing should be enabled or disabled.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetIdentityDkimEnabledRequest |
withDkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity.
|
SetIdentityDkimEnabledRequest |
withIdentity(String identity)
The identity for which DKIM signing should be enabled or disabled.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIdentity(String identity)
The identity for which DKIM signing should be enabled or disabled.
identity - The identity for which DKIM signing should be enabled or disabled.public String getIdentity()
The identity for which DKIM signing should be enabled or disabled.
public SetIdentityDkimEnabledRequest withIdentity(String identity)
The identity for which DKIM signing should be enabled or disabled.
identity - The identity for which DKIM signing should be enabled or disabled.public void setDkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity. Set to
true to enable DKIM signing for this identity;
false to disable it.
dkimEnabled - Sets whether DKIM signing is enabled for an identity. Set to
true to enable DKIM signing for this identity;
false to disable it.public Boolean getDkimEnabled()
Sets whether DKIM signing is enabled for an identity. Set to
true to enable DKIM signing for this identity;
false to disable it.
true to enable DKIM signing for this identity;
false to disable it.public SetIdentityDkimEnabledRequest withDkimEnabled(Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity. Set to
true to enable DKIM signing for this identity;
false to disable it.
dkimEnabled - Sets whether DKIM signing is enabled for an identity. Set to
true to enable DKIM signing for this identity;
false to disable it.public Boolean isDkimEnabled()
Sets whether DKIM signing is enabled for an identity. Set to
true to enable DKIM signing for this identity;
false to disable it.
true to enable DKIM signing for this identity;
false to disable it.public String toString()
toString in class ObjectObject.toString()public SetIdentityDkimEnabledRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.