@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 |
getDisplayName()
The display name for the new user.
|
String |
getName()
The name for the new user.
|
String |
getOrganizationId()
The identifier of the organization for which the user is created.
|
String |
getPassword()
The password for the new user.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
The display name for the new user.
|
void |
setName(String name)
The name for the new user.
|
void |
setOrganizationId(String organizationId)
The identifier of the organization for which the user is created.
|
void |
setPassword(String password)
The password for the new user.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserRequest |
withDisplayName(String displayName)
The display name for the new user.
|
CreateUserRequest |
withName(String name)
The name for the new user.
|
CreateUserRequest |
withOrganizationId(String organizationId)
The identifier of the organization for which the user is created.
|
CreateUserRequest |
withPassword(String password)
The password for the new user.
|
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 setOrganizationId(String organizationId)
The identifier of the organization for which the user is created.
organizationId
- The identifier of the organization for which the user is created.public String getOrganizationId()
The identifier of the organization for which the user is created.
public CreateUserRequest withOrganizationId(String organizationId)
The identifier of the organization for which the user is created.
organizationId
- The identifier of the organization for which the user is created.public void setName(String name)
The name for the new user. Simple AD or AD Connector user names have a maximum length of 20. All others have a maximum length of 64.
name
- The name for the new user. Simple AD or AD Connector user names have a maximum length of 20. All others
have a maximum length of 64.public String getName()
The name for the new user. Simple AD or AD Connector user names have a maximum length of 20. All others have a maximum length of 64.
public CreateUserRequest withName(String name)
The name for the new user. Simple AD or AD Connector user names have a maximum length of 20. All others have a maximum length of 64.
name
- The name for the new user. Simple AD or AD Connector user names have a maximum length of 20. All others
have a maximum length of 64.public void setDisplayName(String displayName)
The display name for the new user.
displayName
- The display name for the new user.public String getDisplayName()
The display name for the new user.
public CreateUserRequest withDisplayName(String displayName)
The display name for the new user.
displayName
- The display name for the new user.public void setPassword(String password)
The password for the new user.
password
- The password for the new user.public String getPassword()
The password for the new user.
public CreateUserRequest withPassword(String password)
The password for the new user.
password
- The password for the new user.public String toString()
toString
in class Object
Object.toString()
public CreateUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.