@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RequestedServiceQuotaChange extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains information about a requested change for a quota.
Constructor and Description |
---|
RequestedServiceQuotaChange() |
Modifier and Type | Method and Description |
---|---|
RequestedServiceQuotaChange |
clone() |
boolean |
equals(Object obj) |
String |
getCaseId()
The case Id for the service quota increase request.
|
Date |
getCreated()
The date and time when the service quota increase request was received and the case Id was created.
|
Double |
getDesiredValue()
New increased value for the service quota.
|
Boolean |
getGlobalQuota()
Identifies if the quota is global.
|
String |
getId()
The unique identifier of a requested service quota change.
|
Date |
getLastUpdated()
The date and time of the most recent change in the service quota increase request.
|
String |
getQuotaArn()
The Amazon Resource Name (ARN) of the service quota.
|
String |
getQuotaCode()
Specifies the service quota that you want to use.
|
String |
getQuotaName()
Name of the service quota.
|
String |
getRequester()
The IAM identity who submitted the service quota increase request.
|
String |
getServiceCode()
Specifies the service that you want to use.
|
String |
getServiceName()
The name of the AWS service specified in the increase request.
|
String |
getStatus()
State of the service quota increase request.
|
String |
getUnit()
Specifies the unit used for the quota.
|
int |
hashCode() |
Boolean |
isGlobalQuota()
Identifies if the quota is global.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaseId(String caseId)
The case Id for the service quota increase request.
|
void |
setCreated(Date created)
The date and time when the service quota increase request was received and the case Id was created.
|
void |
setDesiredValue(Double desiredValue)
New increased value for the service quota.
|
void |
setGlobalQuota(Boolean globalQuota)
Identifies if the quota is global.
|
void |
setId(String id)
The unique identifier of a requested service quota change.
|
void |
setLastUpdated(Date lastUpdated)
The date and time of the most recent change in the service quota increase request.
|
void |
setQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the service quota.
|
void |
setQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
|
void |
setQuotaName(String quotaName)
Name of the service quota.
|
void |
setRequester(String requester)
The IAM identity who submitted the service quota increase request.
|
void |
setServiceCode(String serviceCode)
Specifies the service that you want to use.
|
void |
setServiceName(String serviceName)
The name of the AWS service specified in the increase request.
|
void |
setStatus(String status)
State of the service quota increase request.
|
void |
setUnit(String unit)
Specifies the unit used for the quota.
|
String |
toString()
Returns a string representation of this object.
|
RequestedServiceQuotaChange |
withCaseId(String caseId)
The case Id for the service quota increase request.
|
RequestedServiceQuotaChange |
withCreated(Date created)
The date and time when the service quota increase request was received and the case Id was created.
|
RequestedServiceQuotaChange |
withDesiredValue(Double desiredValue)
New increased value for the service quota.
|
RequestedServiceQuotaChange |
withGlobalQuota(Boolean globalQuota)
Identifies if the quota is global.
|
RequestedServiceQuotaChange |
withId(String id)
The unique identifier of a requested service quota change.
|
RequestedServiceQuotaChange |
withLastUpdated(Date lastUpdated)
The date and time of the most recent change in the service quota increase request.
|
RequestedServiceQuotaChange |
withQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the service quota.
|
RequestedServiceQuotaChange |
withQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
|
RequestedServiceQuotaChange |
withQuotaName(String quotaName)
Name of the service quota.
|
RequestedServiceQuotaChange |
withRequester(String requester)
The IAM identity who submitted the service quota increase request.
|
RequestedServiceQuotaChange |
withServiceCode(String serviceCode)
Specifies the service that you want to use.
|
RequestedServiceQuotaChange |
withServiceName(String serviceName)
The name of the AWS service specified in the increase request.
|
RequestedServiceQuotaChange |
withStatus(RequestStatus status)
State of the service quota increase request.
|
RequestedServiceQuotaChange |
withStatus(String status)
State of the service quota increase request.
|
RequestedServiceQuotaChange |
withUnit(String unit)
Specifies the unit used for the quota.
|
public void setId(String id)
The unique identifier of a requested service quota change.
id
- The unique identifier of a requested service quota change.public String getId()
The unique identifier of a requested service quota change.
public RequestedServiceQuotaChange withId(String id)
The unique identifier of a requested service quota change.
id
- The unique identifier of a requested service quota change.public void setCaseId(String caseId)
The case Id for the service quota increase request.
caseId
- The case Id for the service quota increase request.public String getCaseId()
The case Id for the service quota increase request.
public RequestedServiceQuotaChange withCaseId(String caseId)
The case Id for the service quota increase request.
caseId
- The case Id for the service quota increase request.public void setServiceCode(String serviceCode)
Specifies the service that you want to use.
serviceCode
- Specifies the service that you want to use.public String getServiceCode()
Specifies the service that you want to use.
public RequestedServiceQuotaChange withServiceCode(String serviceCode)
Specifies the service that you want to use.
serviceCode
- Specifies the service that you want to use.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 RequestedServiceQuotaChange 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)
Specifies the service quota that you want to use.
quotaCode
- Specifies the service quota that you want to use.public String getQuotaCode()
Specifies the service quota that you want to use.
public RequestedServiceQuotaChange withQuotaCode(String quotaCode)
Specifies the service quota that you want to use.
quotaCode
- Specifies the service quota that you want to use.public void setQuotaName(String quotaName)
Name of the service quota.
quotaName
- Name of the service quota.public String getQuotaName()
Name of the service quota.
public RequestedServiceQuotaChange withQuotaName(String quotaName)
Name of the service quota.
quotaName
- Name of the service quota.public void setDesiredValue(Double desiredValue)
New increased value for the service quota.
desiredValue
- New increased value for the service quota.public Double getDesiredValue()
New increased value for the service quota.
public RequestedServiceQuotaChange withDesiredValue(Double desiredValue)
New increased value for the service quota.
desiredValue
- New increased value for the service quota.public void setStatus(String status)
State of the service quota increase request.
status
- State of the service quota increase request.RequestStatus
public String getStatus()
State of the service quota increase request.
RequestStatus
public RequestedServiceQuotaChange withStatus(String status)
State of the service quota increase request.
status
- State of the service quota increase request.RequestStatus
public RequestedServiceQuotaChange withStatus(RequestStatus status)
State of the service quota increase request.
status
- State of the service quota increase request.RequestStatus
public void setCreated(Date created)
The date and time when the service quota increase request was received and the case Id was created.
created
- The date and time when the service quota increase request was received and the case Id was created.public Date getCreated()
The date and time when the service quota increase request was received and the case Id was created.
public RequestedServiceQuotaChange withCreated(Date created)
The date and time when the service quota increase request was received and the case Id was created.
created
- The date and time when the service 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 in the service quota increase request.
lastUpdated
- The date and time of the most recent change in the service quota increase request.public Date getLastUpdated()
The date and time of the most recent change in the service quota increase request.
public RequestedServiceQuotaChange withLastUpdated(Date lastUpdated)
The date and time of the most recent change in the service quota increase request.
lastUpdated
- The date and time of the most recent change in the service quota increase request.public void setRequester(String requester)
The IAM identity who submitted the service quota increase request.
requester
- The IAM identity who submitted the service quota increase request.public String getRequester()
The IAM identity who submitted the service quota increase request.
public RequestedServiceQuotaChange withRequester(String requester)
The IAM identity who submitted the service quota increase request.
requester
- The IAM identity who submitted the service quota increase request.public void setQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the service quota.
quotaArn
- The Amazon Resource Name (ARN) of the service quota.public String getQuotaArn()
The Amazon Resource Name (ARN) of the service quota.
public RequestedServiceQuotaChange withQuotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the service quota.
quotaArn
- The Amazon Resource Name (ARN) of the service quota.public void setGlobalQuota(Boolean globalQuota)
Identifies if the quota is global.
globalQuota
- Identifies if the quota is global.public Boolean getGlobalQuota()
Identifies if the quota is global.
public RequestedServiceQuotaChange withGlobalQuota(Boolean globalQuota)
Identifies if the quota is global.
globalQuota
- Identifies if the quota is global.public Boolean isGlobalQuota()
Identifies if the quota is global.
public void setUnit(String unit)
Specifies the unit used for the quota.
unit
- Specifies the unit used for the quota.public String getUnit()
Specifies the unit used for the quota.
public RequestedServiceQuotaChange withUnit(String unit)
Specifies the unit used for the quota.
unit
- Specifies the unit used for the 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.