@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVerifiedDestinationNumbersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeVerifiedDestinationNumbersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeVerifiedDestinationNumbersResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<VerifiedDestinationNumberInformation> |
getVerifiedDestinationNumbers()
An array of VerifiedDestinationNumberInformation objects
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setVerifiedDestinationNumbers(Collection<VerifiedDestinationNumberInformation> verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
|
String |
toString()
Returns a string representation of this object.
|
DescribeVerifiedDestinationNumbersResult |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeVerifiedDestinationNumbersResult |
withVerifiedDestinationNumbers(Collection<VerifiedDestinationNumberInformation> verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
|
DescribeVerifiedDestinationNumbersResult |
withVerifiedDestinationNumbers(VerifiedDestinationNumberInformation... verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeVerifiedDestinationNumbersResult()
public List<VerifiedDestinationNumberInformation> getVerifiedDestinationNumbers()
An array of VerifiedDestinationNumberInformation objects
public void setVerifiedDestinationNumbers(Collection<VerifiedDestinationNumberInformation> verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
verifiedDestinationNumbers
- An array of VerifiedDestinationNumberInformation objectspublic DescribeVerifiedDestinationNumbersResult withVerifiedDestinationNumbers(VerifiedDestinationNumberInformation... verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
NOTE: This method appends the values to the existing list (if any). Use
setVerifiedDestinationNumbers(java.util.Collection)
or
withVerifiedDestinationNumbers(java.util.Collection)
if you want to override the existing values.
verifiedDestinationNumbers
- An array of VerifiedDestinationNumberInformation objectspublic DescribeVerifiedDestinationNumbersResult withVerifiedDestinationNumbers(Collection<VerifiedDestinationNumberInformation> verifiedDestinationNumbers)
An array of VerifiedDestinationNumberInformation objects
verifiedDestinationNumbers
- An array of VerifiedDestinationNumberInformation objectspublic void setNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public String getNextToken()
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
public DescribeVerifiedDestinationNumbersResult withNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public String toString()
toString
in class Object
Object.toString()
public DescribeVerifiedDestinationNumbersResult clone()