@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 final String arn()
The Amazon Resource Name (ARN) of the resource.
public final String name()
the display name for the theme.
public final String themeId()
The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
public final Long latestVersionNumber()
The latest version number for the theme.
public final Instant createdTime()
The date and time that this theme was created.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.