ToCopyableBuilder<HostInstance.Builder,HostInstance>@Generated("software.amazon.awssdk:codegen") public class HostInstance extends Object implements ToCopyableBuilder<HostInstance.Builder,HostInstance>
Describes an instance running on a Dedicated Host.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
HostInstance.Builder |
| Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<HostInstance.Builder,HostInstance>public static HostInstance.Builder builder()
public static Class<? extends HostInstance.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.