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