@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 AWS Region.
|
Double |
getDesiredValue()
The new, increased value of the quota.
|
Boolean |
getGlobalQuota()
Indicates whether the quota is global.
|
String |
getQuotaCode()
The quota identifier.
|
String |
getQuotaName()
The quota name.
|
String |
getServiceCode()
The service identifier.
|
String |
getServiceName()
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 AWS 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)
The quota identifier.
|
void |
setQuotaName(String quotaName)
The quota name.
|
void |
setServiceCode(String serviceCode)
The service identifier.
|
void |
setServiceName(String serviceName)
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 AWS 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)
The quota identifier.
|
ServiceQuotaIncreaseRequestInTemplate |
withQuotaName(String quotaName)
The quota name.
|
ServiceQuotaIncreaseRequestInTemplate |
withServiceCode(String serviceCode)
The service identifier.
|
ServiceQuotaIncreaseRequestInTemplate |
withServiceName(String serviceName)
The service name.
|
ServiceQuotaIncreaseRequestInTemplate |
withUnit(String unit)
The unit of measurement.
|
public ServiceQuotaIncreaseRequestInTemplate()
public void setServiceCode(String serviceCode)
The service identifier.
serviceCode
- The service identifier.public String getServiceCode()
The service identifier.
public ServiceQuotaIncreaseRequestInTemplate withServiceCode(String serviceCode)
The service identifier.
serviceCode
- The service identifier.public void setServiceName(String serviceName)
The service name.
serviceName
- The service name.public String getServiceName()
The service name.
public ServiceQuotaIncreaseRequestInTemplate withServiceName(String serviceName)
The service name.
serviceName
- The service name.public void setQuotaCode(String quotaCode)
The quota identifier.
quotaCode
- The quota identifier.public String getQuotaCode()
The quota identifier.
public ServiceQuotaIncreaseRequestInTemplate withQuotaCode(String quotaCode)
The quota identifier.
quotaCode
- The quota identifier.public void setQuotaName(String quotaName)
The quota name.
quotaName
- The quota name.public String getQuotaName()
The quota name.
public ServiceQuotaIncreaseRequestInTemplate withQuotaName(String quotaName)
The quota name.
quotaName
- 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 AWS Region.
awsRegion
- The AWS Region.public String getAwsRegion()
The AWS Region.
public ServiceQuotaIncreaseRequestInTemplate withAwsRegion(String awsRegion)
The AWS Region.
awsRegion
- The AWS 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.