@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVerifiedDestinationNumbersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeVerifiedDestinationNumbersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeVerifiedDestinationNumbersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getDestinationPhoneNumbers()
An array of verified destination phone number, in E.164 format.
|
List<VerifiedDestinationNumberFilter> |
getFilters()
An array of VerifiedDestinationNumberFilter objects to filter the results.
|
Integer |
getMaxResults()
The maximum number of results to return per each request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<String> |
getVerifiedDestinationNumberIds()
An array of VerifiedDestinationNumberid to retreive.
|
int |
hashCode() |
void |
setDestinationPhoneNumbers(Collection<String> destinationPhoneNumbers)
An array of verified destination phone number, in E.164 format.
|
void |
setFilters(Collection<VerifiedDestinationNumberFilter> filters)
An array of VerifiedDestinationNumberFilter objects to filter the results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setVerifiedDestinationNumberIds(Collection<String> verifiedDestinationNumberIds)
An array of VerifiedDestinationNumberid to retreive.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVerifiedDestinationNumbersRequest |
withDestinationPhoneNumbers(Collection<String> destinationPhoneNumbers)
An array of verified destination phone number, in E.164 format.
|
DescribeVerifiedDestinationNumbersRequest |
withDestinationPhoneNumbers(String... destinationPhoneNumbers)
An array of verified destination phone number, in E.164 format.
|
DescribeVerifiedDestinationNumbersRequest |
withFilters(Collection<VerifiedDestinationNumberFilter> filters)
An array of VerifiedDestinationNumberFilter objects to filter the results.
|
DescribeVerifiedDestinationNumbersRequest |
withFilters(VerifiedDestinationNumberFilter... filters)
An array of VerifiedDestinationNumberFilter objects to filter the results.
|
DescribeVerifiedDestinationNumbersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribeVerifiedDestinationNumbersRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeVerifiedDestinationNumbersRequest |
withVerifiedDestinationNumberIds(Collection<String> verifiedDestinationNumberIds)
An array of VerifiedDestinationNumberid to retreive.
|
DescribeVerifiedDestinationNumbersRequest |
withVerifiedDestinationNumberIds(String... verifiedDestinationNumberIds)
An array of VerifiedDestinationNumberid to retreive.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DescribeVerifiedDestinationNumbersRequest()
public List<String> getVerifiedDestinationNumberIds()
An array of VerifiedDestinationNumberid to retreive.
public void setVerifiedDestinationNumberIds(Collection<String> verifiedDestinationNumberIds)
An array of VerifiedDestinationNumberid to retreive.
verifiedDestinationNumberIds
- An array of VerifiedDestinationNumberid to retreive.public DescribeVerifiedDestinationNumbersRequest withVerifiedDestinationNumberIds(String... verifiedDestinationNumberIds)
An array of VerifiedDestinationNumberid to retreive.
NOTE: This method appends the values to the existing list (if any). Use
setVerifiedDestinationNumberIds(java.util.Collection)
or
withVerifiedDestinationNumberIds(java.util.Collection)
if you want to override the existing values.
verifiedDestinationNumberIds
- An array of VerifiedDestinationNumberid to retreive.public DescribeVerifiedDestinationNumbersRequest withVerifiedDestinationNumberIds(Collection<String> verifiedDestinationNumberIds)
An array of VerifiedDestinationNumberid to retreive.
verifiedDestinationNumberIds
- An array of VerifiedDestinationNumberid to retreive.public List<String> getDestinationPhoneNumbers()
An array of verified destination phone number, in E.164 format.
public void setDestinationPhoneNumbers(Collection<String> destinationPhoneNumbers)
An array of verified destination phone number, in E.164 format.
destinationPhoneNumbers
- An array of verified destination phone number, in E.164 format.public DescribeVerifiedDestinationNumbersRequest withDestinationPhoneNumbers(String... destinationPhoneNumbers)
An array of verified destination phone number, in E.164 format.
NOTE: This method appends the values to the existing list (if any). Use
setDestinationPhoneNumbers(java.util.Collection)
or
withDestinationPhoneNumbers(java.util.Collection)
if you want to override the existing values.
destinationPhoneNumbers
- An array of verified destination phone number, in E.164 format.public DescribeVerifiedDestinationNumbersRequest withDestinationPhoneNumbers(Collection<String> destinationPhoneNumbers)
An array of verified destination phone number, in E.164 format.
destinationPhoneNumbers
- An array of verified destination phone number, in E.164 format.public List<VerifiedDestinationNumberFilter> getFilters()
An array of VerifiedDestinationNumberFilter objects to filter the results.
public void setFilters(Collection<VerifiedDestinationNumberFilter> filters)
An array of VerifiedDestinationNumberFilter objects to filter the results.
filters
- An array of VerifiedDestinationNumberFilter objects to filter the results.public DescribeVerifiedDestinationNumbersRequest withFilters(VerifiedDestinationNumberFilter... filters)
An array of VerifiedDestinationNumberFilter objects to filter the results.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- An array of VerifiedDestinationNumberFilter objects to filter the results.public DescribeVerifiedDestinationNumbersRequest withFilters(Collection<VerifiedDestinationNumberFilter> filters)
An array of VerifiedDestinationNumberFilter objects to filter the results.
filters
- An array of VerifiedDestinationNumberFilter objects to filter the results.public 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 DescribeVerifiedDestinationNumbersRequest 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 void setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public Integer getMaxResults()
The maximum number of results to return per each request.
public DescribeVerifiedDestinationNumbersRequest withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public String toString()
toString
in class Object
Object.toString()
public DescribeVerifiedDestinationNumbersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()