@Generated(value="software.amazon.awssdk:codegen") public final class AssociatedHost extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssociatedHost.Builder,AssociatedHost>
Describes the properties of the associated host.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociatedHost.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociatedHost.Builder |
builder() |
String |
ec2InstanceId()
The ID of the Amazon EC2 instance.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostname()
The name of the host.
|
String |
osVersion()
The version of the operating system.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociatedHost.Builder> |
serializableBuilderClass() |
AssociatedHost.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hostname()
The name of the host.
public final String ec2InstanceId()
The ID of the Amazon EC2 instance.
public final String osVersion()
The version of the operating system.
public AssociatedHost.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociatedHost.Builder,AssociatedHost>public static AssociatedHost.Builder builder()
public static Class<? extends AssociatedHost.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.