Class DescribeUserPoolClientResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.DescribeUserPoolClientResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the response from the server from a request to describe the user pool client.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withUserPoolClient
(UserPoolClientType userPoolClient) The user pool client from a server response to describe the user pool client.
-
Constructor Details
-
DescribeUserPoolClientResult
public DescribeUserPoolClientResult()
-
-
Method Details
-
setUserPoolClient
The user pool client from a server response to describe the user pool client.
- Parameters:
userPoolClient
- The user pool client from a server response to describe the user pool client.
-
getUserPoolClient
The user pool client from a server response to describe the user pool client.
- Returns:
- The user pool client from a server response to describe the user pool client.
-
withUserPoolClient
The user pool client from a server response to describe the user pool client.
- Parameters:
userPoolClient
- The user pool client from a server response to describe the user pool client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-