@Generated(value="software.amazon.awssdk:codegen") public final class GetServiceQuotaIncreaseRequestFromTemplateRequest extends ServiceQuotasRequest implements ToCopyableBuilder<GetServiceQuotaIncreaseRequestFromTemplateRequest.Builder,GetServiceQuotaIncreaseRequestFromTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetServiceQuotaIncreaseRequestFromTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsRegion()
Specifies the Amazon Web Services Region for which you made the request.
|
static GetServiceQuotaIncreaseRequestFromTemplateRequest.Builder |
builder() |
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 GetServiceQuotaIncreaseRequestFromTemplateRequest.Builder> |
serializableBuilderClass() |
String |
serviceCode()
Specifies the service identifier.
|
GetServiceQuotaIncreaseRequestFromTemplateRequest.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 String awsRegion()
Specifies the Amazon Web Services Region for which you made the request.
public GetServiceQuotaIncreaseRequestFromTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetServiceQuotaIncreaseRequestFromTemplateRequest.Builder,GetServiceQuotaIncreaseRequestFromTemplateRequest>toBuilder in class ServiceQuotasRequestpublic static GetServiceQuotaIncreaseRequestFromTemplateRequest.Builder builder()
public static Class<? extends GetServiceQuotaIncreaseRequestFromTemplateRequest.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.