|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.simpleemail.model.SetIdentityDkimEnabledRequest
public class SetIdentityDkimEnabledRequest
Container for the parameters to the 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.,
[email protected]
).
For email addresses (e.g., [email protected]
), 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 .
AmazonSimpleEmailService.setIdentityDkimEnabled(SetIdentityDkimEnabledRequest)
,
Serialized FormConstructor Summary | |
---|---|
SetIdentityDkimEnabledRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetIdentityDkimEnabledRequest()
Method Detail |
---|
public java.lang.String getIdentity()
public void setIdentity(java.lang.String identity)
identity
- The identity for which DKIM signing should be enabled or disabled.public SetIdentityDkimEnabledRequest withIdentity(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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 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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |