@Generated(value="software.amazon.awssdk:codegen") public class UICustomizationType extends Object implements StructuredPojo, 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) |
<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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends UICustomizationType.Builder> |
serializableBuilderClass() |
UICustomizationType.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
userPoolId()
The user pool ID for the user pool.
|
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UICustomizationType.Builder,UICustomizationType>
public static UICustomizationType.Builder builder()
public static Class<? extends UICustomizationType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.