@Generated(value="software.amazon.awssdk:codegen") public final class Theme extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Theme.Builder,Theme>
Summary information about a theme.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Theme.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the theme.
|
static Theme.Builder |
builder() |
Instant |
createdTime()
The date and time that the theme was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTime()
The date and time that the theme was last updated.
|
String |
name()
The name that the user gives to the theme.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Theme.Builder> |
serializableBuilderClass() |
String |
themeId()
The identifier that the user gives to the theme.
|
Theme.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ThemeType |
type()
The type of theme, based on how it was created.
|
String |
typeAsString()
The type of theme, based on how it was created.
|
ThemeVersion |
version()
Returns the value of the Version property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the theme.
public final String name()
The name that the user gives to the theme.
public final String themeId()
The identifier that the user gives to the theme.
public final ThemeVersion version()
public final Instant createdTime()
The date and time that the theme was created.
public final Instant lastUpdatedTime()
The date and time that the theme was last updated.
public final ThemeType type()
The type of theme, based on how it was created. Valid values include: QUICKSIGHT and
CUSTOM.
If the service returns an enum value that is not available in the current SDK version, type will return
ThemeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
QUICKSIGHT and
CUSTOM.ThemeTypepublic final String typeAsString()
The type of theme, based on how it was created. Valid values include: QUICKSIGHT and
CUSTOM.
If the service returns an enum value that is not available in the current SDK version, type will return
ThemeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
QUICKSIGHT and
CUSTOM.ThemeTypepublic Theme.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Theme.Builder,Theme>public static Theme.Builder builder()
public static Class<? extends Theme.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.