com.amazonaws.services.simpleemail.model
Class IdentityVerificationAttributes

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

public class IdentityVerificationAttributes
extends Object
implements Serializable

Represents the verification attributes of a single identity.

See Also:
Serialized Form

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

Constructor Detail

IdentityVerificationAttributes

public IdentityVerificationAttributes()
Method Detail

getVerificationStatus

public 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(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(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 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(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(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 String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.