@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceQuotaIncreaseRequestFromTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetServiceQuotaIncreaseRequestFromTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetServiceQuotaIncreaseRequestFromTemplateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAwsRegion()
Specifies the AWS Region for the quota that you want to use.
|
String |
getQuotaCode()
Specifies the quota you want.
|
String |
getServiceCode()
Specifies the service that you want to use.
|
int |
hashCode() |
void |
setAwsRegion(String awsRegion)
Specifies the AWS Region for the quota that you want to use.
|
void |
setQuotaCode(String quotaCode)
Specifies the quota you want.
|
void |
setServiceCode(String serviceCode)
Specifies the service that you want to use.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceQuotaIncreaseRequestFromTemplateRequest |
withAwsRegion(String awsRegion)
Specifies the AWS Region for the quota that you want to use.
|
GetServiceQuotaIncreaseRequestFromTemplateRequest |
withQuotaCode(String quotaCode)
Specifies the quota you want.
|
GetServiceQuotaIncreaseRequestFromTemplateRequest |
withServiceCode(String serviceCode)
Specifies the service that you want to use.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic GetServiceQuotaIncreaseRequestFromTemplateRequest()
public void setServiceCode(String serviceCode)
Specifies the service that you want to use.
serviceCode - Specifies the service that you want to use.public String getServiceCode()
Specifies the service that you want to use.
public GetServiceQuotaIncreaseRequestFromTemplateRequest withServiceCode(String serviceCode)
Specifies the service that you want to use.
serviceCode - Specifies the service that you want to use.public void setQuotaCode(String quotaCode)
Specifies the quota you want.
quotaCode - Specifies the quota you want.public String getQuotaCode()
Specifies the quota you want.
public GetServiceQuotaIncreaseRequestFromTemplateRequest withQuotaCode(String quotaCode)
Specifies the quota you want.
quotaCode - Specifies the quota you want.public void setAwsRegion(String awsRegion)
Specifies the AWS Region for the quota that you want to use.
awsRegion - Specifies the AWS Region for the quota that you want to use.public String getAwsRegion()
Specifies the AWS Region for the quota that you want to use.
public GetServiceQuotaIncreaseRequestFromTemplateRequest withAwsRegion(String awsRegion)
Specifies the AWS Region for the quota that you want to use.
awsRegion - Specifies the AWS Region for the quota that you want to use.public String toString()
toString in class ObjectObject.toString()public GetServiceQuotaIncreaseRequestFromTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.