@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutServiceQuotaIncreaseRequestIntoTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PutServiceQuotaIncreaseRequestIntoTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAwsRegion()
Specifies the AWS Region for the quota.
|
Double |
getDesiredValue()
Specifies the new, increased value for the quota.
|
String |
getQuotaCode()
Specifies the service quota that you want to use.
|
String |
getServiceCode()
Specifies the service that you want to use.
|
int |
hashCode() |
void |
setAwsRegion(String awsRegion)
Specifies the AWS Region for the quota.
|
void |
setDesiredValue(Double desiredValue)
Specifies the new, increased value for the quota.
|
void |
setQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
|
void |
setServiceCode(String serviceCode)
Specifies the service that you want to use.
|
String |
toString()
Returns a string representation of this object.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
withAwsRegion(String awsRegion)
Specifies the AWS Region for the quota.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
withDesiredValue(Double desiredValue)
Specifies the new, increased value for the quota.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
withQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
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 PutServiceQuotaIncreaseRequestIntoTemplateRequest()
public void setQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
quotaCode - Specifies the service quota that you want to use.public String getQuotaCode()
Specifies the service quota that you want to use.
public PutServiceQuotaIncreaseRequestIntoTemplateRequest withQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
quotaCode - Specifies the service quota that you want to use.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 PutServiceQuotaIncreaseRequestIntoTemplateRequest withServiceCode(String serviceCode)
Specifies the service that you want to use.
serviceCode - Specifies the service that you want to use.public void setAwsRegion(String awsRegion)
Specifies the AWS Region for the quota.
awsRegion - Specifies the AWS Region for the quota.public String getAwsRegion()
Specifies the AWS Region for the quota.
public PutServiceQuotaIncreaseRequestIntoTemplateRequest withAwsRegion(String awsRegion)
Specifies the AWS Region for the quota.
awsRegion - Specifies the AWS Region for the quota.public void setDesiredValue(Double desiredValue)
Specifies the new, increased value for the quota.
desiredValue - Specifies the new, increased value for the quota.public Double getDesiredValue()
Specifies the new, increased value for the quota.
public PutServiceQuotaIncreaseRequestIntoTemplateRequest withDesiredValue(Double desiredValue)
Specifies the new, increased value for the quota.
desiredValue - Specifies the new, increased value for the quota.public String toString()
toString in class ObjectObject.toString()public PutServiceQuotaIncreaseRequestIntoTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.