Class UICustomizationType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UICustomizationType.Builder,UICustomizationType>
A container for the UI customization information for the hosted UI in a user pool.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic UICustomizationType.Builderbuilder()final StringclientId()The app client ID for your UI customization.final InstantThe date and time when the item was created.final Stringcss()The CSS values in the UI customization.final StringThe CSS version number.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringimageUrl()A URL path to the hosted logo image of your UI customization.final InstantThe date and time when the item was modified.static Class<? extends UICustomizationType.Builder>final StringtoString()Returns a string representation of this object.final StringThe ID of the user pool with hosted UI customizations.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
userPoolId
The ID of the user pool with hosted UI customizations.
- Returns:
- The ID of the user pool with hosted UI customizations.
-
clientId
The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
- Returns:
- The app client ID for your UI customization. When this value isn't present, the customization applies to all user pool app clients that don't have client-level settings..
-
imageUrl
A URL path to the hosted logo image of your UI customization.
- Returns:
- A URL path to the hosted logo image of your UI customization.
-
css
The CSS values in the UI customization.
- Returns:
- The CSS values in the UI customization.
-
cssVersion
The CSS version number.
- Returns:
- The CSS version number.
-
lastModifiedDate
The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Returns:
- The date and time when the item was modified. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.
-
creationDate
The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.- Returns:
- The date and time when the item was created. Amazon Cognito returns this timestamp in UNIX epoch time
format. Your SDK might render the output in a human-readable format like ISO 8601 or a Java
Dateobject.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UICustomizationType.Builder,UICustomizationType>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-