Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetIdentityDkimAttributesRequest.Builder,GetIdentityDkimAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class GetIdentityDkimAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetIdentityDkimAttributesRequest.Builder,GetIdentityDkimAttributesRequest>
Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIdentityDkimAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetIdentityDkimAttributesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
identities() |
A list of one or more verified identities - email addresses, domains, or both.
|
static Class<? extends GetIdentityDkimAttributesRequest.Builder> |
serializableBuilderClass() |
|
GetIdentityDkimAttributesRequest.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 List<String> identities()
A list of one or more verified identities - email addresses, domains, or both.
public GetIdentityDkimAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIdentityDkimAttributesRequest.Builder,GetIdentityDkimAttributesRequest>
public static GetIdentityDkimAttributesRequest.Builder builder()
public static Class<? extends GetIdentityDkimAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.