@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdatePhoneNumberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchUpdatePhoneNumberRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchUpdatePhoneNumberRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<UpdatePhoneNumberRequestItem> | getUpdatePhoneNumberRequestItems()
 The request containing the phone number IDs and product types or calling names to update. | 
| int | hashCode() | 
| void | setUpdatePhoneNumberRequestItems(Collection<UpdatePhoneNumberRequestItem> updatePhoneNumberRequestItems)
 The request containing the phone number IDs and product types or calling names to update. | 
| String | toString()Returns a string representation of this object. | 
| BatchUpdatePhoneNumberRequest | withUpdatePhoneNumberRequestItems(Collection<UpdatePhoneNumberRequestItem> updatePhoneNumberRequestItems)
 The request containing the phone number IDs and product types or calling names to update. | 
| BatchUpdatePhoneNumberRequest | withUpdatePhoneNumberRequestItems(UpdatePhoneNumberRequestItem... updatePhoneNumberRequestItems)
 The request containing the phone number IDs and product types or calling names to update. | 
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, withSdkRequestTimeoutpublic List<UpdatePhoneNumberRequestItem> getUpdatePhoneNumberRequestItems()
The request containing the phone number IDs and product types or calling names to update.
public void setUpdatePhoneNumberRequestItems(Collection<UpdatePhoneNumberRequestItem> updatePhoneNumberRequestItems)
The request containing the phone number IDs and product types or calling names to update.
updatePhoneNumberRequestItems - The request containing the phone number IDs and product types or calling names to update.public BatchUpdatePhoneNumberRequest withUpdatePhoneNumberRequestItems(UpdatePhoneNumberRequestItem... updatePhoneNumberRequestItems)
The request containing the phone number IDs and product types or calling names to update.
 NOTE: This method appends the values to the existing list (if any). Use
 setUpdatePhoneNumberRequestItems(java.util.Collection) or
 withUpdatePhoneNumberRequestItems(java.util.Collection) if you want to override the existing values.
 
updatePhoneNumberRequestItems - The request containing the phone number IDs and product types or calling names to update.public BatchUpdatePhoneNumberRequest withUpdatePhoneNumberRequestItems(Collection<UpdatePhoneNumberRequestItem> updatePhoneNumberRequestItems)
The request containing the phone number IDs and product types or calling names to update.
updatePhoneNumberRequestItems - The request containing the phone number IDs and product types or calling names to update.public String toString()
toString in class ObjectObject.toString()public BatchUpdatePhoneNumberRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()