@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSupportedPhoneNumberCountriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSupportedPhoneNumberCountriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListSupportedPhoneNumberCountriesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getProductType()
The phone number product type.
|
int |
hashCode() |
void |
setProductType(String productType)
The phone number product type.
|
String |
toString()
Returns a string representation of this object.
|
ListSupportedPhoneNumberCountriesRequest |
withProductType(PhoneNumberProductType productType)
The phone number product type.
|
ListSupportedPhoneNumberCountriesRequest |
withProductType(String productType)
The phone number product type.
|
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 ListSupportedPhoneNumberCountriesRequest()
public void setProductType(String productType)
The phone number product type.
productType
- The phone number product type.PhoneNumberProductType
public String getProductType()
The phone number product type.
PhoneNumberProductType
public ListSupportedPhoneNumberCountriesRequest withProductType(String productType)
The phone number product type.
productType
- The phone number product type.PhoneNumberProductType
public ListSupportedPhoneNumberCountriesRequest withProductType(PhoneNumberProductType productType)
The phone number product type.
productType
- The phone number product type.PhoneNumberProductType
public String toString()
toString
in class Object
Object.toString()
public ListSupportedPhoneNumberCountriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()