@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()
Specifies the value submitted in the service quota increase request.
|
String |
getQuotaCode()
Specifies the service quota that you want to use.
|
String |
getServiceCode()
Specifies the service that you want to use.
|
int |
hashCode() |
void |
setDesiredValue(Double desiredValue)
Specifies the value submitted in the service quota increase request.
|
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.
|
RequestServiceQuotaIncreaseRequest |
withDesiredValue(Double desiredValue)
Specifies the value submitted in the service quota increase request.
|
RequestServiceQuotaIncreaseRequest |
withQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
|
RequestServiceQuotaIncreaseRequest |
withServiceCode(String serviceCode)
Specifies the service that you want to use.
|
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)
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 RequestServiceQuotaIncreaseRequest 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 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 RequestServiceQuotaIncreaseRequest withQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
quotaCode
- Specifies the service quota that you want to use.public void setDesiredValue(Double desiredValue)
Specifies the value submitted in the service quota increase request.
desiredValue
- Specifies the value submitted in the service quota increase request.public Double getDesiredValue()
Specifies the value submitted in the service quota increase request.
public RequestServiceQuotaIncreaseRequest withDesiredValue(Double desiredValue)
Specifies the value submitted in the service quota increase request.
desiredValue
- Specifies the value submitted in the service quota increase request.public String toString()
toString
in class Object
Object.toString()
public RequestServiceQuotaIncreaseRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()