@Generated(value="software.amazon.awssdk:codegen") public final class SceneSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SceneSummary.Builder,SceneSummary>
An object that contains information about a scene.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SceneSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the scene.
|
static SceneSummary.Builder |
builder() |
String |
contentLocation()
The relative path that specifies the location of the content definition file.
|
Instant |
creationDateTime()
The date and time when the scene was created.
|
String |
description()
The scene description.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
sceneId()
The ID of the scene.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SceneSummary.Builder> |
serializableBuilderClass() |
SceneSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateDateTime()
The date and time when the scene was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sceneId()
The ID of the scene.
public final String contentLocation()
The relative path that specifies the location of the content definition file.
public final String arn()
The ARN of the scene.
public final Instant creationDateTime()
The date and time when the scene was created.
public final Instant updateDateTime()
The date and time when the scene was last updated.
public final String description()
The scene description.
public SceneSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SceneSummary.Builder,SceneSummary>public static SceneSummary.Builder builder()
public static Class<? extends SceneSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.