@Generated(value="software.amazon.awssdk:codegen") public final class ServiceQuotaIncreaseRequestInTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>
A structure that contains information about one service quota increase request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceQuotaIncreaseRequestInTemplate.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsRegion()
The AWS Region where the increase request occurs.
|
static ServiceQuotaIncreaseRequestInTemplate.Builder |
builder() |
Double |
desiredValue()
Identifies the new, increased value of the service quota in the increase request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Boolean |
globalQuota()
Specifies if the quota is a global quota.
|
int |
hashCode() |
String |
quotaCode()
The code identifier for the service quota specified in the increase request.
|
String |
quotaName()
The name of the service quota in the increase request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceQuotaIncreaseRequestInTemplate.Builder> |
serializableBuilderClass() |
String |
serviceCode()
The code identifier for the AWS service specified in the increase request.
|
String |
serviceName()
The name of the AWS service specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
unit()
The unit of measure for the increase request.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String serviceCode()
The code identifier for the AWS service specified in the increase request.
public String serviceName()
The name of the AWS service specified in the increase request.
public String quotaCode()
The code identifier for the service quota specified in the increase request.
public String quotaName()
The name of the service quota in the increase request.
public Double desiredValue()
Identifies the new, increased value of the service quota in the increase request.
public String awsRegion()
The AWS Region where the increase request occurs.
public String unit()
The unit of measure for the increase request.
public Boolean globalQuota()
Specifies if the quota is a global quota.
public ServiceQuotaIncreaseRequestInTemplate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceQuotaIncreaseRequestInTemplate.Builder,ServiceQuotaIncreaseRequestInTemplate>public static ServiceQuotaIncreaseRequestInTemplate.Builder builder()
public static Class<? extends ServiceQuotaIncreaseRequestInTemplate.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.