@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 the user pool description 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 AWS Lambda configuration information in a user pool description.
|
Instant |
lastModifiedDate()
The date the user pool description was last modified.
|
String |
name()
The name in a user pool description.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserPoolDescriptionType.Builder> |
serializableBuilderClass() |
StatusType |
status()
The user pool status in a user pool description.
|
String |
statusAsString()
The user pool status in a user pool description.
|
UserPoolDescriptionType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The ID in a user pool description.
public String name()
The name in a user pool description.
public LambdaConfigType lambdaConfig()
The AWS Lambda configuration information in a user pool description.
public 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().
StatusTypepublic 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 Instant lastModifiedDate()
The date the user pool description was last modified.
public Instant creationDate()
The date the user pool description 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.