public class SetIdentityDkimEnabledRequest extends AmazonWebServiceRequest implements java.io.Serializable
Enables or disables Easy DKIM signing of email sent from an identity. If Easy DKIM signing is enabled for a domain, then Amazon SES uses DKIM to sign all email that it sends from addresses on that domain. If Easy DKIM signing is enabled for an email address, then Amazon SES uses DKIM to sign all email it sends from that address.
For email addresses (for example, user@example.com
), you can
only enable DKIM signing if the corresponding domain (in this case,
example.com
) has been set up to use Easy DKIM.
You can enable DKIM signing for an identity at any time after you start the verification process for the identity, even if the verification process isn't complete.
You can execute this operation no more than once 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(java.lang.Object obj) |
java.lang.Boolean |
getDkimEnabled()
Sets whether DKIM signing is enabled for an identity.
|
java.lang.String |
getIdentity()
The identity for which DKIM signing should be enabled or disabled.
|
int |
hashCode() |
java.lang.Boolean |
isDkimEnabled()
Sets whether DKIM signing is enabled for an identity.
|
void |
setDkimEnabled(java.lang.Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity.
|
void |
setIdentity(java.lang.String identity)
The identity for which DKIM signing should be enabled or disabled.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SetIdentityDkimEnabledRequest |
withDkimEnabled(java.lang.Boolean dkimEnabled)
Sets whether DKIM signing is enabled for an identity.
|
SetIdentityDkimEnabledRequest |
withIdentity(java.lang.String identity)
The identity for which DKIM signing should be enabled or disabled.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getIdentity()
The identity for which DKIM signing should be enabled or disabled.
The identity for which DKIM signing should be enabled or disabled.
public void setIdentity(java.lang.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 SetIdentityDkimEnabledRequest withIdentity(java.lang.String identity)
The identity for which DKIM signing should be enabled or disabled.
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 java.lang.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.
Sets whether DKIM signing is enabled for an identity. Set to
true
to enable DKIM signing for this identity;
false
to disable it.
public java.lang.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.
Sets whether DKIM signing is enabled for an identity. Set to
true
to enable DKIM signing for this identity;
false
to disable it.
public void setDkimEnabled(java.lang.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 SetIdentityDkimEnabledRequest withDkimEnabled(java.lang.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.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.