@Generated(value="software.amazon.awssdk:codegen") public final class CreateLoginProfileRequest extends IamRequest implements ToCopyableBuilder<CreateLoginProfileRequest.Builder,CreateLoginProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateLoginProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateLoginProfileRequest.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 user.
|
Boolean |
passwordResetRequired()
Specifies whether the user is required to set a new password on next sign-in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLoginProfileRequest.Builder> |
serializableBuilderClass() |
CreateLoginProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the IAM user to create a password for.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
The name of the IAM user to create a password for. The user must already exist.
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 user.
The regex pattern that is used to validate this parameter is a
string of characters. That string can include almost any printable ASCII character from the space (
) through the end of the ASCII character range (ÿ). You can also include the tab (
), line feed (
), and carriage return (
) characters. Any
of these characters are valid in a password. However, many tools, such as the Amazon Web Services Management
Console, might restrict the ability to type certain characters because they have special meaning within that
tool.
The regex pattern that is used to validate this parameter
is a string of characters. That string can include almost any printable ASCII character from the space (
) through the end of the ASCII character range (ÿ). You can also
include the tab ( ), line feed (
), and carriage return (
) characters. Any of these characters are valid in a password. However, many tools, such as the Amazon
Web Services Management Console, might restrict the ability to type certain characters because they have
special meaning within that tool.
public final Boolean passwordResetRequired()
Specifies whether the user is required to set a new password on next sign-in.
public CreateLoginProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateLoginProfileRequest.Builder,CreateLoginProfileRequest>toBuilder in class IamRequestpublic static CreateLoginProfileRequest.Builder builder()
public static Class<? extends CreateLoginProfileRequest.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.