public class DescribeUserPoolClientResult extends Object implements Serializable
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 |
|---|---|
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.
|
public UserPoolClientType getUserPoolClient()
The user pool client from a server response to describe the user pool client.
The user pool client from a server response to describe the user pool client.
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 DescribeUserPoolClientResult withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client from a server response to describe the user pool client.
Returns a reference to this object so that method calls can be chained together.
userPoolClient - The user pool client from a server response to describe the user pool client.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.