@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.
|
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.
|
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.
|
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.
emailIdentity
- The email identity.public String getEmailIdentity()
The email identity.
public PutEmailIdentityDkimAttributesRequest withEmailIdentity(String emailIdentity)
The email identity.
emailIdentity
- The email identity.public void setSigningEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed using
DKIM. If you set this value to false
, your messages are sent without DKIM signing.
signingEnabled
- Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed
using DKIM. If you set this value to false
, your messages are sent without DKIM signing.
public Boolean getSigningEnabled()
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed using
DKIM. If you set this value to false
, your messages are sent without DKIM signing.
When you set this value true
, then the messages that are sent from the identity are signed
using DKIM. If you set this value to false
, your messages are sent without DKIM signing.
public PutEmailIdentityDkimAttributesRequest withSigningEnabled(Boolean signingEnabled)
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed using
DKIM. If you set this value to false
, your messages are sent without DKIM signing.
signingEnabled
- Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed
using DKIM. If you set this value to false
, your messages are sent without DKIM signing.
public Boolean isSigningEnabled()
Sets the DKIM signing configuration for the identity.
When you set this value true
, then the messages that are sent from the identity are signed using
DKIM. If you set this value to false
, your messages are sent without DKIM signing.
When you set this value true
, then the messages that are sent from the identity are signed
using DKIM. If you set this value to false
, your messages are sent without DKIM signing.
public String toString()
toString
in class Object
Object.toString()
public PutEmailIdentityDkimAttributesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()