@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutEmailIdentityDkimAttributesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to enable or disable DKIM signing of email that you send from an email identity.
NOOP
Constructor and Description |
---|
PutEmailIdentityDkimAttributesRequest() |
Modifier and Type | Method and Description |
---|---|
PutEmailIdentityDkimAttributesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getEmailIdentity()
The email identity that you want to change the DKIM settings for.
|
Boolean |
getSigningEnabled()
Sets the DKIM signing configuration for the identity.
|
int |
hashCode() |
Boolean |
isSigningEnabled()
Sets the DKIM signing configuration for the identity.
|
void |
setEmailIdentity(String emailIdentity)
The email identity that you want to change the DKIM settings for.
|
void |
setSigningEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
|
String |
toString()
Returns a string representation of this object.
|
PutEmailIdentityDkimAttributesRequest |
withEmailIdentity(String emailIdentity)
The email identity that you want to change the DKIM settings for.
|
PutEmailIdentityDkimAttributesRequest |
withSigningEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
|
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 PutEmailIdentityDkimAttributesRequest()
public void setEmailIdentity(String emailIdentity)
The email identity that you want to change the DKIM settings for.
emailIdentity
- The email identity that you want to change the DKIM settings for.public String getEmailIdentity()
The email identity that you want to change the DKIM settings for.
public PutEmailIdentityDkimAttributesRequest withEmailIdentity(String emailIdentity)
The email identity that you want to change the DKIM settings for.
emailIdentity
- The email identity that you want to change the DKIM settings for.public void setSigningEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that Amazon Pinpoint sends from the identity are
DKIM-signed. When you set this value to false
, then the messages that Amazon Pinpoint sends from the
identity aren't DKIM-signed.
signingEnabled
- Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that Amazon Pinpoint sends from the identity
are DKIM-signed. When you set this value to false
, then the messages that Amazon Pinpoint
sends from the identity aren't DKIM-signed.
public Boolean getSigningEnabled()
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that Amazon Pinpoint sends from the identity are
DKIM-signed. When you set this value to false
, then the messages that Amazon Pinpoint sends from the
identity aren't DKIM-signed.
When you set this value true
, then the messages that Amazon Pinpoint sends from the identity
are DKIM-signed. When you set this value to false
, then the messages that Amazon Pinpoint
sends from the identity aren't DKIM-signed.
public PutEmailIdentityDkimAttributesRequest withSigningEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that Amazon Pinpoint sends from the identity are
DKIM-signed. When you set this value to false
, then the messages that Amazon Pinpoint sends from the
identity aren't DKIM-signed.
signingEnabled
- Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that Amazon Pinpoint sends from the identity
are DKIM-signed. When you set this value to false
, then the messages that Amazon Pinpoint
sends from the identity aren't DKIM-signed.
public Boolean isSigningEnabled()
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that Amazon Pinpoint sends from the identity are
DKIM-signed. When you set this value to false
, then the messages that Amazon Pinpoint sends from the
identity aren't DKIM-signed.
When you set this value true
, then the messages that Amazon Pinpoint sends from the identity
are DKIM-signed. When you set this value to false
, then the messages that Amazon Pinpoint
sends from the identity aren't DKIM-signed.
public String toString()
toString
in class Object
Object.toString()
public PutEmailIdentityDkimAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()