Class SceneSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iottwinmaker.model.SceneSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SceneSummary.Builder,SceneSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSceneSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the scene.static SceneSummary.Builderbuilder()StringcontentLocation()The relative path that specifies the location of the content definition file.InstantcreationDateTime()The date and time when the scene was created.Stringdescription()The scene description.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringsceneId()The ID of the scene.List<SdkField<?>>sdkFields()static Class<? extends SceneSummary.Builder>serializableBuilderClass()SceneSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateDateTime()The date and time when the scene was last updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sceneId
public final String sceneId()
The ID of the scene.
- Returns:
- The ID of the scene.
-
contentLocation
public final String contentLocation()
The relative path that specifies the location of the content definition file.
- Returns:
- The relative path that specifies the location of the content definition file.
-
arn
public final String arn()
The ARN of the scene.
- Returns:
- The ARN of the scene.
-
creationDateTime
public final Instant creationDateTime()
The date and time when the scene was created.
- Returns:
- The date and time when the scene was created.
-
updateDateTime
public final Instant updateDateTime()
The date and time when the scene was last updated.
- Returns:
- The date and time when the scene was last updated.
-
description
public final String description()
The scene description.
- Returns:
- The scene description.
-
toBuilder
public SceneSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SceneSummary.Builder,SceneSummary>
-
builder
public static SceneSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends SceneSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-