@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VerifyDestinationNumberResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
VerifyDestinationNumberResult() |
| Modifier and Type | Method and Description |
|---|---|
VerifyDestinationNumberResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The time when the destination phone number was created, in UNIX epoch
time format.
|
String |
getDestinationPhoneNumber()
The phone number in E.164 format.
|
String |
getStatus()
The status for being able to send messages to the phone number.
|
String |
getVerifiedDestinationNumberArn()
The Amazon Resource Name (ARN) for the verified destination phone number.
|
String |
getVerifiedDestinationNumberId()
The unique identifier for the verified destination phone number.
|
int |
hashCode() |
void |
setCreatedTimestamp(Date createdTimestamp)
The time when the destination phone number was created, in UNIX epoch
time format.
|
void |
setDestinationPhoneNumber(String destinationPhoneNumber)
The phone number in E.164 format.
|
void |
setStatus(String status)
The status for being able to send messages to the phone number.
|
void |
setVerifiedDestinationNumberArn(String verifiedDestinationNumberArn)
The Amazon Resource Name (ARN) for the verified destination phone number.
|
void |
setVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verified destination phone number.
|
String |
toString()
Returns a string representation of this object.
|
VerifyDestinationNumberResult |
withCreatedTimestamp(Date createdTimestamp)
The time when the destination phone number was created, in UNIX epoch
time format.
|
VerifyDestinationNumberResult |
withDestinationPhoneNumber(String destinationPhoneNumber)
The phone number in E.164 format.
|
VerifyDestinationNumberResult |
withStatus(String status)
The status for being able to send messages to the phone number.
|
VerifyDestinationNumberResult |
withStatus(VerificationStatus status)
The status for being able to send messages to the phone number.
|
VerifyDestinationNumberResult |
withVerifiedDestinationNumberArn(String verifiedDestinationNumberArn)
The Amazon Resource Name (ARN) for the verified destination phone number.
|
VerifyDestinationNumberResult |
withVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verified destination phone number.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVerifiedDestinationNumberArn(String verifiedDestinationNumberArn)
The Amazon Resource Name (ARN) for the verified destination phone number.
verifiedDestinationNumberArn - The Amazon Resource Name (ARN) for the verified destination phone number.public String getVerifiedDestinationNumberArn()
The Amazon Resource Name (ARN) for the verified destination phone number.
public VerifyDestinationNumberResult withVerifiedDestinationNumberArn(String verifiedDestinationNumberArn)
The Amazon Resource Name (ARN) for the verified destination phone number.
verifiedDestinationNumberArn - The Amazon Resource Name (ARN) for the verified destination phone number.public void setVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verified destination phone number.
verifiedDestinationNumberId - The unique identifier for the verified destination phone number.public String getVerifiedDestinationNumberId()
The unique identifier for the verified destination phone number.
public VerifyDestinationNumberResult withVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verified destination phone number.
verifiedDestinationNumberId - The unique identifier for the verified destination phone number.public void setDestinationPhoneNumber(String destinationPhoneNumber)
The phone number in E.164 format.
destinationPhoneNumber - The phone number in E.164 format.public String getDestinationPhoneNumber()
The phone number in E.164 format.
public VerifyDestinationNumberResult withDestinationPhoneNumber(String destinationPhoneNumber)
The phone number in E.164 format.
destinationPhoneNumber - The phone number in E.164 format.public void setStatus(String status)
The status for being able to send messages to the phone number.
status - The status for being able to send messages to the phone number.VerificationStatuspublic String getStatus()
The status for being able to send messages to the phone number.
VerificationStatuspublic VerifyDestinationNumberResult withStatus(String status)
The status for being able to send messages to the phone number.
status - The status for being able to send messages to the phone number.VerificationStatuspublic VerifyDestinationNumberResult withStatus(VerificationStatus status)
The status for being able to send messages to the phone number.
status - The status for being able to send messages to the phone number.VerificationStatuspublic void setCreatedTimestamp(Date createdTimestamp)
The time when the destination phone number was created, in UNIX epoch time format.
createdTimestamp - The time when the destination phone number was created, in UNIX
epoch time format.public Date getCreatedTimestamp()
The time when the destination phone number was created, in UNIX epoch time format.
public VerifyDestinationNumberResult withCreatedTimestamp(Date createdTimestamp)
The time when the destination phone number was created, in UNIX epoch time format.
createdTimestamp - The time when the destination phone number was created, in UNIX
epoch time format.public String toString()
toString in class ObjectObject.toString()public VerifyDestinationNumberResult clone()