@Generated(value="software.amazon.awssdk:codegen") public final class UserPoolClientDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
The description of the user pool client.
Modifier and Type | Class and Description |
---|---|
static interface |
UserPoolClientDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static UserPoolClientDescription.Builder |
builder() |
String |
clientId()
The ID of the client associated with the user pool.
|
String |
clientName()
The client name from the user pool client description.
|
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 UserPoolClientDescription.Builder> |
serializableBuilderClass() |
UserPoolClientDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID for the user pool where you want to describe the user pool client.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String clientId()
The ID of the client associated with the user pool.
public String userPoolId()
The user pool ID for the user pool where you want to describe the user pool client.
public String clientName()
The client name from the user pool client description.
public UserPoolClientDescription.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
public static UserPoolClientDescription.Builder builder()
public static Class<? extends UserPoolClientDescription.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2020. All rights reserved.