@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateUserRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest |
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.
|
String |
getLicenseType()
The user license type to update.
|
String |
getUserId()
The user ID.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setLicenseType(String licenseType)
The user license type to update.
|
void |
setUserId(String userId)
The user ID.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
UpdateUserRequest |
withLicenseType(License licenseType)
The user license type to update.
|
UpdateUserRequest |
withLicenseType(String licenseType)
The user license type to update.
|
UpdateUserRequest |
withUserId(String userId)
The user ID.
|
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 setAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public UpdateUserRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setUserId(String userId)
The user ID.
userId
- The user ID.public String getUserId()
The user ID.
public UpdateUserRequest withUserId(String userId)
The user ID.
userId
- The user ID.public void setLicenseType(String licenseType)
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
licenseType
- The user license type to update. This must be a supported license type for the Amazon Chime account that
the user belongs to.License
public String getLicenseType()
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
License
public UpdateUserRequest withLicenseType(String licenseType)
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
licenseType
- The user license type to update. This must be a supported license type for the Amazon Chime account that
the user belongs to.License
public UpdateUserRequest withLicenseType(License licenseType)
The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.
licenseType
- The user license type to update. This must be a supported license type for the Amazon Chime account that
the user belongs to.License
public String toString()
toString
in class Object
Object.toString()
public UpdateUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.