@Generated(value="software.amazon.awssdk:codegen") public final class SetUiCustomizationRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetUiCustomizationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetUiCustomizationRequest.Builder |
builder() |
String |
clientId()
The client ID for the client app.
|
String |
css()
The CSS values in the UI customization.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SdkBytes |
imageFile()
The uploaded logo image for the UI customization.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetUiCustomizationRequest.Builder> |
serializableBuilderClass() |
SetUiCustomizationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID for the user pool.
|
overrideConfigurationclone, 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 css()
The CSS values in the UI customization.
public SdkBytes imageFile()
The uploaded logo image for the UI customization.
public SetUiCustomizationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest>toBuilder in class CognitoIdentityProviderRequestpublic static SetUiCustomizationRequest.Builder builder()
public static Class<? extends SetUiCustomizationRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.