@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateSceneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateSceneRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateSceneRequest |
clone() |
boolean |
equals(Object obj) |
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.
|
String |
getDescription()
The description of this scene.
|
String |
getSceneId()
The ID of the scene.
|
String |
getWorkspaceId()
The ID of the workspace that contains the scene.
|
int |
hashCode() |
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 |
setDescription(String description)
The description of this scene.
|
void |
setSceneId(String sceneId)
The ID of the scene.
|
void |
setWorkspaceId(String workspaceId)
The ID of the workspace that contains the scene.
|
String |
toString()
Returns a string representation of this object.
|
UpdateSceneRequest |
withCapabilities(Collection<String> capabilities)
A list of capabilities that the scene uses to render.
|
UpdateSceneRequest |
withCapabilities(String... capabilities)
A list of capabilities that the scene uses to render.
|
UpdateSceneRequest |
withContentLocation(String contentLocation)
The relative path that specifies the location of the content definition file.
|
UpdateSceneRequest |
withDescription(String description)
The description of this scene.
|
UpdateSceneRequest |
withSceneId(String sceneId)
The ID of the scene.
|
UpdateSceneRequest |
withWorkspaceId(String workspaceId)
The ID of the workspace that contains the scene.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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 UpdateSceneRequest 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 UpdateSceneRequest 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 UpdateSceneRequest 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 setDescription(String description)
The description of this scene.
description - The description of this scene.public String getDescription()
The description of this scene.
public UpdateSceneRequest withDescription(String description)
The description of this scene.
description - The description of this 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 UpdateSceneRequest withSceneId(String sceneId)
The ID of the scene.
sceneId - The ID of the scene.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 UpdateSceneRequest 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 ObjectObject.toString()public UpdateSceneRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.