@Generated(value="software.amazon.awssdk:codegen") public final class UserPoolDescriptionType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserPoolDescriptionType.Builder,UserPoolDescriptionType>
A user pool description.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserPoolDescriptionType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolDescriptionType.Builder |
builder() |
Instant |
creationDate()
The date and time, in ISO 8601 format, when
the item was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID in a user pool description.
|
LambdaConfigType |
lambdaConfig()
The Lambda configuration information in a user pool description.
|
Instant |
lastModifiedDate()
The date and time, in ISO 8601 format, when
the item was modified.
|
String |
name()
The name in a user pool description.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserPoolDescriptionType.Builder> |
serializableBuilderClass() |
StatusType |
status()
Deprecated.
This property is no longer available.
|
String |
statusAsString()
Deprecated.
This property is no longer available.
|
UserPoolDescriptionType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID in a user pool description.
public final String name()
The name in a user pool description.
public final LambdaConfigType lambdaConfig()
The Lambda configuration information in a user pool description.
@Deprecated public final StatusType status()
The user pool status in a user pool description.
If the service returns an enum value that is not available in the current SDK version, status will
return StatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
StatusType@Deprecated public final String statusAsString()
The user pool status in a user pool description.
If the service returns an enum value that is not available in the current SDK version, status will
return StatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
StatusTypepublic final Instant lastModifiedDate()
The date and time, in ISO 8601 format, when the item was modified.
public final Instant creationDate()
The date and time, in ISO 8601 format, when the item was created.
public UserPoolDescriptionType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserPoolDescriptionType.Builder,UserPoolDescriptionType>public static UserPoolDescriptionType.Builder builder()
public static Class<? extends UserPoolDescriptionType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.