@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of environment templates to list.
|
String |
getNextToken()
A token that indicates 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 that indicates 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 that indicates the location of the next environment template in the array of environment templates, after
the list of environment templates that was previously requested.
|
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 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 that indicates 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 that indicates 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 that indicates 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 that indicates 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 that indicates 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 Object
Object.toString()
public ListEnvironmentTemplatesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()