Class Theme
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.Theme
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Theme.Builder,Theme>
@Generated("software.amazon.awssdk:codegen") public final class Theme extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Theme.Builder,Theme>
Summary information about a theme.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTheme.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the theme.static Theme.Builderbuilder()InstantcreatedTime()The date and time that the theme was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTime()The date and time that the theme was last updated.Stringname()The name that the user gives to the theme.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Theme.Builder>serializableBuilderClass()StringthemeId()The identifier that the user gives to the theme.Theme.BuildertoBuilder()StringtoString()Returns a string representation of this object.ThemeTypetype()The type of theme, based on how it was created.StringtypeAsString()The type of theme, based on how it was created.ThemeVersionversion()Returns the value of the Version property for 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 theme.
- Returns:
- The Amazon Resource Name (ARN) of the theme.
-
name
public final String name()
The name that the user gives to the theme.
- Returns:
- The name that the user gives to the theme.
-
themeId
public final String themeId()
The identifier that the user gives to the theme.
- Returns:
- The identifier that the user gives to the theme.
-
version
public final ThemeVersion version()
Returns the value of the Version property for this object.- Returns:
- The value of the Version property for this object.
-
createdTime
public final Instant createdTime()
The date and time that the theme was created.
- Returns:
- The date and time that the theme was created.
-
lastUpdatedTime
public final Instant lastUpdatedTime()
The date and time that the theme was last updated.
- Returns:
- The date and time that the theme was last updated.
-
type
public final ThemeType type()
The type of theme, based on how it was created. Valid values include:
QUICKSIGHTandCUSTOM.If the service returns an enum value that is not available in the current SDK version,
typewill returnThemeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of theme, based on how it was created. Valid values include:
QUICKSIGHTandCUSTOM. - See Also:
ThemeType
-
typeAsString
public final String typeAsString()
The type of theme, based on how it was created. Valid values include:
QUICKSIGHTandCUSTOM.If the service returns an enum value that is not available in the current SDK version,
typewill returnThemeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of theme, based on how it was created. Valid values include:
QUICKSIGHTandCUSTOM. - See Also:
ThemeType
-
toBuilder
public Theme.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Theme.Builder,Theme>
-
builder
public static Theme.Builder builder()
-
serializableBuilderClass
public static Class<? extends Theme.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
-
-