@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaIncreaseRequestInTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>
Information about a quota increase request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuotaIncreaseRequestInTemplate.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsRegion()
The Amazon Web Services Region.
|
static ServiceQuotaIncreaseRequestInTemplate.Builder |
builder() |
Double |
desiredValue()
The new, increased value of the quota.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
globalQuota()
Indicates whether the quota is global.
|
int |
hashCode() |
String |
quotaCode()
Specifies the quota identifier.
|
String |
quotaName()
Specifies the quota name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaIncreaseRequestInTemplate.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Specifies the service identifier.
|
String |
serviceName()
Specifies the service name.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unit()
The unit of measurement.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String serviceCode()
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
public final String serviceName()
Specifies the service name.
public final String quotaCode()
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas
operation, and look for the QuotaCode response in the output for the quota you want.
QuotaCode response in the output for
the quota you want.public final String quotaName()
Specifies the quota name.
public final Double desiredValue()
The new, increased value of the quota.
public final String awsRegion()
The Amazon Web Services Region.
public final String unit()
The unit of measurement.
public final Boolean globalQuota()
Indicates whether the quota is global.
public ServiceQuotaIncreaseRequestInTemplate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>public static ServiceQuotaIncreaseRequestInTemplate.Builder builder()
public static Class<? extends ServiceQuotaIncreaseRequestInTemplate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.