Class EC2Capacity
java.lang.Object
software.amazon.awssdk.services.outposts.model.EC2Capacity
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EC2Capacity.Builder,EC2Capacity>
@Generated("software.amazon.awssdk:codegen")
public final class EC2Capacity
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<EC2Capacity.Builder,EC2Capacity>
Information about EC2 capacity.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EC2Capacity.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final Stringfamily()The family of the EC2 capacity.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringmaxSize()The maximum size of the EC2 capacity.final Stringquantity()The quantity of the EC2 capacity.static Class<? extends EC2Capacity.Builder>final StringtoString()Returns a string representation of this object.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
-
family
The family of the EC2 capacity.
- Returns:
- The family of the EC2 capacity.
-
maxSize
The maximum size of the EC2 capacity.
- Returns:
- The maximum size of the EC2 capacity.
-
quantity
The quantity of the EC2 capacity.
- Returns:
- The quantity of the EC2 capacity.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<EC2Capacity.Builder,EC2Capacity>
-
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
-