@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 and time when the item was created.
|
String |
getId()
The ID in a user pool description.
|
LambdaConfigType |
getLambdaConfig()
The Lambda configuration information in a user pool description.
|
Date |
getLastModifiedDate()
The date and time when the item was modified.
|
String |
getName()
The name in a user pool description.
|
String |
getStatus()
Deprecated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date and time when the item was created.
|
void |
setId(String id)
The ID in a user pool description.
|
void |
setLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information in a user pool description.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date and time when the item was modified.
|
void |
setName(String name)
The name in a user pool description.
|
void |
setStatus(StatusType status)
Deprecated.
|
void |
setStatus(String status)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
UserPoolDescriptionType |
withCreationDate(Date creationDate)
The date and time when the item was created.
|
UserPoolDescriptionType |
withId(String id)
The ID in a user pool description.
|
UserPoolDescriptionType |
withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information in a user pool description.
|
UserPoolDescriptionType |
withLastModifiedDate(Date lastModifiedDate)
The date and time when the item was modified.
|
UserPoolDescriptionType |
withName(String name)
The name in a user pool description.
|
UserPoolDescriptionType |
withStatus(StatusType status)
Deprecated.
|
UserPoolDescriptionType |
withStatus(String status)
Deprecated.
|
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 Lambda configuration information in a user pool description.
lambdaConfig
- The Lambda configuration information in a user pool description.public LambdaConfigType getLambdaConfig()
The Lambda configuration information in a user pool description.
public UserPoolDescriptionType withLambdaConfig(LambdaConfigType lambdaConfig)
The Lambda configuration information in a user pool description.
lambdaConfig
- The Lambda configuration information in a user pool description.@Deprecated 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
@Deprecated public String getStatus()
The user pool status in a user pool description.
StatusType
@Deprecated 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
@Deprecated 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
@Deprecated 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 and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
lastModifiedDate
- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.public Date getLastModifiedDate()
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
Date
object.public UserPoolDescriptionType withLastModifiedDate(Date lastModifiedDate)
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
lastModifiedDate
- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.public void setCreationDate(Date creationDate)
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
creationDate
- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.public Date getCreationDate()
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
Date
object.public UserPoolDescriptionType withCreationDate(Date creationDate)
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format.
Your SDK might render the output in a human-readable format like ISO 8601 or a Java Date
object.
creationDate
- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Date
object.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.