ToCopyableBuilder<GetIdentityDkimAttributesResponse.Builder,GetIdentityDkimAttributesResponse>
@Generated("software.amazon.awssdk:codegen") public class GetIdentityDkimAttributesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetIdentityDkimAttributesResponse.Builder,GetIdentityDkimAttributesResponse>
Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetIdentityDkimAttributesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetIdentityDkimAttributesResponse.Builder |
builder() |
|
Map<String,IdentityDkimAttributes> |
dkimAttributes() |
The DKIM attributes for an email address or a domain.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends GetIdentityDkimAttributesResponse.Builder> |
serializableBuilderClass() |
|
GetIdentityDkimAttributesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,IdentityDkimAttributes> dkimAttributes()
The DKIM attributes for an email address or a domain.
public GetIdentityDkimAttributesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetIdentityDkimAttributesResponse.Builder,GetIdentityDkimAttributesResponse>
public static GetIdentityDkimAttributesResponse.Builder builder()
public static Class<? extends GetIdentityDkimAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.