@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnvironmentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListEnvironmentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListEnvironmentsRequest |
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 in this request.
|
String |
getNextToken()
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated.
|
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListEnvironmentsRequest |
withNextToken(String nextToken)
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated.
|
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 setNextToken(String nextToken)
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To
get the next set of pages, pass in the nextToken
nextToken value from the response object of the
previous page call.
nextToken
- A token generated by FinSpace that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the nextToken
nextToken value from the
response object of the previous page call.public String getNextToken()
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To
get the next set of pages, pass in the nextToken
nextToken value from the response object of the
previous page call.
nextToken
nextToken value from the
response object of the previous page call.public ListEnvironmentsRequest withNextToken(String nextToken)
A token generated by FinSpace that specifies where to continue pagination if a previous request was truncated. To
get the next set of pages, pass in the nextToken
nextToken value from the response object of the
previous page call.
nextToken
- A token generated by FinSpace that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the nextToken
nextToken value from the
response object of the previous page call.public void setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults
- The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListEnvironmentsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults
- The maximum number of results to return in this request.public String toString()
toString
in class Object
Object.toString()
public ListEnvironmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()