@Generated(value="software.amazon.awssdk:codegen") public final class ConfirmForgotPasswordRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<ConfirmForgotPasswordRequest.Builder,ConfirmForgotPasswordRequest>
The request representing the confirmation for a password reset.
Modifier and Type | Class and Description |
---|---|
static interface |
ConfirmForgotPasswordRequest.Builder |
Modifier and Type | Method and Description |
---|---|
AnalyticsMetadataType |
analyticsMetadata()
The Amazon Pinpoint analytics metadata for collecting metrics for
ConfirmForgotPassword calls. |
static ConfirmForgotPasswordRequest.Builder |
builder() |
String |
clientId()
The app client ID of the app 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
password()
The password sent by a user's request to retrieve a forgotten password.
|
List<SdkField<?>> |
sdkFields() |
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() |
UserContextDataType |
userContextData()
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an
unexpected event by Amazon Cognito advanced security.
|
String |
username()
The user name of the user for whom you want to enter a code to retrieve a forgotten password.
|
overrideConfiguration
copy
public String clientId()
The app client ID of the app 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
public String password()
The password sent by a user's request to retrieve a forgotten password.
public AnalyticsMetadataType analyticsMetadata()
The Amazon Pinpoint analytics metadata for collecting metrics for ConfirmForgotPassword
calls.
ConfirmForgotPassword
calls.public UserContextDataType userContextData()
Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk of an unexpected event by Amazon Cognito advanced security.
public ConfirmForgotPasswordRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ConfirmForgotPasswordRequest.Builder,ConfirmForgotPasswordRequest>
toBuilder
in class CognitoIdentityProviderRequest
public static ConfirmForgotPasswordRequest.Builder builder()
public static Class<? extends ConfirmForgotPasswordRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.