@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateUserRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
String |
getEmail()
The user's email address.
|
String |
getUsername()
The user name.
|
String |
getUserType()
The user type.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setEmail(String email)
The user's email address.
|
void |
setUsername(String username)
The user name.
|
void |
setUserType(String userType)
The user type.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
CreateUserRequest |
withEmail(String email)
The user's email address.
|
CreateUserRequest |
withUsername(String username)
The user name.
|
CreateUserRequest |
withUserType(String userType)
The user type.
|
CreateUserRequest |
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 CreateUserRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setUsername(String username)
The user name.
username
- The user name.public String getUsername()
The user name.
public CreateUserRequest withUsername(String username)
The user name.
username
- The user name.public void setEmail(String email)
The user's email address.
email
- The user's email address.public String getEmail()
The user's email address.
public CreateUserRequest withEmail(String email)
The user's email address.
email
- The user's email address.public void setUserType(String userType)
The user type.
userType
- The user type.UserType
public CreateUserRequest withUserType(String userType)
The user type.
userType
- The user type.UserType
public CreateUserRequest withUserType(UserType userType)
The user type.
userType
- The user type.UserType
public String toString()
toString
in class Object
Object.toString()
public CreateUserRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2020. All rights reserved.