@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() |
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, copyBaseTo, 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 void setUserType(String userType)
The user type.
userType
- The user type.UserType
public UpdateUserRequest withUserType(String userType)
The user type.
userType
- The user type.UserType
public UpdateUserRequest withUserType(UserType userType)
The user type.
userType
- The user type.UserType
public 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 Object
Object.toString()
public UpdateUserRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.