@Generated(value="software.amazon.awssdk:codegen") public final class CreateEmailIdentityResponse extends PinpointEmailResponse implements ToCopyableBuilder<CreateEmailIdentityResponse.Builder,CreateEmailIdentityResponse>
If the email identity is a domain, this object contains tokens that you can use to create a set of CNAME records. To sucessfully verify your domain, you have to add these records to the DNS configuration for your domain.
If the email identity is an email address, this object is empty.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateEmailIdentityResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateEmailIdentityResponse.Builder |
builder() |
DkimAttributes |
dkimAttributes()
An object that contains information about the DKIM attributes for the identity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IdentityType |
identityType()
The email identity type.
|
String |
identityTypeAsString()
The email identity type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateEmailIdentityResponse.Builder> |
serializableBuilderClass() |
CreateEmailIdentityResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
verifiedForSendingStatus()
Specifies whether or not the identity is verified.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final IdentityType identityType()
The email identity type.
If the service returns an enum value that is not available in the current SDK version, identityType will
return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityTypeAsString().
IdentityTypepublic final String identityTypeAsString()
The email identity type.
If the service returns an enum value that is not available in the current SDK version, identityType will
return IdentityType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
identityTypeAsString().
IdentityTypepublic final Boolean verifiedForSendingStatus()
Specifies whether or not the identity is verified. In Amazon Pinpoint, you can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
public final DkimAttributes dkimAttributes()
An object that contains information about the DKIM attributes for the identity. This object includes the tokens that you use to create the CNAME records that are required to complete the DKIM verification process.
public CreateEmailIdentityResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateEmailIdentityResponse.Builder,CreateEmailIdentityResponse>toBuilder in class AwsResponsepublic static CreateEmailIdentityResponse.Builder builder()
public static Class<? extends CreateEmailIdentityResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.