@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestedServiceQuotaChange extends Object implements Serializable, Cloneable, StructuredPojo
Information about a quota increase request.
Constructor and Description |
---|
RequestedServiceQuotaChange() |
Modifier and Type | Method and Description |
---|---|
RequestedServiceQuotaChange |
clone() |
boolean |
equals(Object obj) |
String |
getCaseId()
The case ID.
|
Date |
getCreated()
The date and time when the quota increase request was received and the case ID was created.
|
Double |
getDesiredValue()
The new, increased value for the quota.
|
Boolean |
getGlobalQuota()
Indicates whether the quota is global.
|
String |
getId()
The unique identifier.
|
Date |
getLastUpdated()
The date and time of the most recent change.
|
String |
getQuotaArn()
The Amazon Resource Name (ARN) of the quota.
|
String |
getQuotaCode()
The quota identifier.
|
String |
getQuotaName()
The quota name.
|
String |
getRequester()
The IAM identity of the requester.
|
String |
getServiceCode()
The service identifier.
|
String |
getServiceName()
The service name.
|
String |
getStatus()
The state of the quota increase request.
|
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 |
setCaseId(String caseId)
The case ID.
|
void |
setCreated(Date created)
The date and time when the quota increase request was received and the case ID was created.
|
void |
setDesiredValue(Double desiredValue)
The new, increased value for the quota.
|
void |
setGlobalQuota(Boolean globalQuota)
Indicates whether the quota is global.
|
void |
setId(String id)
The unique identifier.
|
void |
setLastUpdated(Date lastUpdated)
The date and time of the most recent change.
|
void |
setQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the quota.
|
void |
setQuotaCode(String quotaCode)
The quota identifier.
|
void |
setQuotaName(String quotaName)
The quota name.
|
void |
setRequester(String requester)
The IAM identity of the requester.
|
void |
setServiceCode(String serviceCode)
The service identifier.
|
void |
setServiceName(String serviceName)
The service name.
|
void |
setStatus(String status)
The state of the quota increase request.
|
void |
setUnit(String unit)
The unit of measurement.
|
String |
toString()
Returns a string representation of this object.
|
RequestedServiceQuotaChange |
withCaseId(String caseId)
The case ID.
|
RequestedServiceQuotaChange |
withCreated(Date created)
The date and time when the quota increase request was received and the case ID was created.
|
RequestedServiceQuotaChange |
withDesiredValue(Double desiredValue)
The new, increased value for the quota.
|
RequestedServiceQuotaChange |
withGlobalQuota(Boolean globalQuota)
Indicates whether the quota is global.
|
RequestedServiceQuotaChange |
withId(String id)
The unique identifier.
|
RequestedServiceQuotaChange |
withLastUpdated(Date lastUpdated)
The date and time of the most recent change.
|
RequestedServiceQuotaChange |
withQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the quota.
|
RequestedServiceQuotaChange |
withQuotaCode(String quotaCode)
The quota identifier.
|
RequestedServiceQuotaChange |
withQuotaName(String quotaName)
The quota name.
|
RequestedServiceQuotaChange |
withRequester(String requester)
The IAM identity of the requester.
|
RequestedServiceQuotaChange |
withServiceCode(String serviceCode)
The service identifier.
|
RequestedServiceQuotaChange |
withServiceName(String serviceName)
The service name.
|
RequestedServiceQuotaChange |
withStatus(RequestStatus status)
The state of the quota increase request.
|
RequestedServiceQuotaChange |
withStatus(String status)
The state of the quota increase request.
|
RequestedServiceQuotaChange |
withUnit(String unit)
The unit of measurement.
|
public void setId(String id)
The unique identifier.
id
- The unique identifier.public String getId()
The unique identifier.
public RequestedServiceQuotaChange withId(String id)
The unique identifier.
id
- The unique identifier.public void setCaseId(String caseId)
The case ID.
caseId
- The case ID.public String getCaseId()
The case ID.
public RequestedServiceQuotaChange withCaseId(String caseId)
The case ID.
caseId
- The case ID.public void setServiceCode(String serviceCode)
The service identifier.
serviceCode
- The service identifier.public String getServiceCode()
The service identifier.
public RequestedServiceQuotaChange 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 RequestedServiceQuotaChange 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 RequestedServiceQuotaChange 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 RequestedServiceQuotaChange withQuotaName(String quotaName)
The quota name.
quotaName
- The quota name.public void setDesiredValue(Double desiredValue)
The new, increased value for the quota.
desiredValue
- The new, increased value for the quota.public Double getDesiredValue()
The new, increased value for the quota.
public RequestedServiceQuotaChange withDesiredValue(Double desiredValue)
The new, increased value for the quota.
desiredValue
- The new, increased value for the quota.public void setStatus(String status)
The state of the quota increase request.
status
- The state of the quota increase request.RequestStatus
public String getStatus()
The state of the quota increase request.
RequestStatus
public RequestedServiceQuotaChange withStatus(String status)
The state of the quota increase request.
status
- The state of the quota increase request.RequestStatus
public RequestedServiceQuotaChange withStatus(RequestStatus status)
The state of the quota increase request.
status
- The state of the quota increase request.RequestStatus
public void setCreated(Date created)
The date and time when the quota increase request was received and the case ID was created.
created
- The date and time when the quota increase request was received and the case ID was created.public Date getCreated()
The date and time when the quota increase request was received and the case ID was created.
public RequestedServiceQuotaChange withCreated(Date created)
The date and time when the quota increase request was received and the case ID was created.
created
- The date and time when the quota increase request was received and the case ID was created.public void setLastUpdated(Date lastUpdated)
The date and time of the most recent change.
lastUpdated
- The date and time of the most recent change.public Date getLastUpdated()
The date and time of the most recent change.
public RequestedServiceQuotaChange withLastUpdated(Date lastUpdated)
The date and time of the most recent change.
lastUpdated
- The date and time of the most recent change.public void setRequester(String requester)
The IAM identity of the requester.
requester
- The IAM identity of the requester.public String getRequester()
The IAM identity of the requester.
public RequestedServiceQuotaChange withRequester(String requester)
The IAM identity of the requester.
requester
- The IAM identity of the requester.public void setQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the quota.
quotaArn
- The Amazon Resource Name (ARN) of the quota.public String getQuotaArn()
The Amazon Resource Name (ARN) of the quota.
public RequestedServiceQuotaChange withQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the quota.
quotaArn
- The Amazon Resource Name (ARN) of the quota.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 RequestedServiceQuotaChange 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 void setUnit(String unit)
The unit of measurement.
unit
- The unit of measurement.public String getUnit()
The unit of measurement.
public RequestedServiceQuotaChange withUnit(String unit)
The unit of measurement.
unit
- The unit of measurement.public String toString()
toString
in class Object
Object.toString()
public RequestedServiceQuotaChange clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.