@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SceneSummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about a scene.
Constructor and Description |
---|
SceneSummary() |
Modifier and Type | Method and Description |
---|---|
SceneSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the scene.
|
String |
getContentLocation()
The relative path that specifies the location of the content definition file.
|
Date |
getCreationDateTime()
The date and time when the scene was created.
|
String |
getDescription()
The scene description.
|
String |
getSceneId()
The ID of the scene.
|
Date |
getUpdateDateTime()
The date and time when the scene was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the scene.
|
void |
setContentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
void |
setCreationDateTime(Date creationDateTime)
The date and time when the scene was created.
|
void |
setDescription(String description)
The scene description.
|
void |
setSceneId(String sceneId)
The ID of the scene.
|
void |
setUpdateDateTime(Date updateDateTime)
The date and time when the scene was last updated.
|
String |
toString()
Returns a string representation of this object.
|
SceneSummary |
withArn(String arn)
The ARN of the scene.
|
SceneSummary |
withContentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
SceneSummary |
withCreationDateTime(Date creationDateTime)
The date and time when the scene was created.
|
SceneSummary |
withDescription(String description)
The scene description.
|
SceneSummary |
withSceneId(String sceneId)
The ID of the scene.
|
SceneSummary |
withUpdateDateTime(Date updateDateTime)
The date and time when the scene was last updated.
|
public void setSceneId(String sceneId)
The ID of the scene.
sceneId
- The ID of the scene.public String getSceneId()
The ID of the scene.
public SceneSummary withSceneId(String sceneId)
The ID of the scene.
sceneId
- The ID of the scene.public void setContentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
contentLocation
- The relative path that specifies the location of the content definition file.public String getContentLocation()
The relative path that specifies the location of the content definition file.
public SceneSummary withContentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
contentLocation
- The relative path that specifies the location of the content definition file.public void setArn(String arn)
The ARN of the scene.
arn
- The ARN of the scene.public String getArn()
The ARN of the scene.
public SceneSummary withArn(String arn)
The ARN of the scene.
arn
- The ARN of the scene.public void setCreationDateTime(Date creationDateTime)
The date and time when the scene was created.
creationDateTime
- The date and time when the scene was created.public Date getCreationDateTime()
The date and time when the scene was created.
public SceneSummary withCreationDateTime(Date creationDateTime)
The date and time when the scene was created.
creationDateTime
- The date and time when the scene was created.public void setUpdateDateTime(Date updateDateTime)
The date and time when the scene was last updated.
updateDateTime
- The date and time when the scene was last updated.public Date getUpdateDateTime()
The date and time when the scene was last updated.
public SceneSummary withUpdateDateTime(Date updateDateTime)
The date and time when the scene was last updated.
updateDateTime
- The date and time when the scene was last updated.public void setDescription(String description)
The scene description.
description
- The scene description.public String getDescription()
The scene description.
public SceneSummary withDescription(String description)
The scene description.
description
- The scene description.public String toString()
toString
in class Object
Object.toString()
public SceneSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.