public class SetIdentityDkimEnabledRequest extends AmazonWebServiceRequest implements Serializable
SetIdentityDkimEnabled operation.
Enables or disables Easy DKIM signing of email sent from an identity:
example.com ), then Amazon SES will DKIM-sign all email
sent by addresses under that domain name (e.g.,
user@example.com ).
For email addresses (e.g., user@example.com ), you can
only enable Easy DKIM signing if the corresponding domain (e.g.,
example.com ) has been set up for Easy DKIM using the AWS
Console or the VerifyDomainDkim action.
This action is throttled at one request per second.
For more information about Easy DKIM signing, go to the Amazon SES Developer Guide .
| Constructor and Description |
|---|
SetIdentityDkimEnabledRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic String getIdentity()
public void setIdentity(String identity)
identity - The identity for which DKIM signing should be enabled or disabled.public SetIdentityDkimEnabledRequest withIdentity(String identity)
Returns a reference to this object so that method calls can be chained together.
identity - The identity for which DKIM signing should be enabled or disabled.public Boolean isDkimEnabled()
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 void setDkimEnabled(Boolean dkimEnabled)
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 SetIdentityDkimEnabledRequest withDkimEnabled(Boolean dkimEnabled)
true to enable DKIM signing for this identity;
false to disable it.
Returns a reference to this object so that method calls can be chained together.
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()
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()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.