com.amazonaws.services.simpleemail.model
Class IdentityVerificationAttributes

java.lang.Object
  extended by com.amazonaws.services.simpleemail.model.IdentityVerificationAttributes
All Implemented Interfaces:
java.io.Serializable

public class IdentityVerificationAttributes
extends java.lang.Object
implements java.io.Serializable

Represents the verification attributes of a single identity.

See Also:
Serialized Form

Constructor Summary
IdentityVerificationAttributes()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getVerificationStatus()
          The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
 java.lang.String getVerificationToken()
          The verification token for a domain identity.
 int hashCode()
           
 void setVerificationStatus(java.lang.String verificationStatus)
          The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
 void setVerificationStatus(VerificationStatus verificationStatus)
          The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
 void setVerificationToken(java.lang.String verificationToken)
          The verification token for a domain identity.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 IdentityVerificationAttributes withVerificationStatus(java.lang.String verificationStatus)
          The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
 IdentityVerificationAttributes withVerificationStatus(VerificationStatus verificationStatus)
          The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
 IdentityVerificationAttributes withVerificationToken(java.lang.String verificationToken)
          The verification token for a domain identity.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentityVerificationAttributes

public IdentityVerificationAttributes()
Method Detail

getVerificationStatus

public java.lang.String getVerificationStatus()
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".

Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure, NotStarted

Returns:
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
See Also:
VerificationStatus

setVerificationStatus

public void setVerificationStatus(java.lang.String verificationStatus)
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".

Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure, NotStarted

Parameters:
verificationStatus - The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
See Also:
VerificationStatus

withVerificationStatus

public IdentityVerificationAttributes withVerificationStatus(java.lang.String verificationStatus)
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure, NotStarted

Parameters:
verificationStatus - The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
VerificationStatus

setVerificationStatus

public void setVerificationStatus(VerificationStatus verificationStatus)
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".

Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure, NotStarted

Parameters:
verificationStatus - The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
See Also:
VerificationStatus

withVerificationStatus

public IdentityVerificationAttributes withVerificationStatus(VerificationStatus verificationStatus)
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".

Returns a reference to this object so that method calls can be chained together.

Constraints:
Allowed Values: Pending, Success, Failed, TemporaryFailure, NotStarted

Parameters:
verificationStatus - The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
Returns:
A reference to this updated object so that method calls can be chained together.
See Also:
VerificationStatus

getVerificationToken

public java.lang.String getVerificationToken()
The verification token for a domain identity. Null for email address identities.

Returns:
The verification token for a domain identity. Null for email address identities.

setVerificationToken

public void setVerificationToken(java.lang.String verificationToken)
The verification token for a domain identity. Null for email address identities.

Parameters:
verificationToken - The verification token for a domain identity. Null for email address identities.

withVerificationToken

public IdentityVerificationAttributes withVerificationToken(java.lang.String verificationToken)
The verification token for a domain identity. Null for email address identities.

Returns a reference to this object so that method calls can be chained together.

Parameters:
verificationToken - The verification token for a domain identity. Null for email address identities.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.