@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchSuspendUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchSuspendUserRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchSuspendUserRequest | 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<String> | getUserIdList()
 The request containing the user IDs to suspend. | 
| int | hashCode() | 
| void | setAccountId(String accountId)
 The Amazon Chime account ID. | 
| void | setUserIdList(Collection<String> userIdList)
 The request containing the user IDs to suspend. | 
| String | toString()Returns a string representation of this object. | 
| BatchSuspendUserRequest | withAccountId(String accountId)
 The Amazon Chime account ID. | 
| BatchSuspendUserRequest | withUserIdList(Collection<String> userIdList)
 The request containing the user IDs to suspend. | 
| BatchSuspendUserRequest | withUserIdList(String... userIdList)
 The request containing the user IDs to suspend. | 
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 BatchSuspendUserRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId - The Amazon Chime account ID.public List<String> getUserIdList()
The request containing the user IDs to suspend.
public void setUserIdList(Collection<String> userIdList)
The request containing the user IDs to suspend.
userIdList - The request containing the user IDs to suspend.public BatchSuspendUserRequest withUserIdList(String... userIdList)
The request containing the user IDs to suspend.
 NOTE: This method appends the values to the existing list (if any). Use
 setUserIdList(java.util.Collection) or withUserIdList(java.util.Collection) if you want to
 override the existing values.
 
userIdList - The request containing the user IDs to suspend.public BatchSuspendUserRequest withUserIdList(Collection<String> userIdList)
The request containing the user IDs to suspend.
userIdList - The request containing the user IDs to suspend.public String toString()
toString in class ObjectObject.toString()public BatchSuspendUserRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()