@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceQuotaIncreaseRequestInTemplate extends Object implements Serializable, Cloneable, StructuredPojo
Information about a quota increase request.
Constructor and Description |
---|
ServiceQuotaIncreaseRequestInTemplate() |
Modifier and Type | Method and Description |
---|---|
ServiceQuotaIncreaseRequestInTemplate |
clone() |
boolean |
equals(Object obj) |
String |
getAwsRegion()
The Amazon Web Services Region.
|
Double |
getDesiredValue()
The new, increased value of the quota.
|
Boolean |
getGlobalQuota()
Indicates whether the quota is global.
|
String |
getQuotaCode()
Specifies the quota identifier.
|
String |
getQuotaName()
Specifies the quota name.
|
String |
getServiceCode()
Specifies the service identifier.
|
String |
getServiceName()
Specifies the service name.
|
String |
getUnit()
The unit of measurement.
|
int |
hashCode() |
Boolean |
isGlobalQuota()
Indicates whether the quota is global.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsRegion(String awsRegion)
The Amazon Web Services Region.
|
void |
setDesiredValue(Double desiredValue)
The new, increased value of the quota.
|
void |
setGlobalQuota(Boolean globalQuota)
Indicates whether the quota is global.
|
void |
setQuotaCode(String quotaCode)
Specifies the quota identifier.
|
void |
setQuotaName(String quotaName)
Specifies the quota name.
|
void |
setServiceCode(String serviceCode)
Specifies the service identifier.
|
void |
setServiceName(String serviceName)
Specifies the service name.
|
void |
setUnit(String unit)
The unit of measurement.
|
String |
toString()
Returns a string representation of this object.
|
ServiceQuotaIncreaseRequestInTemplate |
withAwsRegion(String awsRegion)
The Amazon Web Services Region.
|
ServiceQuotaIncreaseRequestInTemplate |
withDesiredValue(Double desiredValue)
The new, increased value of the quota.
|
ServiceQuotaIncreaseRequestInTemplate |
withGlobalQuota(Boolean globalQuota)
Indicates whether the quota is global.
|
ServiceQuotaIncreaseRequestInTemplate |
withQuotaCode(String quotaCode)
Specifies the quota identifier.
|
ServiceQuotaIncreaseRequestInTemplate |
withQuotaName(String quotaName)
Specifies the quota name.
|
ServiceQuotaIncreaseRequestInTemplate |
withServiceCode(String serviceCode)
Specifies the service identifier.
|
ServiceQuotaIncreaseRequestInTemplate |
withServiceName(String serviceName)
Specifies the service name.
|
ServiceQuotaIncreaseRequestInTemplate |
withUnit(String unit)
The unit of measurement.
|
public ServiceQuotaIncreaseRequestInTemplate()
public void setServiceCode(String serviceCode)
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
serviceCode
- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use
the ListServices operation.public String getServiceCode()
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
public ServiceQuotaIncreaseRequestInTemplate withServiceCode(String serviceCode)
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
serviceCode
- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use
the ListServices operation.public void setServiceName(String serviceName)
Specifies the service name.
serviceName
- Specifies the service name.public String getServiceName()
Specifies the service name.
public ServiceQuotaIncreaseRequestInTemplate withServiceName(String serviceName)
Specifies the service name.
serviceName
- Specifies the service name.public void setQuotaCode(String quotaCode)
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas
operation, and look for the QuotaCode
response in the output for the quota you want.
quotaCode
- Specifies the quota identifier. To find the quota code for a specific quota, use the
ListServiceQuotas operation, and look for the QuotaCode
response in the output for the
quota you want.public String getQuotaCode()
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas
operation, and look for the QuotaCode
response in the output for the quota you want.
QuotaCode
response in the output for
the quota you want.public ServiceQuotaIncreaseRequestInTemplate withQuotaCode(String quotaCode)
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas
operation, and look for the QuotaCode
response in the output for the quota you want.
quotaCode
- Specifies the quota identifier. To find the quota code for a specific quota, use the
ListServiceQuotas operation, and look for the QuotaCode
response in the output for the
quota you want.public void setQuotaName(String quotaName)
Specifies the quota name.
quotaName
- Specifies the quota name.public String getQuotaName()
Specifies the quota name.
public ServiceQuotaIncreaseRequestInTemplate withQuotaName(String quotaName)
Specifies the quota name.
quotaName
- Specifies the quota name.public void setDesiredValue(Double desiredValue)
The new, increased value of the quota.
desiredValue
- The new, increased value of the quota.public Double getDesiredValue()
The new, increased value of the quota.
public ServiceQuotaIncreaseRequestInTemplate withDesiredValue(Double desiredValue)
The new, increased value of the quota.
desiredValue
- The new, increased value of the quota.public void setAwsRegion(String awsRegion)
The Amazon Web Services Region.
awsRegion
- The Amazon Web Services Region.public String getAwsRegion()
The Amazon Web Services Region.
public ServiceQuotaIncreaseRequestInTemplate withAwsRegion(String awsRegion)
The Amazon Web Services Region.
awsRegion
- The Amazon Web Services Region.public void setUnit(String unit)
The unit of measurement.
unit
- The unit of measurement.public String getUnit()
The unit of measurement.
public ServiceQuotaIncreaseRequestInTemplate withUnit(String unit)
The unit of measurement.
unit
- The unit of measurement.public void setGlobalQuota(Boolean globalQuota)
Indicates whether the quota is global.
globalQuota
- Indicates whether the quota is global.public Boolean getGlobalQuota()
Indicates whether the quota is global.
public ServiceQuotaIncreaseRequestInTemplate withGlobalQuota(Boolean globalQuota)
Indicates whether the quota is global.
globalQuota
- Indicates whether the quota is global.public Boolean isGlobalQuota()
Indicates whether the quota is global.
public String toString()
toString
in class Object
Object.toString()
public ServiceQuotaIncreaseRequestInTemplate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.