@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.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String userPoolId()
The user pool ID for the user pool you want to describe.
public 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 CognitoIdentityProviderRequest
public static DescribeUserPoolClientRequest.Builder builder()
public static Class<? extends DescribeUserPoolClientRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.