@Generated(value="software.amazon.awssdk:codegen") public final class ThemeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThemeSummary.Builder,ThemeSummary>
The theme summary.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ThemeSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the resource.
|
static ThemeSummary.Builder |
builder() |
Instant |
createdTime()
The date and time that this 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 last date and time that this theme was updated.
|
Long |
latestVersionNumber()
The latest version number for the theme.
|
String |
name()
the display name for the theme.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThemeSummary.Builder> |
serializableBuilderClass() |
String |
themeId()
The ID of the theme.
|
ThemeSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the resource.
public String name()
the display name for the theme.
public String themeId()
The ID of the theme. This ID is unique per AWS Region for each AWS account.
public Long latestVersionNumber()
The latest version number for the theme.
public Instant createdTime()
The date and time that this theme was created.
public Instant lastUpdatedTime()
The last date and time that this theme was updated.
public ThemeSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ThemeSummary.Builder,ThemeSummary>public static ThemeSummary.Builder builder()
public static Class<? extends ThemeSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.