@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
totalVCpus()
The number of vCPUs on the Dedicated Host.
|
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HostProperties.Builder,HostProperties>
public static HostProperties.Builder builder()
public static Class<? extends HostProperties.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.