@Generated(value="software.amazon.awssdk:codegen") public final class UserPoolClientDescription extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.