@Generated(value="software.amazon.awssdk:codegen") public final class AvailableCapacity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AvailableCapacity.Builder,AvailableCapacity>
The capacity information for instances launched onto the Dedicated Host.
Modifier and Type | Class and Description |
---|---|
static interface |
AvailableCapacity.Builder |
Modifier and Type | Method and Description |
---|---|
List<InstanceCapacity> |
availableInstanceCapacity()
The total number of instances supported by the Dedicated Host.
|
Integer |
availableVCpus()
The number of vCPUs available on the Dedicated Host.
|
static AvailableCapacity.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AvailableCapacity.Builder> |
serializableBuilderClass() |
AvailableCapacity.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<InstanceCapacity> availableInstanceCapacity()
The total number of instances supported by the Dedicated Host.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Integer availableVCpus()
The number of vCPUs available on the Dedicated Host.
public AvailableCapacity.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AvailableCapacity.Builder,AvailableCapacity>
public static AvailableCapacity.Builder builder()
public static Class<? extends AvailableCapacity.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.