@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEmailIdentityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
Constructor and Description |
---|
CreateEmailIdentityResult() |
Modifier and Type | Method and Description |
---|---|
CreateEmailIdentityResult |
clone() |
boolean |
equals(Object obj) |
DkimAttributes |
getDkimAttributes()
An object that contains information about the DKIM attributes for the identity.
|
String |
getIdentityType()
The email identity type.
|
Boolean |
getVerifiedForSendingStatus()
Specifies whether or not the identity is verified.
|
int |
hashCode() |
Boolean |
isVerifiedForSendingStatus()
Specifies whether or not the identity is verified.
|
void |
setDkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
void |
setIdentityType(String identityType)
The email identity type.
|
void |
setVerifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified.
|
String |
toString()
Returns a string representation of this object.
|
CreateEmailIdentityResult |
withDkimAttributes(DkimAttributes dkimAttributes)
An object that contains information about the DKIM attributes for the identity.
|
CreateEmailIdentityResult |
withIdentityType(IdentityType identityType)
The email identity type.
|
CreateEmailIdentityResult |
withIdentityType(String identityType)
The email identity type.
|
CreateEmailIdentityResult |
withVerifiedForSendingStatus(Boolean verifiedForSendingStatus)
Specifies whether or not the identity is verified.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setIdentityType(String identityType)
The email identity type.
identityType
- The email identity type.IdentityType
public String getIdentityType()
The email identity type.
IdentityType
public CreateEmailIdentityResult withIdentityType(String identityType)
The email identity type.
identityType
- The email identity type.IdentityType
public CreateEmailIdentityResult withIdentityType(IdentityType identityType)
The email identity type.
identityType
- The email identity type.IdentityType
public void setVerifiedForSendingStatus(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.
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 Boolean getVerifiedForSendingStatus()
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 CreateEmailIdentityResult withVerifiedForSendingStatus(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.
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 Boolean isVerifiedForSendingStatus()
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 void setDkimAttributes(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.
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 DkimAttributes getDkimAttributes()
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 CreateEmailIdentityResult withDkimAttributes(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.
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 String toString()
toString
in class Object
Object.toString()
public CreateEmailIdentityResult clone()