Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ConfirmForgotPasswordRequest.Builder,ConfirmForgotPasswordRequest>
@Generated("software.amazon.awssdk:codegen") public class ConfirmForgotPasswordRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ConfirmForgotPasswordRequest.Builder,ConfirmForgotPasswordRequest>
The request representing the confirmation for a password reset.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ConfirmForgotPasswordRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ConfirmForgotPasswordRequest.Builder |
builder() |
|
String |
clientId() |
The ID of the client associated with the user pool.
|
String |
confirmationCode() |
The confirmation code sent by a user's request to retrieve a forgotten password.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
password() |
The password sent by a user's request to retrieve a forgotten password.
|
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 ConfirmForgotPasswordRequest.Builder> |
serializableBuilderClass() |
|
ConfirmForgotPasswordRequest.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 retrieve 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 retrieve a forgotten password.
public String confirmationCode()
The confirmation code sent by a user's request to retrieve a forgotten password. For more information, see ForgotPassword
public String password()
The password sent by a user's request to retrieve a forgotten password.
public ConfirmForgotPasswordRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConfirmForgotPasswordRequest.Builder,ConfirmForgotPasswordRequest>
public static ConfirmForgotPasswordRequest.Builder builder()
public static Class<? extends ConfirmForgotPasswordRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.