@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLoginProfileRequest extends IamRequest implements ToCopyableBuilder<UpdateLoginProfileRequest.Builder,UpdateLoginProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLoginProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLoginProfileRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
password()
The new password for the specified IAM user.
|
Boolean |
passwordResetRequired()
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next
sign-in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLoginProfileRequest.Builder> |
serializableBuilderClass() |
UpdateLoginProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the user whose password you want to update.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
The name of the user whose password you want to update.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
public final String password()
The new password for the specified IAM user.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of the ASCII
character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through ÿ)
The special characters tab ( ), line feed (
), and carriage return (
)
However, the format can be further restricted by the account administrator by setting a password policy on the Amazon Web Services account. For more information, see UpdateAccountPasswordPolicy.
The regex pattern used to validate this parameter is a string of characters consisting of the following:
Any printable ASCII character ranging from the space character ( ) through the end of
the ASCII character range
The printable characters in the Basic Latin and Latin-1 Supplement character set (through
ÿ)
The special characters tab ( ), line feed (
), and carriage return (
)
However, the format can be further restricted by the account administrator by setting a password policy on the Amazon Web Services account. For more information, see UpdateAccountPasswordPolicy.
public final Boolean passwordResetRequired()
Allows this new password to be used only once by requiring the specified IAM user to set a new password on next sign-in.
public UpdateLoginProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLoginProfileRequest.Builder,UpdateLoginProfileRequest>toBuilder in class IamRequestpublic static UpdateLoginProfileRequest.Builder builder()
public static Class<? extends UpdateLoginProfileRequest.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.