@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. |
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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 Ec2Request
public static GetConsoleScreenshotRequest.Builder builder()
public static Class<? extends GetConsoleScreenshotRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.