public class DescribeUserPoolClientRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the request to describe a user pool 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 |
userPoolId
The user pool ID for the user pool you want to describe.
|
NOOP
Constructor and Description |
---|
DescribeUserPoolClientRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeUserPoolClientRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientId()
The ID of the client associated with the user pool.
|
java.lang.String |
getUserPoolId()
The user pool ID for the user pool you want to describe.
|
int |
hashCode() |
void |
setClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
void |
setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool you want to describe.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserPoolClientRequest |
withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
DescribeUserPoolClientRequest |
withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool you want to describe.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String userPoolId
The user pool ID for the user pool you want to describe.
private java.lang.String 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 you want to describe.
userPoolId
- The user pool ID for the user pool you want to describe.public java.lang.String getUserPoolId()
The user pool ID for the user pool you want to describe.
public DescribeUserPoolClientRequest withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool you want to describe.
userPoolId
- The user pool ID for the user pool you want to describe.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 DescribeUserPoolClientRequest 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 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 DescribeUserPoolClientRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()