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