Class QuotaPeriod
- java.lang.Object
-
- software.amazon.awssdk.services.servicequotas.model.QuotaPeriod
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QuotaPeriod.Builder,QuotaPeriod>
@Generated("software.amazon.awssdk:codegen") public final class QuotaPeriod extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QuotaPeriod.Builder,QuotaPeriod>
Information about the quota period.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQuotaPeriod.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QuotaPeriod.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PeriodUnitperiodUnit()The time unit.StringperiodUnitAsString()The time unit.IntegerperiodValue()The value associated with the reportedPeriodUnit.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends QuotaPeriod.Builder>serializableBuilderClass()QuotaPeriod.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
-
periodValue
public final Integer periodValue()
The value associated with the reported
PeriodUnit.- Returns:
- The value associated with the reported
PeriodUnit.
-
periodUnit
public final PeriodUnit periodUnit()
The time unit.
If the service returns an enum value that is not available in the current SDK version,
periodUnitwill returnPeriodUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromperiodUnitAsString().- Returns:
- The time unit.
- See Also:
PeriodUnit
-
periodUnitAsString
public final String periodUnitAsString()
The time unit.
If the service returns an enum value that is not available in the current SDK version,
periodUnitwill returnPeriodUnit.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromperiodUnitAsString().- Returns:
- The time unit.
- See Also:
PeriodUnit
-
toBuilder
public QuotaPeriod.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QuotaPeriod.Builder,QuotaPeriod>
-
builder
public static QuotaPeriod.Builder builder()
-
serializableBuilderClass
public static Class<? extends QuotaPeriod.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
-
-