@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuota extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceQuota.Builder,ServiceQuota>
Information about a quota.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuota.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
adjustable()
Indicates whether the quota value can be increased.
|
static ServiceQuota.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorReason |
errorReason()
The error code and error reason.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
globalQuota()
Indicates whether the quota is global.
|
int |
hashCode() |
QuotaPeriod |
period()
The period of time.
|
String |
quotaArn()
The Amazon Resource Name (ARN) of the quota.
|
String |
quotaCode()
The quota identifier.
|
String |
quotaName()
The quota name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuota.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The service identifier.
|
String |
serviceName()
The service name.
|
ServiceQuota.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unit()
The unit of measurement.
|
MetricInfo |
usageMetric()
Information about the measurement.
|
Double |
value()
The quota value.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceCode()
The service identifier.
public final String serviceName()
The service name.
public final String quotaArn()
The Amazon Resource Name (ARN) of the quota.
public final String quotaCode()
The quota identifier.
public final String quotaName()
The quota name.
public final Double value()
The quota value.
public final String unit()
The unit of measurement.
public final Boolean adjustable()
Indicates whether the quota value can be increased.
public final Boolean globalQuota()
Indicates whether the quota is global.
public final MetricInfo usageMetric()
Information about the measurement.
public final QuotaPeriod period()
The period of time.
public final ErrorReason errorReason()
The error code and error reason.
public ServiceQuota.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceQuota.Builder,ServiceQuota>public static ServiceQuota.Builder builder()
public static Class<? extends ServiceQuota.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.