Class UserPoolClientDescription
java.lang.Object
com.amazonaws.services.cognitoidp.model.UserPoolClientDescription
- All Implemented Interfaces:
Serializable
,Cloneable
The description of the user poool client.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the client associated with the user pool.The client name from the user pool client description.The user pool ID for the user pool where you want to describe the user pool client.int
hashCode()
void
setClientId
(String clientId) The ID of the client associated with the user pool.void
setClientName
(String clientName) The client name from the user pool client description.void
setUserPoolId
(String userPoolId) The user pool ID for the user pool where you want to describe the user pool client.toString()
Returns a string representation of this object; useful for testing and debugging.withClientId
(String clientId) The ID of the client associated with the user pool.withClientName
(String clientName) The client name from the user pool client description.withUserPoolId
(String userPoolId) The user pool ID for the user pool where you want to describe the user pool client.
-
Constructor Details
-
UserPoolClientDescription
public UserPoolClientDescription()
-
-
Method Details
-
setClientId
The ID of the client associated with the user pool.
- Parameters:
clientId
- The ID of the client associated with the user pool.
-
getClientId
The ID of the client associated with the user pool.
- Returns:
- The ID of the client associated with the user pool.
-
withClientId
The ID of the client associated with the user pool.
- Parameters:
clientId
- The ID of the client associated with the user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setUserPoolId
The user pool ID for the user pool where you want to describe the user pool client.
- Parameters:
userPoolId
- The user pool ID for the user pool where you want to describe the user pool client.
-
getUserPoolId
The user pool ID for the user pool where you want to describe the user pool client.
- Returns:
- The user pool ID for the user pool where you want to describe the user pool client.
-
withUserPoolId
The user pool ID for the user pool where you want to describe the user pool client.
- Parameters:
userPoolId
- The user pool ID for the user pool where you want to describe the user pool client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClientName
The client name from the user pool client description.
- Parameters:
clientName
- The client name from the user pool client description.
-
getClientName
The client name from the user pool client description.
- Returns:
- The client name from the user pool client description.
-
withClientName
The client name from the user pool client description.
- Parameters:
clientName
- The client name from the user pool client description.- 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
-