@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePhoneNumberMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdatePhoneNumberMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePhoneNumberMetadataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
String |
getPhoneNumberDescription()
The description of the phone number.
|
String |
getPhoneNumberId()
The Amazon Resource Name (ARN) or resource ID of the phone number.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setPhoneNumberDescription(String phoneNumberDescription)
The description of the phone number.
|
void |
setPhoneNumberId(String phoneNumberId)
The Amazon Resource Name (ARN) or resource ID of the phone number.
|
String |
toString()
Returns a string representation of this object.
|
UpdatePhoneNumberMetadataRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdatePhoneNumberMetadataRequest |
withPhoneNumberDescription(String phoneNumberDescription)
The description of the phone number.
|
UpdatePhoneNumberMetadataRequest |
withPhoneNumberId(String phoneNumberId)
The Amazon Resource Name (ARN) or resource ID of the phone number.
|
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 Amazon Resource Name (ARN) or resource ID of the phone number.
phoneNumberId
- The Amazon Resource Name (ARN) or resource ID of the phone number.public String getPhoneNumberId()
The Amazon Resource Name (ARN) or resource ID of the phone number.
public UpdatePhoneNumberMetadataRequest withPhoneNumberId(String phoneNumberId)
The Amazon Resource Name (ARN) or resource ID of the phone number.
phoneNumberId
- The Amazon Resource Name (ARN) or resource ID of the phone number.public void setPhoneNumberDescription(String phoneNumberDescription)
The description of the phone number.
phoneNumberDescription
- The description of the phone number.public String getPhoneNumberDescription()
The description of the phone number.
public UpdatePhoneNumberMetadataRequest withPhoneNumberDescription(String phoneNumberDescription)
The description of the phone number.
phoneNumberDescription
- The description of the phone number.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
safe with idempotent APIs.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
public UpdatePhoneNumberMetadataRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
safe with idempotent APIs.public String toString()
toString
in class Object
Object.toString()
public UpdatePhoneNumberMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()