@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceQuotaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetServiceQuotaRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetServiceQuotaRequest |
clone() |
boolean |
equals(Object obj) |
String |
getQuotaCode()
Identifies the service quota you want to select.
|
String |
getServiceCode()
Specifies the service that you want to use.
|
int |
hashCode() |
void |
setQuotaCode(String quotaCode)
Identifies the service quota you want to select.
|
void |
setServiceCode(String serviceCode)
Specifies the service that you want to use.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceQuotaRequest |
withQuotaCode(String quotaCode)
Identifies the service quota you want to select.
|
GetServiceQuotaRequest |
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 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 GetServiceQuotaRequest 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)
Identifies the service quota you want to select.
quotaCode - Identifies the service quota you want to select.public String getQuotaCode()
Identifies the service quota you want to select.
public GetServiceQuotaRequest withQuotaCode(String quotaCode)
Identifies the service quota you want to select.
quotaCode - Identifies the service quota you want to select.public String toString()
toString in class ObjectObject.toString()public GetServiceQuotaRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.