@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()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getGivenName()
 The given name of the user. | 
| String | getOrganizationId()
 The ID of the organization. | 
| String | getPassword()
 The password of the user. | 
| StorageRuleType | getStorageRule()
 The amount of storage for the user. | 
| String | getSurname()
 The surname of the user. | 
| String | getTimeZoneId()
 The time zone ID of the user. | 
| String | getUsername()
 The login name of the user. | 
| int | hashCode() | 
| void | setGivenName(String givenName)
 The given name of the user. | 
| void | setOrganizationId(String organizationId)
 The ID of the organization. | 
| void | setPassword(String password)
 The password of the user. | 
| void | setStorageRule(StorageRuleType storageRule)
 The amount of storage for the user. | 
| void | setSurname(String surname)
 The surname of the user. | 
| void | setTimeZoneId(String timeZoneId)
 The time zone ID of the user. | 
| void | setUsername(String username)
 The login name of the user. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| CreateUserRequest | withGivenName(String givenName)
 The given name of the user. | 
| CreateUserRequest | withOrganizationId(String organizationId)
 The ID of the organization. | 
| CreateUserRequest | withPassword(String password)
 The password of the user. | 
| CreateUserRequest | withStorageRule(StorageRuleType storageRule)
 The amount of storage for the user. | 
| CreateUserRequest | withSurname(String surname)
 The surname of the user. | 
| CreateUserRequest | withTimeZoneId(String timeZoneId)
 The time zone ID of the user. | 
| CreateUserRequest | withUsername(String username)
 The login name of the user. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setOrganizationId(String organizationId)
The ID of the organization.
organizationId - The ID of the organization.public String getOrganizationId()
The ID of the organization.
public CreateUserRequest withOrganizationId(String organizationId)
The ID of the organization.
organizationId - The ID of the organization.public void setUsername(String username)
The login name of the user.
username - The login name of the user.public String getUsername()
The login name of the user.
public CreateUserRequest withUsername(String username)
The login name of the user.
username - The login name of the user.public void setGivenName(String givenName)
The given name of the user.
givenName - The given name of the user.public String getGivenName()
The given name of the user.
public CreateUserRequest withGivenName(String givenName)
The given name of the user.
givenName - The given name of the user.public void setSurname(String surname)
The surname of the user.
surname - The surname of the user.public String getSurname()
The surname of the user.
public CreateUserRequest withSurname(String surname)
The surname of the user.
surname - The surname of the user.public void setPassword(String password)
The password of the user.
password - The password of the user.public String getPassword()
The password of the user.
public CreateUserRequest withPassword(String password)
The password of the user.
password - The password of the user.public void setTimeZoneId(String timeZoneId)
The time zone ID of the user.
timeZoneId - The time zone ID of the user.public String getTimeZoneId()
The time zone ID of the user.
public CreateUserRequest withTimeZoneId(String timeZoneId)
The time zone ID of the user.
timeZoneId - The time zone ID of the user.public void setStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
storageRule - The amount of storage for the user.public StorageRuleType getStorageRule()
The amount of storage for the user.
public CreateUserRequest withStorageRule(StorageRuleType storageRule)
The amount of storage for the user.
storageRule - The amount of storage for the user.public String toString()
toString in class ObjectObject.toString()public CreateUserRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.