@Generated(value="software.amazon.awssdk:codegen") public final class DescribeUserPoolClientRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<DescribeUserPoolClientRequest.Builder,DescribeUserPoolClientRequest>
Represents the request to describe a user pool client.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeUserPoolClientRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeUserPoolClientRequest.Builder |
builder() |
String |
clientId()
The app client ID of the app associated with the user pool.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeUserPoolClientRequest.Builder> |
serializableBuilderClass() |
DescribeUserPoolClientRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID for the user pool you want to describe.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userPoolId()
The user pool ID for the user pool you want to describe.
public final String clientId()
The app client ID of the app associated with the user pool.
public DescribeUserPoolClientRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeUserPoolClientRequest.Builder,DescribeUserPoolClientRequest>toBuilder in class CognitoIdentityProviderRequestpublic static DescribeUserPoolClientRequest.Builder builder()
public static Class<? extends DescribeUserPoolClientRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.