@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 String userPoolId()
The user pool ID for the user pool.
public String clientId()
The client ID for the client app.
public String imageUrl()
The logo image for the UI customization.
public String css()
The CSS values in the UI customization.
public String cssVersion()
The CSS version number.
public Instant lastModifiedDate()
The last-modified date for the UI customization.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.