@Generated(value="software.amazon.awssdk:codegen") public final class GetConsoleOutputResponse extends Ec2Response implements ToCopyableBuilder<GetConsoleOutputResponse.Builder,GetConsoleOutputResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetConsoleOutputResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetConsoleOutputResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The ID of the instance.
|
String |
output()
The console output, base64-encoded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetConsoleOutputResponse.Builder> |
serializableBuilderClass() |
Instant |
timestamp()
The time at which the output was last updated.
|
GetConsoleOutputResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String instanceId()
The ID of the instance.
public String output()
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
public Instant timestamp()
The time at which the output was last updated.
public GetConsoleOutputResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetConsoleOutputResponse.Builder,GetConsoleOutputResponse>toBuilder in class AwsResponsepublic static GetConsoleOutputResponse.Builder builder()
public static Class<? extends GetConsoleOutputResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.