@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminSetUserPasswordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AdminSetUserPasswordRequest() |
Modifier and Type | Method and Description |
---|---|
AdminSetUserPasswordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getPassword()
The password for the user.
|
Boolean |
getPermanent()
True if the password is permanent, False if it is temporary. |
String |
getUsername()
The user name of the user whose password you wish to set.
|
String |
getUserPoolId()
The user pool ID for the user pool where you want to set the user's password.
|
int |
hashCode() |
Boolean |
isPermanent()
True if the password is permanent, False if it is temporary. |
void |
setPassword(String password)
The password for the user.
|
void |
setPermanent(Boolean permanent)
True if the password is permanent, False if it is temporary. |
void |
setUsername(String username)
The user name of the user whose password you wish to set.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to set the user's password.
|
String |
toString()
Returns a string representation of this object.
|
AdminSetUserPasswordRequest |
withPassword(String password)
The password for the user.
|
AdminSetUserPasswordRequest |
withPermanent(Boolean permanent)
True if the password is permanent, False if it is temporary. |
AdminSetUserPasswordRequest |
withUsername(String username)
The user name of the user whose password you wish to set.
|
AdminSetUserPasswordRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to set the user's password.
|
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 setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to set the user's password.
userPoolId
- The user pool ID for the user pool where you want to set the user's password.public String getUserPoolId()
The user pool ID for the user pool where you want to set the user's password.
public AdminSetUserPasswordRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to set the user's password.
userPoolId
- The user pool ID for the user pool where you want to set the user's password.public void setUsername(String username)
The user name of the user whose password you wish to set.
username
- The user name of the user whose password you wish to set.public String getUsername()
The user name of the user whose password you wish to set.
public AdminSetUserPasswordRequest withUsername(String username)
The user name of the user whose password you wish to set.
username
- The user name of the user whose password you wish to set.public void setPassword(String password)
The password for the user.
password
- The password for the user.public String getPassword()
The password for the user.
public AdminSetUserPasswordRequest withPassword(String password)
The password for the user.
password
- The password for the user.public void setPermanent(Boolean permanent)
True
if the password is permanent, False
if it is temporary.
permanent
- True
if the password is permanent, False
if it is temporary.public Boolean getPermanent()
True
if the password is permanent, False
if it is temporary.
True
if the password is permanent, False
if it is temporary.public AdminSetUserPasswordRequest withPermanent(Boolean permanent)
True
if the password is permanent, False
if it is temporary.
permanent
- True
if the password is permanent, False
if it is temporary.public Boolean isPermanent()
True
if the password is permanent, False
if it is temporary.
True
if the password is permanent, False
if it is temporary.public String toString()
toString
in class Object
Object.toString()
public AdminSetUserPasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.