@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 environments to get identifiers for.
|
String |
getNextToken()
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along
with a unique string called a next token.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of environments to get identifiers for.
|
void |
setNextToken(String nextToken)
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along
with a unique string called a next token.
|
String |
toString()
Returns a string representation of this object.
|
ListEnvironmentsRequest |
withMaxResults(Integer maxResults)
The maximum number of environments to get identifiers for.
|
ListEnvironmentsRequest |
withNextToken(String nextToken)
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along
with a unique string called a next token.
|
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)
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
nextToken
- During a previous call, if there are more than 25 items in the list, only the first 25 items are returned,
along with a unique string called a next token. To get the next batch of items in the list, call
this operation again, adding the next token to the call. To get all of the items in the list, keep calling
this operation with each subsequent next token that is returned, until no more next tokens are returned.public String getNextToken()
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
public ListEnvironmentsRequest withNextToken(String nextToken)
During a previous call, if there are more than 25 items in the list, only the first 25 items are returned, along with a unique string called a next token. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.
nextToken
- During a previous call, if there are more than 25 items in the list, only the first 25 items are returned,
along with a unique string called a next token. To get the next batch of items in the list, call
this operation again, adding the next token to the call. To get all of the items in the list, keep calling
this operation with each subsequent next token that is returned, until no more next tokens are returned.public void setMaxResults(Integer maxResults)
The maximum number of environments to get identifiers for.
maxResults
- The maximum number of environments to get identifiers for.public Integer getMaxResults()
The maximum number of environments to get identifiers for.
public ListEnvironmentsRequest withMaxResults(Integer maxResults)
The maximum number of environments to get identifiers for.
maxResults
- The maximum number of environments to get identifiers for.public String toString()
toString
in class Object
Object.toString()
public ListEnvironmentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()