@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserPoolDescriptionType extends Object implements Serializable, Cloneable, StructuredPojo
A user pool description.
Constructor and Description |
---|
UserPoolDescriptionType() |
Modifier and Type | Method and Description |
---|---|
UserPoolDescriptionType |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date the user pool description was created.
|
String |
getId()
The ID in a user pool description.
|
LambdaConfigType |
getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
|
Date |
getLastModifiedDate()
The date the user pool description was last modified.
|
String |
getName()
The name in a user pool description.
|
String |
getStatus()
The user pool status in a user pool description.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date the user pool description was created.
|
void |
setId(String id)
The ID in a user pool description.
|
void |
setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date the user pool description was last modified.
|
void |
setName(String name)
The name in a user pool description.
|
void |
setStatus(StatusType status)
The user pool status in a user pool description.
|
void |
setStatus(String status)
The user pool status in a user pool description.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UserPoolDescriptionType |
withCreationDate(Date creationDate)
The date the user pool description was created.
|
UserPoolDescriptionType |
withId(String id)
The ID in a user pool description.
|
UserPoolDescriptionType |
withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
|
UserPoolDescriptionType |
withLastModifiedDate(Date lastModifiedDate)
The date the user pool description was last modified.
|
UserPoolDescriptionType |
withName(String name)
The name in a user pool description.
|
UserPoolDescriptionType |
withStatus(StatusType status)
The user pool status in a user pool description.
|
UserPoolDescriptionType |
withStatus(String status)
The user pool status in a user pool description.
|
public void setId(String id)
The ID in a user pool description.
id
- The ID in a user pool description.public String getId()
The ID in a user pool description.
public UserPoolDescriptionType withId(String id)
The ID in a user pool description.
id
- The ID in a user pool description.public void setName(String name)
The name in a user pool description.
name
- The name in a user pool description.public String getName()
The name in a user pool description.
public UserPoolDescriptionType withName(String name)
The name in a user pool description.
name
- The name in a user pool description.public void setLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
lambdaConfig
- The AWS Lambda configuration information in a user pool description.public LambdaConfigType getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
public UserPoolDescriptionType withLambdaConfig(LambdaConfigType lambdaConfig)
The AWS Lambda configuration information in a user pool description.
lambdaConfig
- The AWS Lambda configuration information in a user pool description.public void setStatus(String status)
The user pool status in a user pool description.
status
- The user pool status in a user pool description.StatusType
public String getStatus()
The user pool status in a user pool description.
StatusType
public UserPoolDescriptionType withStatus(String status)
The user pool status in a user pool description.
status
- The user pool status in a user pool description.StatusType
public void setStatus(StatusType status)
The user pool status in a user pool description.
status
- The user pool status in a user pool description.StatusType
public UserPoolDescriptionType withStatus(StatusType status)
The user pool status in a user pool description.
status
- The user pool status in a user pool description.StatusType
public void setLastModifiedDate(Date lastModifiedDate)
The date the user pool description was last modified.
lastModifiedDate
- The date the user pool description was last modified.public Date getLastModifiedDate()
The date the user pool description was last modified.
public UserPoolDescriptionType withLastModifiedDate(Date lastModifiedDate)
The date the user pool description was last modified.
lastModifiedDate
- The date the user pool description was last modified.public void setCreationDate(Date creationDate)
The date the user pool description was created.
creationDate
- The date the user pool description was created.public Date getCreationDate()
The date the user pool description was created.
public UserPoolDescriptionType withCreationDate(Date creationDate)
The date the user pool description was created.
creationDate
- The date the user pool description was created.public String toString()
toString
in class Object
Object.toString()
public UserPoolDescriptionType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.