Class ThemeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.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>
The theme summary.
- 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 Stringarn()The Amazon Resource Name (ARN) of the resource.static ThemeSummary.Builderbuilder()InstantcreatedTime()The date and time that this theme was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTime()The last date and time that this theme was updated.LonglatestVersionNumber()The latest version number for the theme.Stringname()the display name for the theme.List<SdkField<?>>sdkFields()static Class<? extends ThemeSummary.Builder>serializableBuilderClass()StringthemeId()The ID of the theme.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
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the resource.
- Returns:
- The Amazon Resource Name (ARN) of the resource.
-
name
public final String name()
the display name for the theme.
- Returns:
- the display name for the theme.
-
themeId
public final String themeId()
The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Returns:
- The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
-
latestVersionNumber
public final Long latestVersionNumber()
The latest version number for the theme.
- Returns:
- The latest version number for the theme.
-
createdTime
public final Instant createdTime()
The date and time that this theme was created.
- Returns:
- The date and time that this theme was created.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The last date and time that this theme was updated.
- Returns:
- The last date and time that this theme was updated.
-
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.
-
-