@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetServiceQuotaIncreaseRequestFromTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetServiceQuotaIncreaseRequestFromTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
GetServiceQuotaIncreaseRequestFromTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsRegion()
Specifies the AWS Region for the quota that you want to use.
|
String |
getQuotaCode()
Specifies the quota you want.
|
String |
getServiceCode()
Specifies the service that you want to use.
|
int |
hashCode() |
void |
setAwsRegion(String awsRegion)
Specifies the AWS Region for the quota that you want to use.
|
void |
setQuotaCode(String quotaCode)
Specifies the quota you want.
|
void |
setServiceCode(String serviceCode)
Specifies the service that you want to use.
|
String |
toString()
Returns a string representation of this object.
|
GetServiceQuotaIncreaseRequestFromTemplateRequest |
withAwsRegion(String awsRegion)
Specifies the AWS Region for the quota that you want to use.
|
GetServiceQuotaIncreaseRequestFromTemplateRequest |
withQuotaCode(String quotaCode)
Specifies the quota you want.
|
GetServiceQuotaIncreaseRequestFromTemplateRequest |
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 GetServiceQuotaIncreaseRequestFromTemplateRequest()
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 GetServiceQuotaIncreaseRequestFromTemplateRequest 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 quota you want.
quotaCode
- Specifies the quota you want.public String getQuotaCode()
Specifies the quota you want.
public GetServiceQuotaIncreaseRequestFromTemplateRequest withQuotaCode(String quotaCode)
Specifies the quota you want.
quotaCode
- Specifies the quota you want.public void setAwsRegion(String awsRegion)
Specifies the AWS Region for the quota that you want to use.
awsRegion
- Specifies the AWS Region for the quota that you want to use.public String getAwsRegion()
Specifies the AWS Region for the quota that you want to use.
public GetServiceQuotaIncreaseRequestFromTemplateRequest withAwsRegion(String awsRegion)
Specifies the AWS Region for the quota that you want to use.
awsRegion
- Specifies the AWS Region for the quota that you want to use.public String toString()
toString
in class Object
Object.toString()
public GetServiceQuotaIncreaseRequestFromTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.