@Generated(value="software.amazon.awssdk:codegen") public final class LoginProfile extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoginProfile.Builder,LoginProfile>
Contains the user name and password create date for a user.
This data type is used as a response element in the CreateLoginProfile and GetLoginProfile operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoginProfile.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoginProfile.Builder |
builder() |
Instant |
createDate()
The date when the password for the user was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
passwordResetRequired()
Specifies whether the user is required to set a new password on next sign-in.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoginProfile.Builder> |
serializableBuilderClass() |
LoginProfile.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userName()
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userName()
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
public final Instant createDate()
The date when the password for the user was created.
public final Boolean passwordResetRequired()
Specifies whether the user is required to set a new password on next sign-in.
public LoginProfile.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoginProfile.Builder,LoginProfile>public static LoginProfile.Builder builder()
public static Class<? extends LoginProfile.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.