@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceQuotaIncreaseRequestInTemplate extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information about one service quota increase request.
| Constructor and Description |
|---|
ServiceQuotaIncreaseRequestInTemplate() |
| Modifier and Type | Method and Description |
|---|---|
ServiceQuotaIncreaseRequestInTemplate |
clone() |
boolean |
equals(Object obj) |
String |
getAwsRegion()
The AWS Region where the increase request occurs.
|
Double |
getDesiredValue()
Identifies the new, increased value of the service quota in the increase request.
|
Boolean |
getGlobalQuota()
Specifies if the quota is a global quota.
|
String |
getQuotaCode()
The code identifier for the service quota specified in the increase request.
|
String |
getQuotaName()
The name of the service quota in the increase request.
|
String |
getServiceCode()
The code identifier for the AWS service specified in the increase request.
|
String |
getServiceName()
The name of the AWS service specified in the increase request.
|
String |
getUnit()
The unit of measure for the increase request.
|
int |
hashCode() |
Boolean |
isGlobalQuota()
Specifies if the quota is a global quota.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAwsRegion(String awsRegion)
The AWS Region where the increase request occurs.
|
void |
setDesiredValue(Double desiredValue)
Identifies the new, increased value of the service quota in the increase request.
|
void |
setGlobalQuota(Boolean globalQuota)
Specifies if the quota is a global quota.
|
void |
setQuotaCode(String quotaCode)
The code identifier for the service quota specified in the increase request.
|
void |
setQuotaName(String quotaName)
The name of the service quota in the increase request.
|
void |
setServiceCode(String serviceCode)
The code identifier for the AWS service specified in the increase request.
|
void |
setServiceName(String serviceName)
The name of the AWS service specified in the increase request.
|
void |
setUnit(String unit)
The unit of measure for the increase request.
|
String |
toString()
Returns a string representation of this object.
|
ServiceQuotaIncreaseRequestInTemplate |
withAwsRegion(String awsRegion)
The AWS Region where the increase request occurs.
|
ServiceQuotaIncreaseRequestInTemplate |
withDesiredValue(Double desiredValue)
Identifies the new, increased value of the service quota in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate |
withGlobalQuota(Boolean globalQuota)
Specifies if the quota is a global quota.
|
ServiceQuotaIncreaseRequestInTemplate |
withQuotaCode(String quotaCode)
The code identifier for the service quota specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate |
withQuotaName(String quotaName)
The name of the service quota in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate |
withServiceCode(String serviceCode)
The code identifier for the AWS service specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate |
withServiceName(String serviceName)
The name of the AWS service specified in the increase request.
|
ServiceQuotaIncreaseRequestInTemplate |
withUnit(String unit)
The unit of measure for the increase request.
|
public ServiceQuotaIncreaseRequestInTemplate()
public void setServiceCode(String serviceCode)
The code identifier for the AWS service specified in the increase request.
serviceCode - The code identifier for the AWS service specified in the increase request.public String getServiceCode()
The code identifier for the AWS service specified in the increase request.
public ServiceQuotaIncreaseRequestInTemplate withServiceCode(String serviceCode)
The code identifier for the AWS service specified in the increase request.
serviceCode - The code identifier for the AWS service specified in the increase request.public void setServiceName(String serviceName)
The name of the AWS service specified in the increase request.
serviceName - The name of the AWS service specified in the increase request.public String getServiceName()
The name of the AWS service specified in the increase request.
public ServiceQuotaIncreaseRequestInTemplate withServiceName(String serviceName)
The name of the AWS service specified in the increase request.
serviceName - The name of the AWS service specified in the increase request.public void setQuotaCode(String quotaCode)
The code identifier for the service quota specified in the increase request.
quotaCode - The code identifier for the service quota specified in the increase request.public String getQuotaCode()
The code identifier for the service quota specified in the increase request.
public ServiceQuotaIncreaseRequestInTemplate withQuotaCode(String quotaCode)
The code identifier for the service quota specified in the increase request.
quotaCode - The code identifier for the service quota specified in the increase request.public void setQuotaName(String quotaName)
The name of the service quota in the increase request.
quotaName - The name of the service quota in the increase request.public String getQuotaName()
The name of the service quota in the increase request.
public ServiceQuotaIncreaseRequestInTemplate withQuotaName(String quotaName)
The name of the service quota in the increase request.
quotaName - The name of the service quota in the increase request.public void setDesiredValue(Double desiredValue)
Identifies the new, increased value of the service quota in the increase request.
desiredValue - Identifies the new, increased value of the service quota in the increase request.public Double getDesiredValue()
Identifies the new, increased value of the service quota in the increase request.
public ServiceQuotaIncreaseRequestInTemplate withDesiredValue(Double desiredValue)
Identifies the new, increased value of the service quota in the increase request.
desiredValue - Identifies the new, increased value of the service quota in the increase request.public void setAwsRegion(String awsRegion)
The AWS Region where the increase request occurs.
awsRegion - The AWS Region where the increase request occurs.public String getAwsRegion()
The AWS Region where the increase request occurs.
public ServiceQuotaIncreaseRequestInTemplate withAwsRegion(String awsRegion)
The AWS Region where the increase request occurs.
awsRegion - The AWS Region where the increase request occurs.public void setUnit(String unit)
The unit of measure for the increase request.
unit - The unit of measure for the increase request.public String getUnit()
The unit of measure for the increase request.
public ServiceQuotaIncreaseRequestInTemplate withUnit(String unit)
The unit of measure for the increase request.
unit - The unit of measure for the increase request.public void setGlobalQuota(Boolean globalQuota)
Specifies if the quota is a global quota.
globalQuota - Specifies if the quota is a global quota.public Boolean getGlobalQuota()
Specifies if the quota is a global quota.
public ServiceQuotaIncreaseRequestInTemplate withGlobalQuota(Boolean globalQuota)
Specifies if the quota is a global quota.
globalQuota - Specifies if the quota is a global quota.public Boolean isGlobalQuota()
Specifies if the quota is a global quota.
public String toString()
toString in class ObjectObject.toString()public ServiceQuotaIncreaseRequestInTemplate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.