ToCopyableBuilder<VerifyDomainIdentityResponse.Builder,VerifyDomainIdentityResponse>
@Generated("software.amazon.awssdk:codegen") public class VerifyDomainIdentityResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<VerifyDomainIdentityResponse.Builder,VerifyDomainIdentityResponse>
Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VerifyDomainIdentityResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VerifyDomainIdentityResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends VerifyDomainIdentityResponse.Builder> |
serializableBuilderClass() |
|
VerifyDomainIdentityResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
verificationToken() |
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String verificationToken()
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.
public VerifyDomainIdentityResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VerifyDomainIdentityResponse.Builder,VerifyDomainIdentityResponse>
public static VerifyDomainIdentityResponse.Builder builder()
public static Class<? extends VerifyDomainIdentityResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.