@Generated(value="software.amazon.awssdk:codegen") public final class HostInstance extends Object implements 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) |
<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. |
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() |
copy
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()
ToCopyableBuilder
toBuilder
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.