@Generated(value="software.amazon.awssdk:codegen") public final class RequestServiceQuotaIncreaseRequest extends ServiceQuotasRequest implements ToCopyableBuilder<RequestServiceQuotaIncreaseRequest.Builder,RequestServiceQuotaIncreaseRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RequestServiceQuotaIncreaseRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RequestServiceQuotaIncreaseRequest.Builder |
builder() |
String |
contextId()
Specifies the Amazon Web Services account or resource to which the quota applies.
|
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 RequestServiceQuotaIncreaseRequest.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Specifies the service identifier.
|
RequestServiceQuotaIncreaseRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, 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 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 Double desiredValue()
Specifies the new, increased value for the quota.
public final String contextId()
Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.
public RequestServiceQuotaIncreaseRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RequestServiceQuotaIncreaseRequest.Builder,RequestServiceQuotaIncreaseRequest>toBuilder in class ServiceQuotasRequestpublic static RequestServiceQuotaIncreaseRequest.Builder builder()
public static Class<? extends RequestServiceQuotaIncreaseRequest.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.