@Generated(value="software.amazon.awssdk:codegen") public final class GetConsoleScreenshotRequest extends Ec2Request implements ToCopyableBuilder<GetConsoleScreenshotRequest.Builder,GetConsoleScreenshotRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetConsoleScreenshotRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetConsoleScreenshotRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The ID of the instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetConsoleScreenshotRequest.Builder> |
serializableBuilderClass() |
GetConsoleScreenshotRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
wakeUp()
When set to
true, acts as keystroke input and wakes up an instance that's in standby or "sleep"
mode. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 ToCopyableBuilder<GetConsoleScreenshotRequest.Builder,GetConsoleScreenshotRequest>toBuilder in class Ec2Requestpublic static GetConsoleScreenshotRequest.Builder builder()
public static Class<? extends GetConsoleScreenshotRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.