@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetIdentityDkimEnabledRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
NOOP
Constructor and Description |
---|
SetIdentityDkimEnabledRequest() |
Modifier and Type | Method and Description |
---|---|
SetIdentityDkimEnabledRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public SetIdentityDkimEnabledRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.