public class UserPoolClientDescription extends Object implements Serializable
The description of the user pool client.
Constructor and Description |
---|
UserPoolClientDescription() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClientId()
The ID of the client associated with the user pool.
|
String |
getClientName()
The client name from the user pool client description.
|
String |
getUserPoolId()
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UserPoolClientDescription |
withClientId(String clientId)
The ID of the client associated with the user pool.
|
UserPoolClientDescription |
withClientName(String clientName)
The client name from the user pool client description.
|
UserPoolClientDescription |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user
pool client.
|
public String getClientId()
The ID of the client associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
The ID of the client associated with the user pool.
public void setClientId(String clientId)
The ID of the client associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId
- The ID of the client associated with the user pool.
public UserPoolClientDescription withClientId(String clientId)
The ID of the client associated with the user pool.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId
- The ID of the client associated with the user pool.
public String getUserPoolId()
The user pool ID for the user pool where you want to describe the user pool client.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool where you want to describe the user pool client.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool where you want to describe the user pool client.
public UserPoolClientDescription withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to describe the user pool client.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool where you want to describe the user pool client.
public String getClientName()
The client name from the user pool client description.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
The client name from the user pool client description.
public void setClientName(String clientName)
The client name from the user pool client description.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
clientName
- The client name from the user pool client description.
public UserPoolClientDescription withClientName(String clientName)
The client name from the user pool client description.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
clientName
- The client name from the user pool client description.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.