@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 user to be created.
|
String |
getName()
The name for the user to be created.
|
String |
getOrganizationId()
The identifier of the organization for which the user is created.
|
String |
getPassword()
The password for the user to be created.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
The display name for the user to be created.
|
void |
setName(String name)
The name for the user to be created.
|
void |
setOrganizationId(String organizationId)
The identifier of the organization for which the user is created.
|
void |
setPassword(String password)
The password for the user to be created.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserRequest |
withDisplayName(String displayName)
The display name for the user to be created.
|
CreateUserRequest |
withName(String name)
The name for the user to be created.
|
CreateUserRequest |
withOrganizationId(String organizationId)
The identifier of the organization for which the user is created.
|
CreateUserRequest |
withPassword(String password)
The password for the user to be created.
|
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 user to be created.
name
- The name for the user to be created.public String getName()
The name for the user to be created.
public CreateUserRequest withName(String name)
The name for the user to be created.
name
- The name for the user to be created.public void setDisplayName(String displayName)
The display name for the user to be created.
displayName
- The display name for the user to be created.public String getDisplayName()
The display name for the user to be created.
public CreateUserRequest withDisplayName(String displayName)
The display name for the user to be created.
displayName
- The display name for the user to be created.public void setPassword(String password)
The password for the user to be created.
password
- The password for the user to be created.public String getPassword()
The password for the user to be created.
public CreateUserRequest withPassword(String password)
The password for the user to be created.
password
- The password for the user to be created.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.