@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRequestedServiceQuotaChangeHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRequestedServiceQuotaChangeHistoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRequestedServiceQuotaChangeHistoryRequest |
clone() |
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 |
getServiceCode()
The service identifier.
|
String |
getStatus()
The status 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 |
setServiceCode(String serviceCode)
The service identifier.
|
void |
setStatus(String status)
The status of the quota increase request.
|
String |
toString()
Returns a string representation of this object.
|
ListRequestedServiceQuotaChangeHistoryRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListRequestedServiceQuotaChangeHistoryRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
ListRequestedServiceQuotaChangeHistoryRequest |
withServiceCode(String serviceCode)
The service identifier.
|
ListRequestedServiceQuotaChangeHistoryRequest |
withStatus(RequestStatus status)
The status of the quota increase request.
|
ListRequestedServiceQuotaChangeHistoryRequest |
withStatus(String status)
The status of the quota increase request.
|
addHandlerContext, copyBaseTo, 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 ListRequestedServiceQuotaChangeHistoryRequest()
public void setServiceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.public String getServiceCode()
The service identifier.
public ListRequestedServiceQuotaChangeHistoryRequest withServiceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.public void setStatus(String status)
The status of the quota increase request.
status - The status of the quota increase request.RequestStatuspublic String getStatus()
The status of the quota increase request.
RequestStatuspublic ListRequestedServiceQuotaChangeHistoryRequest withStatus(String status)
The status of the quota increase request.
status - The status of the quota increase request.RequestStatuspublic ListRequestedServiceQuotaChangeHistoryRequest withStatus(RequestStatus status)
The status of the quota increase request.
status - The status 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 ListRequestedServiceQuotaChangeHistoryRequest 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 ListRequestedServiceQuotaChangeHistoryRequest 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 ListRequestedServiceQuotaChangeHistoryRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.