@Generated(value="software.amazon.awssdk:codegen") public class GetConsoleScreenshotRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetConsoleScreenshotRequest.Builder,GetConsoleScreenshotRequest>
Contains the parameters for the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetConsoleScreenshotRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static GetConsoleScreenshotRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
instanceId()
The ID of the instance.
|
static Class<? extends GetConsoleScreenshotRequest.Builder> |
serializableBuilderClass() |
GetConsoleScreenshotRequest.Builder |
toBuilder() |
String |
toString() |
Boolean |
wakeUp()
When set to
true, acts as keystroke input and wakes up an instance that's in standby or "sleep"
mode. |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String instanceId()
The ID of the instance.
public Boolean wakeUp()
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.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<GetConsoleScreenshotRequest.Builder,GetConsoleScreenshotRequest>public static GetConsoleScreenshotRequest.Builder builder()
public static Class<? extends GetConsoleScreenshotRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.