public final class AWSCognitoAuthResetPasswordOptions
extends com.amplifyframework.auth.options.AuthResetPasswordOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSCognitoAuthResetPasswordOptions.CognitoBuilder
The builder for this class.
|
com.amplifyframework.auth.options.AuthResetPasswordOptions.Builder<T extends com.amplifyframework.auth.options.AuthResetPasswordOptions.Builder<T>>, com.amplifyframework.auth.options.AuthResetPasswordOptions.DefaultAuthResetPasswordOptions| Modifier | Constructor and Description |
|---|---|
protected |
AWSCognitoAuthResetPasswordOptions(java.util.Map<java.lang.String,java.lang.String> metadata)
Advanced options for reset password.
|
| Modifier and Type | Method and Description |
|---|---|
static AWSCognitoAuthResetPasswordOptions.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 AWSCognitoAuthResetPasswordOptions(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 AWSCognitoAuthResetPasswordOptions.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