Class SetUiCustomizationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderRequest
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.SetUiCustomizationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest>
@Generated("software.amazon.awssdk:codegen") public final class SetUiCustomizationRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSetUiCustomizationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetUiCustomizationRequest.Builderbuilder()StringclientId()The ID of the app client that you want to customize.Stringcss()A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SdkBytesimageFile()The image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SetUiCustomizationRequest.Builder>serializableBuilderClass()SetUiCustomizationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringuserPoolId()The ID of the user pool where you want to apply branding to the classic hosted UI.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
userPoolId
public final String userPoolId()
The ID of the user pool where you want to apply branding to the classic hosted UI.
- Returns:
- The ID of the user pool where you want to apply branding to the classic hosted UI.
-
clientId
public final String clientId()
The ID of the app client that you want to customize. To apply a default style to all app clients not configured with client-level branding, set this parameter value to
ALL.- Returns:
- The ID of the app client that you want to customize. To apply a default style to all app clients not
configured with client-level branding, set this parameter value to
ALL.
-
css
public final String css()
A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App clients tab, select Login pages, edit Hosted UI (classic) style, and select the link to
CSS template.css.- Returns:
- A plaintext CSS file that contains the custom fields that you want to apply to your user pool or app
client. To download a template, go to the Amazon Cognito console. Navigate to your user pool App
clients tab, select Login pages, edit Hosted UI (classic) style, and select the link to
CSS template.css.
-
imageFile
public final SdkBytes imageFile()
The image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.
- Returns:
- The image that you want to set as your login in the classic hosted UI, as a Base64-formatted binary object.
-
toBuilder
public SetUiCustomizationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SetUiCustomizationRequest.Builder,SetUiCustomizationRequest>- Specified by:
toBuilderin classCognitoIdentityProviderRequest
-
builder
public static SetUiCustomizationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SetUiCustomizationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-