@Generated(value="software.amazon.awssdk:codegen") public class HostInstance extends Object implements software.amazon.awssdk.utils.builder.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) |
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. |
static Class<? extends HostInstance.Builder> |
serializableBuilderClass() |
HostInstance.Builder |
toBuilder() |
String |
toString() |
public 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<HostInstance.Builder,HostInstance>public static HostInstance.Builder builder()
public static Class<? extends HostInstance.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.