@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdentityInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about an email identity.
Constructor and Description |
---|
IdentityInfo() |
Modifier and Type | Method and Description |
---|---|
IdentityInfo |
clone() |
boolean |
equals(Object obj) |
String |
getIdentityName()
The address or domain of the identity.
|
String |
getIdentityType()
The email identity type.
|
Boolean |
getSendingEnabled()
Indicates whether or not you can send email from the identity.
|
String |
getVerificationStatus()
The verification status of the identity.
|
int |
hashCode() |
Boolean |
isSendingEnabled()
Indicates whether or not you can send email from the identity.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdentityName(String identityName)
The address or domain of the identity.
|
void |
setIdentityType(String identityType)
The email identity type.
|
void |
setSendingEnabled(Boolean sendingEnabled)
Indicates whether or not you can send email from the identity.
|
void |
setVerificationStatus(String verificationStatus)
The verification status of the identity.
|
String |
toString()
Returns a string representation of this object.
|
IdentityInfo |
withIdentityName(String identityName)
The address or domain of the identity.
|
IdentityInfo |
withIdentityType(IdentityType identityType)
The email identity type.
|
IdentityInfo |
withIdentityType(String identityType)
The email identity type.
|
IdentityInfo |
withSendingEnabled(Boolean sendingEnabled)
Indicates whether or not you can send email from the identity.
|
IdentityInfo |
withVerificationStatus(String verificationStatus)
The verification status of the identity.
|
IdentityInfo |
withVerificationStatus(VerificationStatus verificationStatus)
The verification status of the identity.
|
public void setIdentityType(String identityType)
The email identity type. Note: the MANAGED_DOMAIN
type is not supported for email identity types.
identityType
- The email identity type. Note: the MANAGED_DOMAIN
type is not supported for email identity
types.IdentityType
public String getIdentityType()
The email identity type. Note: the MANAGED_DOMAIN
type is not supported for email identity types.
MANAGED_DOMAIN
type is not supported for email identity
types.IdentityType
public IdentityInfo withIdentityType(String identityType)
The email identity type. Note: the MANAGED_DOMAIN
type is not supported for email identity types.
identityType
- The email identity type. Note: the MANAGED_DOMAIN
type is not supported for email identity
types.IdentityType
public IdentityInfo withIdentityType(IdentityType identityType)
The email identity type. Note: the MANAGED_DOMAIN
type is not supported for email identity types.
identityType
- The email identity type. Note: the MANAGED_DOMAIN
type is not supported for email identity
types.IdentityType
public void setIdentityName(String identityName)
The address or domain of the identity.
identityName
- The address or domain of the identity.public String getIdentityName()
The address or domain of the identity.
public IdentityInfo withIdentityName(String identityName)
The address or domain of the identity.
identityName
- The address or domain of the identity.public void setSendingEnabled(Boolean sendingEnabled)
Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
sendingEnabled
- Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
public Boolean getSendingEnabled()
Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
public IdentityInfo withSendingEnabled(Boolean sendingEnabled)
Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
sendingEnabled
- Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
public Boolean isSendingEnabled()
Indicates whether or not you can send email from the identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
An identity is an email address or domain that you send email from. Before you can send email from an identity, you have to demostrate that you own the identity, and that you authorize Amazon SES to send email from that identity.
public void setVerificationStatus(String verificationStatus)
The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
status of the identity.
NOT_STARTED
– The verification process hasn't been initiated for the identity.
verificationStatus
- The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to
verify the identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the
verification status of the identity.
NOT_STARTED
– The verification process hasn't been initiated for the identity.
VerificationStatus
public String getVerificationStatus()
The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
status of the identity.
NOT_STARTED
– The verification process hasn't been initiated for the identity.
PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to
verify the identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the
verification status of the identity.
NOT_STARTED
– The verification process hasn't been initiated for the identity.
VerificationStatus
public IdentityInfo withVerificationStatus(String verificationStatus)
The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
status of the identity.
NOT_STARTED
– The verification process hasn't been initiated for the identity.
verificationStatus
- The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to
verify the identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the
verification status of the identity.
NOT_STARTED
– The verification process hasn't been initiated for the identity.
VerificationStatus
public IdentityInfo withVerificationStatus(VerificationStatus verificationStatus)
The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to verify the
identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the verification
status of the identity.
NOT_STARTED
– The verification process hasn't been initiated for the identity.
verificationStatus
- The verification status of the identity. The status can be one of the following:
PENDING
– The verification process was initiated, but Amazon SES hasn't yet been able to
verify the identity.
SUCCESS
– The verification process completed successfully.
FAILED
– The verification process failed.
TEMPORARY_FAILURE
– A temporary issue is preventing Amazon SES from determining the
verification status of the identity.
NOT_STARTED
– The verification process hasn't been initiated for the identity.
VerificationStatus
public String toString()
toString
in class Object
Object.toString()
public IdentityInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.