@Generated(value="software.amazon.awssdk:codegen") public final class HostInstance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HostInstance.Builder,HostInstance>
Describes an instance running on a Dedicated Host.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HostInstance.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HostInstance.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
the IDs of instances that are running on the Dedicated Host.
|
String |
instanceType()
The instance type size (for example,
m3.medium) of the running instance. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HostInstance.Builder> |
serializableBuilderClass() |
HostInstance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String instanceId()
the IDs of instances that are running on the Dedicated Host.
public String instanceType()
The instance type size (for example, m3.medium) of the running instance.
m3.medium) of the running instance.public HostInstance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HostInstance.Builder,HostInstance>public static HostInstance.Builder builder()
public static Class<? extends HostInstance.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.