@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AdminResetUserPasswordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the request to reset a user's password as an administrator.
NOOP
Constructor and Description |
---|
AdminResetUserPasswordRequest() |
Modifier and Type | Method and Description |
---|---|
AdminResetUserPasswordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getUsername()
The user name of the user whose password you wish to reset.
|
String |
getUserPoolId()
The user pool ID for the user pool where you want to reset the user's password.
|
int |
hashCode() |
void |
setUsername(String username)
The user name of the user whose password you wish to reset.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to reset the user's password.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AdminResetUserPasswordRequest |
withUsername(String username)
The user name of the user whose password you wish to reset.
|
AdminResetUserPasswordRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to reset 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 reset the user's password.
userPoolId
- The user pool ID for the user pool where you want to reset the user's password.public String getUserPoolId()
The user pool ID for the user pool where you want to reset the user's password.
public AdminResetUserPasswordRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to reset the user's password.
userPoolId
- The user pool ID for the user pool where you want to reset the user's password.public void setUsername(String username)
The user name of the user whose password you wish to reset.
username
- The user name of the user whose password you wish to reset.public String getUsername()
The user name of the user whose password you wish to reset.
public AdminResetUserPasswordRequest withUsername(String username)
The user name of the user whose password you wish to reset.
username
- The user name of the user whose password you wish to reset.public String toString()
toString
in class Object
Object.toString()
public AdminResetUserPasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.