@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 creation date for the UI customization.
|
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 last-modified date for the UI customization.
|
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 last-modified date for the UI customization.
public final Instant creationDate()
The creation date for the UI customization.
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 © 2021. All rights reserved.