@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()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getAccessString()
 Access permissions string used for this user. 
 | 
AuthenticationMode | 
getAuthenticationMode()
 Denotes the user's authentication properties, such as whether it requires a password to authenticate. 
 | 
String | 
getUserName()
 The name of the user 
 | 
int | 
hashCode()  | 
void | 
setAccessString(String accessString)
 Access permissions string used for this user. 
 | 
void | 
setAuthenticationMode(AuthenticationMode authenticationMode)
 Denotes the user's authentication properties, such as whether it requires a password to authenticate. 
 | 
void | 
setUserName(String userName)
 The name of the user 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateUserRequest | 
withAccessString(String accessString)
 Access permissions string used for this user. 
 | 
UpdateUserRequest | 
withAuthenticationMode(AuthenticationMode authenticationMode)
 Denotes the user's authentication properties, such as whether it requires a password to authenticate. 
 | 
UpdateUserRequest | 
withUserName(String userName)
 The 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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setUserName(String userName)
The name of the user
userName - The name of the userpublic String getUserName()
The name of the user
public UpdateUserRequest withUserName(String userName)
The name of the user
userName - The name of the userpublic void setAuthenticationMode(AuthenticationMode authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode - Denotes the user's authentication properties, such as whether it requires a password to authenticate.public AuthenticationMode getAuthenticationMode()
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
public UpdateUserRequest withAuthenticationMode(AuthenticationMode authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode - Denotes the user's authentication properties, such as whether it requires a password to authenticate.public void setAccessString(String accessString)
Access permissions string used for this user.
accessString - Access permissions string used for this user.public String getAccessString()
Access permissions string used for this user.
public UpdateUserRequest withAccessString(String accessString)
Access permissions string used for this user.
accessString - Access permissions string used for this user.public String toString()
toString in class ObjectObject.toString()public UpdateUserRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()