public final class AWSCognitoAuthConfirmResetPasswordOptions
extends com.amplifyframework.auth.options.AuthConfirmResetPasswordOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSCognitoAuthConfirmResetPasswordOptions.CognitoBuilder
The builder for this class.
|
com.amplifyframework.auth.options.AuthConfirmResetPasswordOptions.Builder<T extends com.amplifyframework.auth.options.AuthConfirmResetPasswordOptions.Builder<T>>, com.amplifyframework.auth.options.AuthConfirmResetPasswordOptions.DefaultAuthConfirmResetPasswordOptions| Modifier | Constructor and Description |
|---|---|
protected |
AWSCognitoAuthConfirmResetPasswordOptions(java.util.Map<java.lang.String,java.lang.String> metadata)
Advanced options for confirm reset password.
|
| Modifier and Type | Method and Description |
|---|---|
static AWSCognitoAuthConfirmResetPasswordOptions.CognitoBuilder |
builder()
Get a builder object.
|
boolean |
equals(java.lang.Object obj) |
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Get custom attributes to be sent to the service such as information about the client.
|
int |
hashCode() |
java.lang.String |
toString() |
protected AWSCognitoAuthConfirmResetPasswordOptions(java.util.Map<java.lang.String,java.lang.String> metadata)
metadata - Additional custom attributes to be sent to the service such as information about the client@NonNull public java.util.Map<java.lang.String,java.lang.String> getMetadata()
@NonNull public static AWSCognitoAuthConfirmResetPasswordOptions.CognitoBuilder builder()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object