@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSceneRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSceneRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSceneRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSceneId()
The ID of the scene.
|
String |
getWorkspaceId()
The ID of the workspace that contains the scene.
|
int |
hashCode() |
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.
|
GetSceneRequest |
withSceneId(String sceneId)
The ID of the scene.
|
GetSceneRequest |
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 void setSceneId(String sceneId)
The ID of the scene.
sceneId - The ID of the scene.public String getSceneId()
The ID of the scene.
public GetSceneRequest 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 GetSceneRequest 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 GetSceneRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.