@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuota extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceQuota.Builder,ServiceQuota>
A structure that contains the full set of details that define the service quota.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuota.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
adjustable()
Specifies if the quota value can be increased.
|
static ServiceQuota.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorReason |
errorReason()
Specifies the
ErrorCode and ErrorMessage when success isn't achieved. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
globalQuota()
Specifies if the quota is global.
|
int |
hashCode() |
QuotaPeriod |
period()
Identifies the unit and value of how time is measured.
|
String |
quotaArn()
The Amazon Resource Name (ARN) of the service quota.
|
String |
quotaCode()
The code identifier for the service quota specified.
|
String |
quotaName()
The name identifier of the service quota.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuota.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Specifies the service that you want to use.
|
String |
serviceName()
The name of the AWS service specified in the increase request.
|
ServiceQuota.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unit()
The unit of measurement for the value of the service quota.
|
MetricInfo |
usageMetric()
Specifies the details about the measurement.
|
Double |
value()
The value of service quota.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String serviceCode()
Specifies the service that you want to use.
public String serviceName()
The name of the AWS service specified in the increase request.
public String quotaArn()
The Amazon Resource Name (ARN) of the service quota.
public String quotaCode()
The code identifier for the service quota specified.
public String quotaName()
The name identifier of the service quota.
public Double value()
The value of service quota.
public String unit()
The unit of measurement for the value of the service quota.
public Boolean adjustable()
Specifies if the quota value can be increased.
public Boolean globalQuota()
Specifies if the quota is global.
public MetricInfo usageMetric()
Specifies the details about the measurement.
public QuotaPeriod period()
Identifies the unit and value of how time is measured.
public ErrorReason errorReason()
Specifies the ErrorCode and ErrorMessage when success isn't achieved.
ErrorCode and ErrorMessage when success isn't achieved.public ServiceQuota.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceQuota.Builder,ServiceQuota>public static ServiceQuota.Builder builder()
public static Class<? extends ServiceQuota.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.