StructuredPojo
, ToCopyableBuilder<UserPoolDescriptionType.Builder,UserPoolDescriptionType>
@Generated("software.amazon.awssdk:codegen") public class UserPoolDescriptionType extends Object implements StructuredPojo, ToCopyableBuilder<UserPoolDescriptionType.Builder,UserPoolDescriptionType>
A user pool description.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UserPoolDescriptionType.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UserPoolDescriptionType.Builder |
builder() |
|
Date |
creationDate() |
The date the user pool description was created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The ID in a user pool description.
|
LambdaConfigType |
lambdaConfig() |
The AWS Lambda configuration information in a user pool description.
|
Date |
lastModifiedDate() |
The date the user pool description was last modified.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name in a user pool description.
|
static Class<? extends UserPoolDescriptionType.Builder> |
serializableBuilderClass() |
|
String |
status() |
The user pool status in a user pool description.
|
UserPoolDescriptionType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public 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 String status()
The user pool status in a user pool description.
StatusType
public Date lastModifiedDate()
The date the user pool description was last modified.
public Date creationDate()
The date the user pool description was created.
public UserPoolDescriptionType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UserPoolDescriptionType.Builder,UserPoolDescriptionType>
public static UserPoolDescriptionType.Builder builder()
public static Class<? extends UserPoolDescriptionType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.