public class SetIdentityDkimEnabledRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.Boolean |
dkimEnabled
Sets whether DKIM signing is enabled for an identity.
|
private java.lang.String |
identity
The identity for which DKIM signing should be enabled or disabled.
|
NOOP
Constructor and Description |
---|
SetIdentityDkimEnabledRequest() |
Modifier and Type | Method and Description |
---|---|
SetIdentityDkimEnabledRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String identity
The identity for which DKIM signing should be enabled or disabled.
private 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.
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 java.lang.String getIdentity()
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.
identity
- The identity for which DKIM signing should be enabled or disabled.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 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.
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.
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 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SetIdentityDkimEnabledRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()