@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPhoneNumbersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPhoneNumbersRequest() |
Modifier and Type | Method and Description |
---|---|
ListPhoneNumbersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFilterName()
The filter to limit the number of results.
|
String |
getFilterValue()
The filter value.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
String |
getNextToken()
The token used to return the next page of results.
|
String |
getProductType()
The phone number product types.
|
String |
getStatus()
The status of your organization's phone numbers.
|
int |
hashCode() |
void |
setFilterName(String filterName)
The filter to limit the number of results.
|
void |
setFilterValue(String filterValue)
The filter value.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setNextToken(String nextToken)
The token used to return the next page of results.
|
void |
setProductType(String productType)
The phone number product types.
|
void |
setStatus(String status)
The status of your organization's phone numbers.
|
String |
toString()
Returns a string representation of this object.
|
ListPhoneNumbersRequest |
withFilterName(PhoneNumberAssociationName filterName)
The filter to limit the number of results.
|
ListPhoneNumbersRequest |
withFilterName(String filterName)
The filter to limit the number of results.
|
ListPhoneNumbersRequest |
withFilterValue(String filterValue)
The filter value.
|
ListPhoneNumbersRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListPhoneNumbersRequest |
withNextToken(String nextToken)
The token used to return the next page of results.
|
ListPhoneNumbersRequest |
withProductType(PhoneNumberProductType productType)
The phone number product types.
|
ListPhoneNumbersRequest |
withProductType(String productType)
The phone number product types.
|
ListPhoneNumbersRequest |
withStatus(String status)
The status of your organization's phone numbers.
|
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 void setStatus(String status)
The status of your organization's phone numbers.
status
- The status of your organization's phone numbers.public String getStatus()
The status of your organization's phone numbers.
public ListPhoneNumbersRequest withStatus(String status)
The status of your organization's phone numbers.
status
- The status of your organization's phone numbers.public void setProductType(String productType)
The phone number product types.
productType
- The phone number product types.PhoneNumberProductType
public String getProductType()
The phone number product types.
PhoneNumberProductType
public ListPhoneNumbersRequest withProductType(String productType)
The phone number product types.
productType
- The phone number product types.PhoneNumberProductType
public ListPhoneNumbersRequest withProductType(PhoneNumberProductType productType)
The phone number product types.
productType
- The phone number product types.PhoneNumberProductType
public void setFilterName(String filterName)
The filter to limit the number of results.
filterName
- The filter to limit the number of results.PhoneNumberAssociationName
public String getFilterName()
The filter to limit the number of results.
PhoneNumberAssociationName
public ListPhoneNumbersRequest withFilterName(String filterName)
The filter to limit the number of results.
filterName
- The filter to limit the number of results.PhoneNumberAssociationName
public ListPhoneNumbersRequest withFilterName(PhoneNumberAssociationName filterName)
The filter to limit the number of results.
filterName
- The filter to limit the number of results.PhoneNumberAssociationName
public void setFilterValue(String filterValue)
The filter value.
filterValue
- The filter value.public String getFilterValue()
The filter value.
public ListPhoneNumbersRequest withFilterValue(String filterValue)
The filter value.
filterValue
- The filter value.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListPhoneNumbersRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public void setNextToken(String nextToken)
The token used to return the next page of results.
nextToken
- The token used to return the next page of results.public String getNextToken()
The token used to return the next page of results.
public ListPhoneNumbersRequest withNextToken(String nextToken)
The token used to return the next page of results.
nextToken
- The token used to return the next page of results.public String toString()
toString
in class Object
Object.toString()
public ListPhoneNumbersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()