@Generated(value="software.amazon.awssdk:codegen") public final class ThemeVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThemeVersionSummary.Builder,ThemeVersionSummary>
The theme version.
Modifier and Type | Class and Description |
---|---|
static interface |
ThemeVersionSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the theme version.
|
static ThemeVersionSummary.Builder |
builder() |
Instant |
createdTime()
The date and time that this theme version was created.
|
String |
description()
The description of the theme version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ThemeVersionSummary.Builder> |
serializableBuilderClass() |
ResourceStatus |
status()
The status of the theme version.
|
String |
statusAsString()
The status of the theme version.
|
ThemeVersionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
versionNumber()
The version number of the theme version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Long versionNumber()
The version number of the theme version.
public final String arn()
The Amazon Resource Name (ARN) of the theme version.
public final String description()
The description of the theme version.
public final Instant createdTime()
The date and time that this theme version was created.
public final ResourceStatus status()
The status of the theme version.
If the service returns an enum value that is not available in the current SDK version, status
will
return ResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ResourceStatus
public final String statusAsString()
The status of the theme version.
If the service returns an enum value that is not available in the current SDK version, status
will
return ResourceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusAsString()
.
ResourceStatus
public ThemeVersionSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ThemeVersionSummary.Builder,ThemeVersionSummary>
public static ThemeVersionSummary.Builder builder()
public static Class<? extends ThemeVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.