@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 ID of instance that is running on the Dedicated Host.
|
String |
instanceType()
The instance type (for example,
m3.medium) of the running instance. |
String |
ownerId()
The ID of the AWS account that owns the 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 final String instanceId()
The ID of instance that is running on the Dedicated Host.
public final String instanceType()
The instance type (for example, m3.medium) of the running instance.
m3.medium) of the running instance.public final String ownerId()
The ID of the AWS account that owns the 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.