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