@Generated(value="software.amazon.awssdk:codegen") public final class CreateEmailIdentityResponse extends SesV2Response implements ToCopyableBuilder<CreateEmailIdentityResponse.Builder,CreateEmailIdentityResponse>
If the email identity is a domain, this object contains information about the DKIM verification status for the 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. Note: the MANAGED_DOMAIN identity type is not supported.
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().
MANAGED_DOMAIN identity type is not supported.IdentityTypepublic final String identityTypeAsString()
The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
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().
MANAGED_DOMAIN identity type is not supported.IdentityTypepublic final Boolean verifiedForSendingStatus()
Specifies whether or not the identity is verified. 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.
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 © 2021. All rights reserved.