@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserPoolClientDescription.Builder> |
serializableBuilderClass() |
UserPoolClientDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userPoolId()
The user pool ID for the user pool where you want to describe the user pool client.
|
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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
public static UserPoolClientDescription.Builder builder()
public static Class<? extends UserPoolClientDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.