@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 final String instanceId()
The ID of the instance.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.