@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()
The AWS Region.
|
Double |
getDesiredValue()
The new, increased value for the quota.
|
String |
getQuotaCode()
The quota identifier.
|
String |
getServiceCode()
The service identifier.
|
int |
hashCode() |
void |
setAwsRegion(String awsRegion)
The AWS Region.
|
void |
setDesiredValue(Double desiredValue)
The new, increased value for the quota.
|
void |
setQuotaCode(String quotaCode)
The quota identifier.
|
void |
setServiceCode(String serviceCode)
The service identifier.
|
String |
toString()
Returns a string representation of this object.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
withAwsRegion(String awsRegion)
The AWS Region.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
withDesiredValue(Double desiredValue)
The new, increased value for the quota.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
withQuotaCode(String quotaCode)
The quota identifier.
|
PutServiceQuotaIncreaseRequestIntoTemplateRequest |
withServiceCode(String serviceCode)
The service identifier.
|
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)
The quota identifier.
quotaCode - The quota identifier.public String getQuotaCode()
The quota identifier.
public PutServiceQuotaIncreaseRequestIntoTemplateRequest withQuotaCode(String quotaCode)
The quota identifier.
quotaCode - The quota identifier.public void setServiceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.public String getServiceCode()
The service identifier.
public PutServiceQuotaIncreaseRequestIntoTemplateRequest withServiceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.public void setAwsRegion(String awsRegion)
The AWS Region.
awsRegion - The AWS Region.public String getAwsRegion()
The AWS Region.
public PutServiceQuotaIncreaseRequestIntoTemplateRequest withAwsRegion(String awsRegion)
The AWS Region.
awsRegion - The AWS Region.public void setDesiredValue(Double desiredValue)
The new, increased value for the quota.
desiredValue - The new, increased value for the quota.public Double getDesiredValue()
The new, increased value for the quota.
public PutServiceQuotaIncreaseRequestIntoTemplateRequest withDesiredValue(Double desiredValue)
The new, increased value for the quota.
desiredValue - The new, increased value for the quota.public String toString()
toString in class ObjectObject.toString()public PutServiceQuotaIncreaseRequestIntoTemplateRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.