@Generated(value="software.amazon.awssdk:codegen") public final class PutServiceQuotaIncreaseRequestIntoTemplateRequest extends ServiceQuotasRequest implements ToCopyableBuilder<PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder,PutServiceQuotaIncreaseRequestIntoTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsRegion()
Specifies the Amazon Web Services Region to which the template applies.
|
static PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
builder() |
Double |
desiredValue()
Specifies the new, increased value for the quota.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
quotaCode()
Specifies the quota identifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Specifies the service identifier.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 serviceCode()
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
public final String awsRegion()
Specifies the Amazon Web Services Region to which the template applies.
public final Double desiredValue()
Specifies the new, increased value for the quota.
public PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder,PutServiceQuotaIncreaseRequestIntoTemplateRequest>toBuilder in class ServiceQuotasRequestpublic static PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder builder()
public static Class<? extends PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.