public class UserPoolClientDescription
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The description of the user poool client.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clientId
The ID of the client associated with the user pool.
|
private java.lang.String |
clientName
The client name from the user pool client description.
|
private java.lang.String |
userPoolId
The user pool ID for the user pool where you want to describe the user
pool client.
|
Constructor and Description |
---|
UserPoolClientDescription() |
Modifier and Type | Method and Description |
---|---|
UserPoolClientDescription |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientId()
The ID of the client associated with the user pool.
|
java.lang.String |
getClientName()
The client name from the user pool client description.
|
java.lang.String |
getUserPoolId()
The user pool ID for the user pool where you want to describe the user
pool client.
|
int |
hashCode() |
void |
setClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
void |
setClientName(java.lang.String clientName)
The client name from the user pool client description.
|
void |
setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to describe the user
pool client.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserPoolClientDescription |
withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientDescription |
withClientName(java.lang.String clientName)
The client name from the user pool client description.
|
UserPoolClientDescription |
withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to describe the user
pool client.
|
private java.lang.String clientId
The ID of the client associated with the user pool.
private java.lang.String userPoolId
The user pool ID for the user pool where you want to describe the user pool client.
private java.lang.String clientName
The client name from the user pool client description.
public void setClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public java.lang.String getClientId()
The ID of the client associated with the user pool.
public UserPoolClientDescription withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public void setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
userPoolId
- The user pool ID for the user pool where you want to describe the
user pool client.public java.lang.String getUserPoolId()
The user pool ID for the user pool where you want to describe the user pool client.
public UserPoolClientDescription withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
userPoolId
- The user pool ID for the user pool where you want to describe the
user pool client.public void setClientName(java.lang.String clientName)
The client name from the user pool client description.
clientName
- The client name from the user pool client description.public java.lang.String getClientName()
The client name from the user pool client description.
public UserPoolClientDescription withClientName(java.lang.String clientName)
The client name from the user pool client description.
clientName
- The client name from the user pool client description.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 UserPoolClientDescription clone()
clone
in class java.lang.Object