public class GetConsoleScreenshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetConsoleScreenshotRequest>
Contains the parameters for the request.
NOOP| Constructor and Description |
|---|
GetConsoleScreenshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetConsoleScreenshotRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Request<GetConsoleScreenshotRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getInstanceId()
The ID of the instance.
|
Boolean |
getWakeUp()
When set to
true, acts as keystroke input and wakes up an
instance that's in standby or "sleep" mode. |
int |
hashCode() |
Boolean |
isWakeUp()
When set to
true, acts as keystroke input and wakes up an
instance that's in standby or "sleep" mode. |
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setWakeUp(Boolean wakeUp)
When set to
true, acts as keystroke input and wakes up an
instance that's in standby or "sleep" mode. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetConsoleScreenshotRequest |
withInstanceId(String instanceId)
The ID of the instance.
|
GetConsoleScreenshotRequest |
withWakeUp(Boolean wakeUp)
When set to
true, acts as keystroke input and wakes up an
instance that's in standby or "sleep" mode. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setInstanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.public String getInstanceId()
The ID of the instance.
public GetConsoleScreenshotRequest withInstanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.public void setWakeUp(Boolean wakeUp)
When set to true, acts as keystroke input and wakes up an
instance that's in standby or "sleep" mode.
wakeUp - When set to true, acts as keystroke input and wakes
up an instance that's in standby or "sleep" mode.public Boolean getWakeUp()
When set to true, acts as keystroke input and wakes up an
instance that's in standby or "sleep" mode.
true, acts as keystroke input and wakes
up an instance that's in standby or "sleep" mode.public GetConsoleScreenshotRequest withWakeUp(Boolean wakeUp)
When set to true, acts as keystroke input and wakes up an
instance that's in standby or "sleep" mode.
wakeUp - When set to true, acts as keystroke input and wakes
up an instance that's in standby or "sleep" mode.public Boolean isWakeUp()
When set to true, acts as keystroke input and wakes up an
instance that's in standby or "sleep" mode.
true, acts as keystroke input and wakes
up an instance that's in standby or "sleep" mode.public Request<GetConsoleScreenshotRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<GetConsoleScreenshotRequest>public String toString()
toString in class ObjectObject.toString()public GetConsoleScreenshotRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.