@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()
Specifies the quota identifier.
|
QuotaContextInfo |
getQuotaContext()
The context for this service quota.
|
String |
getQuotaName()
Specifies the quota name.
|
String |
getQuotaRequestedAtLevel()
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
String |
getRequester()
The IAM identity of the requester.
|
String |
getServiceCode()
Specifies the service identifier.
|
String |
getServiceName()
Specifies 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)
Specifies the quota identifier.
|
void |
setQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
|
void |
setQuotaName(String quotaName)
Specifies the quota name.
|
void |
setQuotaRequestedAtLevel(String quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
void |
setRequester(String requester)
The IAM identity of the requester.
|
void |
setServiceCode(String serviceCode)
Specifies the service identifier.
|
void |
setServiceName(String serviceName)
Specifies 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)
Specifies the quota identifier.
|
RequestedServiceQuotaChange |
withQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
|
RequestedServiceQuotaChange |
withQuotaName(String quotaName)
Specifies the quota name.
|
RequestedServiceQuotaChange |
withQuotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange |
withQuotaRequestedAtLevel(String quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange |
withRequester(String requester)
The IAM identity of the requester.
|
RequestedServiceQuotaChange |
withServiceCode(String serviceCode)
Specifies the service identifier.
|
RequestedServiceQuotaChange |
withServiceName(String serviceName)
Specifies 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)
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 RequestedServiceQuotaChange 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 RequestedServiceQuotaChange 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 RequestedServiceQuotaChange 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 RequestedServiceQuotaChange withQuotaName(String quotaName)
Specifies the quota name.
quotaName
- Specifies 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 void setQuotaRequestedAtLevel(String quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
quotaRequestedAtLevel
- Specifies at which level within the Amazon Web Services account the quota request applies to.AppliedLevelEnum
public String getQuotaRequestedAtLevel()
Specifies at which level within the Amazon Web Services account the quota request applies to.
AppliedLevelEnum
public RequestedServiceQuotaChange withQuotaRequestedAtLevel(String quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
quotaRequestedAtLevel
- Specifies at which level within the Amazon Web Services account the quota request applies to.AppliedLevelEnum
public RequestedServiceQuotaChange withQuotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
quotaRequestedAtLevel
- Specifies at which level within the Amazon Web Services account the quota request applies to.AppliedLevelEnum
public void setQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
quotaContext
- The context for this service quota.public QuotaContextInfo getQuotaContext()
The context for this service quota.
public RequestedServiceQuotaChange withQuotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
quotaContext
- The context for this service quota.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.