@Generated(value="software.amazon.awssdk:codegen") public final class Theme extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Theme.Builder,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 String arn()
The Amazon Resource Name (ARN) of the theme.
public String name()
The name that the user gives to the theme.
public String themeId()
The identifier that the user gives to the theme.
public ThemeVersion version()
public Instant createdTime()
The date and time that the theme was created.
public Instant lastUpdatedTime()
The date and time that the theme was last updated.
public 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.