@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListServiceQuotaIncreaseRequestsInTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListServiceQuotaIncreaseRequestsInTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListServiceQuotaIncreaseRequestsInTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsRegion()
The AWS Region.
|
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 |
setAwsRegion(String awsRegion)
The AWS Region.
|
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.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest |
withAwsRegion(String awsRegion)
The AWS Region.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
ListServiceQuotaIncreaseRequestsInTemplateRequest |
withServiceCode(String serviceCode)
The service identifier.
|
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 ListServiceQuotaIncreaseRequestsInTemplateRequest()
public void setServiceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.public String getServiceCode()
The service identifier.
public ListServiceQuotaIncreaseRequestsInTemplateRequest withServiceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.public void setAwsRegion(String awsRegion)
The AWS Region.
awsRegion - The AWS Region.public String getAwsRegion()
The AWS Region.
public ListServiceQuotaIncreaseRequestsInTemplateRequest withAwsRegion(String awsRegion)
The AWS Region.
awsRegion - The AWS Region.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 ListServiceQuotaIncreaseRequestsInTemplateRequest 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 ListServiceQuotaIncreaseRequestsInTemplateRequest 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 ListServiceQuotaIncreaseRequestsInTemplateRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()