@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. | 
| AlexaForBusinessMetadata | getAlexaForBusinessMetadata()
 The Alexa for Business metadata. | 
| String | getLicenseType()
 The user license type to update. | 
| String | getUserId()
 The user ID. | 
| String | getUserType()
 The user type. | 
| int | hashCode() | 
| void | setAccountId(String accountId)
 The Amazon Chime account ID. | 
| void | setAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
 The Alexa for Business metadata. | 
| void | setLicenseType(String licenseType)
 The user license type to update. | 
| void | setUserId(String userId)
 The user ID. | 
| void | setUserType(String userType)
 The user type. | 
| String | toString()Returns a string representation of this object. | 
| UpdateUserRequest | withAccountId(String accountId)
 The Amazon Chime account ID. | 
| UpdateUserRequest | withAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
 The Alexa for Business metadata. | 
| 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. | 
| UpdateUserRequest | withUserType(String userType)
 The user type. | 
| UpdateUserRequest | withUserType(UserType userType)
 The user type. | 
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 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.Licensepublic 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.
Licensepublic 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.Licensepublic 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.Licensepublic void setUserType(String userType)
The user type.
userType - The user type.UserTypepublic UpdateUserRequest withUserType(String userType)
The user type.
userType - The user type.UserTypepublic UpdateUserRequest withUserType(UserType userType)
The user type.
userType - The user type.UserTypepublic void setAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
alexaForBusinessMetadata - The Alexa for Business metadata.public AlexaForBusinessMetadata getAlexaForBusinessMetadata()
The Alexa for Business metadata.
public UpdateUserRequest withAlexaForBusinessMetadata(AlexaForBusinessMetadata alexaForBusinessMetadata)
The Alexa for Business metadata.
alexaForBusinessMetadata - The Alexa for Business metadata.public String toString()
toString in class ObjectObject.toString()public UpdateUserRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()