@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentTemplatesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListEnvironmentTemplatesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentTemplatesRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of environment templates to list.
|
String |
getNextToken()
A token to indicate the location of the next environment template in the array of environment templates, after
the list of environment templates that was previously requested.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of environment templates to list.
|
void |
setNextToken(String nextToken)
A token to indicate the location of the next environment template in the array of environment templates, after
the list of environment templates that was previously requested.
|
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentTemplatesRequest |
withMaxResults(Integer maxResults)
The maximum number of environment templates to list.
|
ListEnvironmentTemplatesRequest |
withNextToken(String nextToken)
A token to indicate the location of the next environment template in the array of environment templates, after
the list of environment templates that was previously requested.
|
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 setMaxResults(Integer maxResults)
The maximum number of environment templates to list.
maxResults - The maximum number of environment templates to list.public Integer getMaxResults()
The maximum number of environment templates to list.
public ListEnvironmentTemplatesRequest withMaxResults(Integer maxResults)
The maximum number of environment templates to list.
maxResults - The maximum number of environment templates to list.public void setNextToken(String nextToken)
A token to indicate the location of the next environment template in the array of environment templates, after the list of environment templates that was previously requested.
nextToken - A token to indicate the location of the next environment template in the array of environment templates,
after the list of environment templates that was previously requested.public String getNextToken()
A token to indicate the location of the next environment template in the array of environment templates, after the list of environment templates that was previously requested.
public ListEnvironmentTemplatesRequest withNextToken(String nextToken)
A token to indicate the location of the next environment template in the array of environment templates, after the list of environment templates that was previously requested.
nextToken - A token to indicate the location of the next environment template in the array of environment templates,
after the list of environment templates that was previously requested.public String toString()
toString in class ObjectObject.toString()public ListEnvironmentTemplatesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.