@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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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() |
String |
toString()
Returns a string representation of this object.
|
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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<ConfirmForgotPasswordRequest.Builder,ConfirmForgotPasswordRequest>toBuilder in class CognitoIdentityProviderRequestpublic static ConfirmForgotPasswordRequest.Builder builder()
public static Class<? extends ConfirmForgotPasswordRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.