@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 username of the user that you want to query or modify.
|
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 username of the user that you want to query or modify.
|
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 username of the user that you want to query or modify.
|
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 username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
- The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public String getUsername()
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.public AdminSetUserPasswordRequest withUsername(String username)
The username of the user that you want to query or modify. The value of this parameter is typically your user's
username, but it can be any of their alias attributes. If username
isn't an alias attribute in your
user pool, this value must be the sub
of a local user or the username of a user from a third-party
IdP.
username
- The username of the user that you want to query or modify. The value of this parameter is typically your
user's username, but it can be any of their alias attributes. If username
isn't an alias
attribute in your user pool, this value must be the sub
of a local user or the username of a
user from a third-party IdP.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()