@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()
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 |
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, 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, withSdkRequestTimeout
public 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.RequestStatus
public String getStatus()
The status of the quota increase request.
RequestStatus
public ListRequestedServiceQuotaChangeHistoryRequest withStatus(String status)
The status of the quota increase request.
status
- The status of the quota increase request.RequestStatus
public ListRequestedServiceQuotaChangeHistoryRequest withStatus(RequestStatus status)
The status of the quota increase request.
status
- The status of the quota increase request.RequestStatus
public 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 Object
Object.toString()
public ListRequestedServiceQuotaChangeHistoryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()