@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUserPoolResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response to describe the user pool.
Constructor and Description |
---|
DescribeUserPoolResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUserPoolResult |
clone() |
boolean |
equals(Object obj) |
UserPoolType |
getUserPool()
The container of metadata returned by the server to describe the pool.
|
int |
hashCode() |
void |
setUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeUserPoolResult |
withUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
userPool
- The container of metadata returned by the server to describe the pool.public UserPoolType getUserPool()
The container of metadata returned by the server to describe the pool.
public DescribeUserPoolResult withUserPool(UserPoolType userPool)
The container of metadata returned by the server to describe the pool.
userPool
- The container of metadata returned by the server to describe the pool.public String toString()
toString
in class Object
Object.toString()
public DescribeUserPoolResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.