@Generated(value="software.amazon.awssdk:codegen") public final class UICustomizationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UICustomizationType.Builder,UICustomizationType>
A container for the UI customization information for a user pool's built-in app UI.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UICustomizationType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UICustomizationType.Builder |
builder() |
String |
clientId()
The client ID for the client app.
|
Instant |
creationDate()
The date and time, in ISO 8601 format, when
the item was created.
|
String |
css()
The CSS values in the UI customization.
|
String |
cssVersion()
The CSS version number.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageUrl()
The logo image for the UI customization.
|
Instant |
lastModifiedDate()
The date and time, in ISO 8601 format, when
the item was modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UICustomizationType.Builder> |
serializableBuilderClass() |
UICustomizationType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID for the user pool.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String userPoolId()
The user pool ID for the user pool.
public final String clientId()
The client ID for the client app.
public final String imageUrl()
The logo image for the UI customization.
public final String css()
The CSS values in the UI customization.
public final String cssVersion()
The CSS version number.
public final Instant lastModifiedDate()
The date and time, in ISO 8601 format, when the item was modified.
public final Instant creationDate()
The date and time, in ISO 8601 format, when the item was created.
public UICustomizationType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UICustomizationType.Builder,UICustomizationType>public static UICustomizationType.Builder builder()
public static Class<? extends UICustomizationType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.