@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchUpdateUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchUpdateUserRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchUpdateUserRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAccountId()
 The Amazon Chime account ID. | 
| List<UpdateUserRequestItem> | getUpdateUserRequestItems()
 The request containing the user IDs and details to update. | 
| int | hashCode() | 
| void | setAccountId(String accountId)
 The Amazon Chime account ID. | 
| void | setUpdateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)
 The request containing the user IDs and details to update. | 
| String | toString()Returns a string representation of this object. | 
| BatchUpdateUserRequest | withAccountId(String accountId)
 The Amazon Chime account ID. | 
| BatchUpdateUserRequest | withUpdateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)
 The request containing the user IDs and details to update. | 
| BatchUpdateUserRequest | withUpdateUserRequestItems(UpdateUserRequestItem... updateUserRequestItems)
 The request containing the user IDs and details 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 void setAccountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public BatchUpdateUserRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.public List<UpdateUserRequestItem> getUpdateUserRequestItems()
The request containing the user IDs and details to update.
public void setUpdateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)
The request containing the user IDs and details to update.
updateUserRequestItems - The request containing the user IDs and details to update.public BatchUpdateUserRequest withUpdateUserRequestItems(UpdateUserRequestItem... updateUserRequestItems)
The request containing the user IDs and details to update.
 NOTE: This method appends the values to the existing list (if any). Use
 setUpdateUserRequestItems(java.util.Collection) or
 withUpdateUserRequestItems(java.util.Collection) if you want to override the existing values.
 
updateUserRequestItems - The request containing the user IDs and details to update.public BatchUpdateUserRequest withUpdateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)
The request containing the user IDs and details to update.
updateUserRequestItems - The request containing the user IDs and details to update.public String toString()
toString in class ObjectObject.toString()public BatchUpdateUserRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()