@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestServiceQuotaIncreaseRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
RequestServiceQuotaIncreaseRequest() |
Modifier and Type | Method and Description |
---|---|
RequestServiceQuotaIncreaseRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Double |
getDesiredValue()
The new, increased value for the quota.
|
String |
getQuotaCode()
The quota identifier.
|
String |
getServiceCode()
The service identifier.
|
int |
hashCode() |
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.
|
RequestServiceQuotaIncreaseRequest |
withDesiredValue(Double desiredValue)
The new, increased value for the quota.
|
RequestServiceQuotaIncreaseRequest |
withQuotaCode(String quotaCode)
The quota identifier.
|
RequestServiceQuotaIncreaseRequest |
withServiceCode(String serviceCode)
The service identifier.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setServiceCode(String serviceCode)
The service identifier.
serviceCode
- The service identifier.public String getServiceCode()
The service identifier.
public RequestServiceQuotaIncreaseRequest withServiceCode(String serviceCode)
The service identifier.
serviceCode
- The service identifier.public void setQuotaCode(String quotaCode)
The quota identifier.
quotaCode
- The quota identifier.public String getQuotaCode()
The quota identifier.
public RequestServiceQuotaIncreaseRequest withQuotaCode(String quotaCode)
The quota identifier.
quotaCode
- The quota identifier.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 RequestServiceQuotaIncreaseRequest withDesiredValue(Double desiredValue)
The new, increased value for the quota.
desiredValue
- The new, increased value for the quota.public String toString()
toString
in class Object
Object.toString()
public RequestServiceQuotaIncreaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()