@Generated(value="software.amazon.awssdk:codegen") public final class AdminSetUserPasswordRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<AdminSetUserPasswordRequest.Builder,AdminSetUserPasswordRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AdminSetUserPasswordRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AdminSetUserPasswordRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
password()
The password for the user.
|
Boolean |
permanent()
True if the password is permanent, False if it is temporary. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AdminSetUserPasswordRequest.Builder> |
serializableBuilderClass() |
AdminSetUserPasswordRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
username()
The user name of the user whose password you want to set.
|
String |
userPoolId()
The user pool ID for the user pool where you want to set the user's password.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userPoolId()
The user pool ID for the user pool where you want to set the user's password.
public final String username()
The user name of the user whose password you want to set.
public final String password()
The password for the user.
public final Boolean permanent()
True if the password is permanent, False if it is temporary.
True if the password is permanent, False if it is temporary.public AdminSetUserPasswordRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AdminSetUserPasswordRequest.Builder,AdminSetUserPasswordRequest>toBuilder in class CognitoIdentityProviderRequestpublic static AdminSetUserPasswordRequest.Builder builder()
public static Class<? extends AdminSetUserPasswordRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.