public class DescribeUserPoolClientResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the response from the server from a request to describe the user pool client.
Modifier and Type | Field and Description |
---|---|
private UserPoolClientType |
userPoolClient
The user pool client from a server response to describe the user pool
client.
|
Constructor and Description |
---|
DescribeUserPoolClientResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUserPoolClientResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private UserPoolClientType userPoolClient
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 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeUserPoolClientResult clone()
clone
in class java.lang.Object