@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
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 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 Object
Object.toString()
public GetSceneRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()