@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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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.IdentityType
public 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.IdentityType
public 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 AwsResponse
public static CreateEmailIdentityResponse.Builder builder()
public static Class<? extends CreateEmailIdentityResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.