Class QuotaShareCapacityLimit
- java.lang.Object
-
- software.amazon.awssdk.services.batch.model.QuotaShareCapacityLimit
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QuotaShareCapacityLimit.Builder,QuotaShareCapacityLimit>
@Generated("software.amazon.awssdk:codegen") public final class QuotaShareCapacityLimit extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QuotaShareCapacityLimit.Builder,QuotaShareCapacityLimit>
Defines the capacity limit for a quota share, or the type and maximum quantity of a particular resource that can be allocated to jobs in the quota share without borrowing.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQuotaShareCapacityLimit.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuotaShareCapacityLimit.Builderbuilder()StringcapacityUnit()The unit of compute capacity for the capacityLimit.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxCapacity()The maximum capacity available for the quota share.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends QuotaShareCapacityLimit.Builder>serializableBuilderClass()QuotaShareCapacityLimit.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxCapacity
public final Integer maxCapacity()
The maximum capacity available for the quota share. This value represents the maximum quantity of a resource that can be allocated to jobs in the quota share without borrowing.
- Returns:
- The maximum capacity available for the quota share. This value represents the maximum quantity of a resource that can be allocated to jobs in the quota share without borrowing.
-
capacityUnit
public final String capacityUnit()
The unit of compute capacity for the capacityLimit. For example,
ml.m5.large.- Returns:
- The unit of compute capacity for the capacityLimit. For example,
ml.m5.large.
-
toBuilder
public QuotaShareCapacityLimit.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QuotaShareCapacityLimit.Builder,QuotaShareCapacityLimit>
-
builder
public static QuotaShareCapacityLimit.Builder builder()
-
serializableBuilderClass
public static Class<? extends QuotaShareCapacityLimit.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-