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