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