public class UserPoolDescriptionType extends Object implements Serializable, Cloneable
A user pool description.
Constructor and Description |
---|
UserPoolDescriptionType() |
Modifier and Type | Method and Description |
---|---|
UserPoolDescriptionType |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The creation date in a user pool description.
|
String |
getId()
The ID in a user pool description.
|
LambdaConfigType |
getLambdaConfig()
The AWS Lambda configuration information in a user pool description.
|
Date |
getLastModifiedDate()
The last modified date in a user pool description.
|
String |
getName()
The name in a user pool description.
|
String |
getStatus()
The user pool status in a user pool description.
|
int |
hashCode() |
void |
setCreationDate(Date creationDate)
The creation date in a user pool description.
|
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 last modified date in a user pool description.
|
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 creation date in a user pool description.
|
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 last modified date in a user pool description.
|
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 last modified date in a user pool description.
lastModifiedDate
- The last modified date in a user pool description.public Date getLastModifiedDate()
The last modified date in a user pool description.
public UserPoolDescriptionType withLastModifiedDate(Date lastModifiedDate)
The last modified date in a user pool description.
lastModifiedDate
- The last modified date in a user pool description.public void setCreationDate(Date creationDate)
The creation date in a user pool description.
creationDate
- The creation date in a user pool description.public Date getCreationDate()
The creation date in a user pool description.
public UserPoolDescriptionType withCreationDate(Date creationDate)
The creation date in a user pool description.
creationDate
- The creation date in a user pool description.public String toString()
toString
in class Object
Object.toString()
public UserPoolDescriptionType clone()
Copyright © 2018. All rights reserved.