@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<AvailableCapacity.Builder,AvailableCapacity>public static AvailableCapacity.Builder builder()
public static Class<? extends AvailableCapacity.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.