Class ThemeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.ThemeSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ThemeSummary.Builder,ThemeSummary>
@Generated("software.amazon.awssdk:codegen") public final class ThemeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThemeSummary.Builder,ThemeSummary>
Describes the basic information about a theme.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceThemeSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappId()The unique ID for the app associated with the theme summary.static ThemeSummary.Builderbuilder()StringenvironmentName()The name of the backend environment that is part of the Amplify app.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the theme.Stringname()The name of the theme.List<SdkField<?>>sdkFields()static Class<? extends ThemeSummary.Builder>serializableBuilderClass()ThemeSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
appId
public final String appId()
The unique ID for the app associated with the theme summary.
- Returns:
- The unique ID for the app associated with the theme summary.
-
environmentName
public final String environmentName()
The name of the backend environment that is part of the Amplify app.
- Returns:
- The name of the backend environment that is part of the Amplify app.
-
id
public final String id()
The ID of the theme.
- Returns:
- The ID of the theme.
-
name
public final String name()
The name of the theme.
- Returns:
- The name of the theme.
-
toBuilder
public ThemeSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ThemeSummary.Builder,ThemeSummary>
-
builder
public static ThemeSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ThemeSummary.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.
-
-