Class UserPoolClientDescription
- java.lang.Object
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolClientDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
@Generated("software.amazon.awssdk:codegen") public final class UserPoolClientDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
The description of the user pool client.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserPoolClientDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserPoolClientDescription.Builderbuilder()StringclientId()The ID of the client associated with the user pool.StringclientName()The client name from the user pool client description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends UserPoolClientDescription.Builder>serializableBuilderClass()UserPoolClientDescription.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserPoolId()The user pool ID for the user pool where you want to describe the user pool client.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clientId
public final String clientId()
The ID of the client associated with the user pool.
- Returns:
- The ID of the client associated with the user pool.
-
userPoolId
public final String userPoolId()
The user pool ID for the user pool where you want to describe the user pool client.
- Returns:
- The user pool ID for the user pool where you want to describe the user pool client.
-
clientName
public final String clientName()
The client name from the user pool client description.
- Returns:
- The client name from the user pool client description.
-
toBuilder
public UserPoolClientDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserPoolClientDescription.Builder,UserPoolClientDescription>
-
builder
public static UserPoolClientDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserPoolClientDescription.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-