@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() |
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 want 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 want 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 want to set.
|
AdminSetUserPasswordRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to set the user's password.
|
addHandlerContext, copyBaseTo, 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 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 want to set.
username - The user name of the user whose password you want to set.public String getUsername()
The user name of the user whose password you want to set.
public AdminSetUserPasswordRequest withUsername(String username)
The user name of the user whose password you want to set.
username - The user name of the user whose password you want 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 ObjectObject.toString()public AdminSetUserPasswordRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.