@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRequestedServiceQuotaChangeHistoryByQuotaRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return with a single call.
|
String |
getNextToken()
The token for the next page of results.
|
String |
getQuotaCode()
The quota identifier.
|
String |
getServiceCode()
The service identifier.
|
String |
getStatus()
The status value of the quota increase request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
void |
setQuotaCode(String quotaCode)
The quota identifier.
|
void |
setServiceCode(String serviceCode)
The service identifier.
|
void |
setStatus(String status)
The status value of the quota increase request.
|
String |
toString()
Returns a string representation of this object.
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest |
withQuotaCode(String quotaCode)
The quota identifier.
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest |
withServiceCode(String serviceCode)
The service identifier.
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest |
withStatus(RequestStatus status)
The status value of the quota increase request.
|
ListRequestedServiceQuotaChangeHistoryByQuotaRequest |
withStatus(String status)
The status value of the quota increase request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListRequestedServiceQuotaChangeHistoryByQuotaRequest()
public void setServiceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.public String getServiceCode()
The service identifier.
public ListRequestedServiceQuotaChangeHistoryByQuotaRequest withServiceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.public void setQuotaCode(String quotaCode)
The quota identifier.
quotaCode - The quota identifier.public String getQuotaCode()
The quota identifier.
public ListRequestedServiceQuotaChangeHistoryByQuotaRequest withQuotaCode(String quotaCode)
The quota identifier.
quotaCode - The quota identifier.public void setStatus(String status)
The status value of the quota increase request.
status - The status value of the quota increase request.RequestStatuspublic String getStatus()
The status value of the quota increase request.
RequestStatuspublic ListRequestedServiceQuotaChangeHistoryByQuotaRequest withStatus(String status)
The status value of the quota increase request.
status - The status value of the quota increase request.RequestStatuspublic ListRequestedServiceQuotaChangeHistoryByQuotaRequest withStatus(RequestStatus status)
The status value of the quota increase request.
status - The status value of the quota increase request.RequestStatuspublic void setNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public String getNextToken()
The token for the next page of results.
public ListRequestedServiceQuotaChangeHistoryByQuotaRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, if any,
make another call with the token returned from this call.public Integer getMaxResults()
The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.
public ListRequestedServiceQuotaChangeHistoryByQuotaRequest withMaxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, if any,
make another call with the token returned from this call.public String toString()
toString in class ObjectObject.toString()public ListRequestedServiceQuotaChangeHistoryByQuotaRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()