@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
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 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 Object
Object.toString()
public GetConsoleScreenshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.