Class InstanceCapacity
java.lang.Object
software.amazon.awssdk.services.ec2.model.InstanceCapacity
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InstanceCapacity.Builder,InstanceCapacity>
@Generated("software.amazon.awssdk:codegen")
public final class InstanceCapacity
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<InstanceCapacity.Builder,InstanceCapacity>
Information about the number of instances that can be launched onto the Dedicated Host.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerThe number of instances that can be launched onto the Dedicated Host based on the host's available capacity.static InstanceCapacity.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe instance type supported by the Dedicated Host.static Class<? extends InstanceCapacity.Builder>final StringtoString()Returns a string representation of this object.final IntegerThe total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
availableCapacity
The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
- Returns:
- The number of instances that can be launched onto the Dedicated Host based on the host's available capacity.
-
instanceType
The instance type supported by the Dedicated Host.
- Returns:
- The instance type supported by the Dedicated Host.
-
totalCapacity
The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
- Returns:
- The total number of instances that can be launched onto the Dedicated Host if there are no instances running on it.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<InstanceCapacity.Builder,InstanceCapacity>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-