Class QuotaUtilizationInfo
java.lang.Object
software.amazon.awssdk.services.servicequotas.model.QuotaUtilizationInfo
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QuotaUtilizationInfo.Builder,QuotaUtilizationInfo>
@Generated("software.amazon.awssdk:codegen")
public final class QuotaUtilizationInfo
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<QuotaUtilizationInfo.Builder,QuotaUtilizationInfo>
Information about a quota's utilization, including the quota code, service information, current usage, and applied limits.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanIndicates whether the quota value can be increased.final DoubleThe applied value of the quota, which may be higher than the default value if a quota increase has been requested and approved.static QuotaUtilizationInfo.Builderbuilder()final DoubleThe default value of the quota.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe namespace of the metric used to track quota usage.final StringThe quota identifier.final StringThe quota name.static Class<? extends QuotaUtilizationInfo.Builder> final StringThe service identifier.final StringThe service name.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final DoubleThe utilization percentage of the quota, calculated as (current usage / applied value) × 100.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
quotaCode
-
serviceCode
-
quotaName
-
namespace
The namespace of the metric used to track quota usage.
- Returns:
- The namespace of the metric used to track quota usage.
-
utilization
The utilization percentage of the quota, calculated as (current usage / applied value) × 100. Values range from 0.0 to 100.0 or higher if usage exceeds the quota limit.
- Returns:
- The utilization percentage of the quota, calculated as (current usage / applied value) × 100. Values range from 0.0 to 100.0 or higher if usage exceeds the quota limit.
-
defaultValue
The default value of the quota.
- Returns:
- The default value of the quota.
-
appliedValue
The applied value of the quota, which may be higher than the default value if a quota increase has been requested and approved.
- Returns:
- The applied value of the quota, which may be higher than the default value if a quota increase has been requested and approved.
-
serviceName
-
adjustable
Indicates whether the quota value can be increased.
- Returns:
- Indicates whether the quota value can be increased.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<QuotaUtilizationInfo.Builder,QuotaUtilizationInfo> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-