Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ForgotPasswordRequest.Builder,ForgotPasswordRequest>
@Generated("software.amazon.awssdk:codegen") public class ForgotPasswordRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ForgotPasswordRequest.Builder,ForgotPasswordRequest>
Represents the request to reset a user's password.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ForgotPasswordRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ForgotPasswordRequest.Builder |
builder() |
|
String |
clientId() |
The ID of the client associated with the user pool.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
secretHash() |
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and
username plus the client ID in the message.
|
static Class<? extends ForgotPasswordRequest.Builder> |
serializableBuilderClass() |
|
ForgotPasswordRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
username() |
The user name of the user for whom you want to enter a code to reset a forgotten password.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String clientId()
The ID of the client associated with the user pool.
public String secretHash()
A keyed-hash message authentication code (HMAC) calculated using the secret key of a user pool client and username plus the client ID in the message.
public String username()
The user name of the user for whom you want to enter a code to reset a forgotten password.
public ForgotPasswordRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ForgotPasswordRequest.Builder,ForgotPasswordRequest>
public static ForgotPasswordRequest.Builder builder()
public static Class<? extends ForgotPasswordRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.