@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResetUserPasswordRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ResetUserPasswordRequest() |
Modifier and Type | Method and Description |
---|---|
ResetUserPasswordRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A token that ensures idempotency.
|
String |
getUserId()
The unique identifier of the user that a temporary password is requested for.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that ensures idempotency.
|
void |
setUserId(String userId)
The unique identifier of the user that a temporary password is requested for.
|
String |
toString()
Returns a string representation of this object.
|
ResetUserPasswordRequest |
withClientToken(String clientToken)
A token that ensures idempotency.
|
ResetUserPasswordRequest |
withUserId(String userId)
The unique identifier of the user that a temporary password is requested for.
|
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 setUserId(String userId)
The unique identifier of the user that a temporary password is requested for.
userId
- The unique identifier of the user that a temporary password is requested for.public String getUserId()
The unique identifier of the user that a temporary password is requested for.
public ResetUserPasswordRequest withUserId(String userId)
The unique identifier of the user that a temporary password is requested for.
userId
- The unique identifier of the user that a temporary password is requested for.public void setClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String getClientToken()
A token that ensures idempotency. This token expires in 10 minutes.
public ResetUserPasswordRequest withClientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken
- A token that ensures idempotency. This token expires in 10 minutes.public String toString()
toString
in class Object
Object.toString()
public ResetUserPasswordRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()