public class DescribeUserPoolClientRequest extends AmazonWebServiceRequest implements Serializable
Client method for returning the configuration information and metadata of the specified user pool app client.
| Constructor and Description |
|---|
DescribeUserPoolClientRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClientId()
The app client ID of the app associated with the user pool.
|
String |
getUserPoolId()
The user pool ID for the user pool you want to describe.
|
int |
hashCode() |
void |
setClientId(String clientId)
The app client ID of the app associated with the user pool.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserPoolClientRequest |
withClientId(String clientId)
The app client ID of the app associated with the user pool.
|
DescribeUserPoolClientRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool you want to describe.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getUserPoolId()
The user pool ID for the user pool you want to describe.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool you want to describe.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool you want to describe.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for the user pool you want to describe.
public DescribeUserPoolClientRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool you want to describe.
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 you want to describe.
public String getClientId()
The app client ID of the app associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
The app client ID of the app associated with the user pool.
public void setClientId(String clientId)
The app client ID of the app associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId - The app client ID of the app associated with the user pool.
public DescribeUserPoolClientRequest withClientId(String clientId)
The app client ID of the app 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 app client ID of the app associated with the user pool.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.