@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAWSDefaultServiceQuotaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAWSDefaultServiceQuotaRequest() |
Modifier and Type | Method and Description |
---|---|
GetAWSDefaultServiceQuotaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
GetAWSDefaultServiceQuotaRequest |
withQuotaCode(String quotaCode)
Identifies the service quota you want to select.
|
GetAWSDefaultServiceQuotaRequest |
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 GetAWSDefaultServiceQuotaRequest 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 GetAWSDefaultServiceQuotaRequest 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 Object
Object.toString()
public GetAWSDefaultServiceQuotaRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.