@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSceneResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSceneResult() |
Modifier and Type | Method and Description |
---|---|
GetSceneResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the scene.
|
List<String> |
getCapabilities()
A list of capabilities that the scene uses to render.
|
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 description of the scene.
|
String |
getSceneId()
The ID of the scene.
|
Date |
getUpdateDateTime()
The date and time when the scene was last updated.
|
String |
getWorkspaceId()
The ID of the workspace that contains the scene.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the scene.
|
void |
setCapabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
|
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 description of the scene.
|
void |
setSceneId(String sceneId)
The ID of the scene.
|
void |
setUpdateDateTime(Date updateDateTime)
The date and time when the scene was last updated.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace that contains the scene.
|
String |
toString()
Returns a string representation of this object.
|
GetSceneResult |
withArn(String arn)
The ARN of the scene.
|
GetSceneResult |
withCapabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
|
GetSceneResult |
withCapabilities(String... capabilities)
A list of capabilities that the scene uses to render.
|
GetSceneResult |
withContentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
GetSceneResult |
withCreationDateTime(Date creationDateTime)
The date and time when the scene was created.
|
GetSceneResult |
withDescription(String description)
The description of the scene.
|
GetSceneResult |
withSceneId(String sceneId)
The ID of the scene.
|
GetSceneResult |
withUpdateDateTime(Date updateDateTime)
The date and time when the scene was last updated.
|
GetSceneResult |
withWorkspaceId(String workspaceId)
The ID of the workspace that contains the scene.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetSceneResult withArn(String arn)
The ARN of the scene.
arn
- The ARN of the scene.public List<String> getCapabilities()
A list of capabilities that the scene uses to render.
public void setCapabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
capabilities
- A list of capabilities that the scene uses to render.public GetSceneResult withCapabilities(String... capabilities)
A list of capabilities that the scene uses to render.
NOTE: This method appends the values to the existing list (if any). Use
setCapabilities(java.util.Collection)
or withCapabilities(java.util.Collection)
if you want to
override the existing values.
capabilities
- A list of capabilities that the scene uses to render.public GetSceneResult withCapabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
capabilities
- A list of capabilities that the scene uses to render.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 GetSceneResult 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 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 GetSceneResult withCreationDateTime(Date creationDateTime)
The date and time when the scene was created.
creationDateTime
- The date and time when the scene was created.public void setDescription(String description)
The description of the scene.
description
- The description of the scene.public String getDescription()
The description of the scene.
public GetSceneResult withDescription(String description)
The description of the scene.
description
- The description of the scene.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 GetSceneResult withSceneId(String sceneId)
The ID of the scene.
sceneId
- The ID of the scene.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 GetSceneResult 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 setWorkspaceId(String workspaceId)
The ID of the workspace that contains the scene.
workspaceId
- The ID of the workspace that contains the scene.public String getWorkspaceId()
The ID of the workspace that contains the scene.
public GetSceneResult withWorkspaceId(String workspaceId)
The ID of the workspace that contains the scene.
workspaceId
- The ID of the workspace that contains the scene.public String toString()
toString
in class Object
Object.toString()
public GetSceneResult clone()