@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVerifiedDestinationNumberResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteVerifiedDestinationNumberResult() |
Modifier and Type | Method and Description |
---|---|
DeleteVerifiedDestinationNumberResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The time when the destination phone number was created, in UNIX epoch
time format.
|
String |
getDestinationPhoneNumber()
The verified destination phone number, in E.164 format.
|
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 verified destination phone number, in E.164 format.
|
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.
|
DeleteVerifiedDestinationNumberResult |
withCreatedTimestamp(Date createdTimestamp)
The time when the destination phone number was created, in UNIX epoch
time format.
|
DeleteVerifiedDestinationNumberResult |
withDestinationPhoneNumber(String destinationPhoneNumber)
The verified destination phone number, in E.164 format.
|
DeleteVerifiedDestinationNumberResult |
withVerifiedDestinationNumberArn(String verifiedDestinationNumberArn)
The Amazon Resource Name (ARN) for the verified destination phone number.
|
DeleteVerifiedDestinationNumberResult |
withVerifiedDestinationNumberId(String verifiedDestinationNumberId)
The unique identifier for the verified destination phone number.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteVerifiedDestinationNumberResult()
public 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 DeleteVerifiedDestinationNumberResult 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 DeleteVerifiedDestinationNumberResult 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 verified destination phone number, in E.164 format.
destinationPhoneNumber
- The verified destination phone number, in E.164 format.public String getDestinationPhoneNumber()
The verified destination phone number, in E.164 format.
public DeleteVerifiedDestinationNumberResult withDestinationPhoneNumber(String destinationPhoneNumber)
The verified destination phone number, in E.164 format.
destinationPhoneNumber
- The verified destination phone number, in E.164 format.public 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 DeleteVerifiedDestinationNumberResult 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 Object
Object.toString()
public DeleteVerifiedDestinationNumberResult clone()