@Generated(value="software.amazon.awssdk:codegen") public class AvailableCapacity extends Object implements software.amazon.awssdk.utils.builder.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 that the Dedicated Host supports.
|
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() |
static Class<? extends AvailableCapacity.Builder> |
serializableBuilderClass() |
AvailableCapacity.Builder |
toBuilder() |
String |
toString() |
public List<InstanceCapacity> availableInstanceCapacity()
The total number of instances that the Dedicated Host supports.
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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AvailableCapacity.Builder,AvailableCapacity>public static AvailableCapacity.Builder builder()
public static Class<? extends AvailableCapacity.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.