Class DescribedWebAppCustomization
- java.lang.Object
-
- software.amazon.awssdk.services.transfer.model.DescribedWebAppCustomization
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DescribedWebAppCustomization.Builder,DescribedWebAppCustomization>
@Generated("software.amazon.awssdk:codegen") public final class DescribedWebAppCustomization extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DescribedWebAppCustomization.Builder,DescribedWebAppCustomization>
A structure that contains the customization fields for the web app. You can provide a title, logo, and icon to customize the appearance of your web app.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribedWebAppCustomization.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()Returns the Amazon Resource Name (ARN) for the web app.static DescribedWebAppCustomization.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)SdkBytesfaviconFile()Returns a icon file data string (in base64 encoding).<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()SdkByteslogoFile()Returns a logo file data string (in base64 encoding).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribedWebAppCustomization.Builder>serializableBuilderClass()Stringtitle()Returns the page title that you defined for your web app.DescribedWebAppCustomization.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwebAppId()Returns the unique identifier for your web app.-
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
-
arn
public final String arn()
Returns the Amazon Resource Name (ARN) for the web app.
- Returns:
- Returns the Amazon Resource Name (ARN) for the web app.
-
webAppId
public final String webAppId()
Returns the unique identifier for your web app.
- Returns:
- Returns the unique identifier for your web app.
-
title
public final String title()
Returns the page title that you defined for your web app.
- Returns:
- Returns the page title that you defined for your web app.
-
logoFile
public final SdkBytes logoFile()
Returns a logo file data string (in base64 encoding).
- Returns:
- Returns a logo file data string (in base64 encoding).
-
faviconFile
public final SdkBytes faviconFile()
Returns a icon file data string (in base64 encoding).
- Returns:
- Returns a icon file data string (in base64 encoding).
-
toBuilder
public DescribedWebAppCustomization.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribedWebAppCustomization.Builder,DescribedWebAppCustomization>
-
builder
public static DescribedWebAppCustomization.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribedWebAppCustomization.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-