Cloneable
, ReadLimitInfo
, ToCopyableBuilder<SetIdentityDkimEnabledRequest.Builder,SetIdentityDkimEnabledRequest>
@Generated("software.amazon.awssdk:codegen") public class SetIdentityDkimEnabledRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<SetIdentityDkimEnabledRequest.Builder,SetIdentityDkimEnabledRequest>
Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SetIdentityDkimEnabledRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static SetIdentityDkimEnabledRequest.Builder |
builder() |
|
Boolean |
dkimEnabled() |
Sets whether DKIM signing is enabled for an identity.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
identity() |
The identity for which DKIM signing should be enabled or disabled.
|
static Class<? extends SetIdentityDkimEnabledRequest.Builder> |
serializableBuilderClass() |
|
SetIdentityDkimEnabledRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String identity()
The identity for which DKIM signing should be enabled or disabled.
public 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.
true
to enable DKIM signing for
this identity; false
to disable it.public SetIdentityDkimEnabledRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SetIdentityDkimEnabledRequest.Builder,SetIdentityDkimEnabledRequest>
public static SetIdentityDkimEnabledRequest.Builder builder()
public static Class<? extends SetIdentityDkimEnabledRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.