@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFleetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFleetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListFleetsRequest |
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 paginated compute fleets returned per response.
|
String |
getNextToken()
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
|
String |
getSortBy()
The criterion to be used to list compute fleet names.
|
String |
getSortOrder()
The order in which to list compute fleets.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of paginated compute fleets returned per response.
|
void |
setNextToken(String nextToken)
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
|
void |
setSortBy(String sortBy)
The criterion to be used to list compute fleet names.
|
void |
setSortOrder(String sortOrder)
The order in which to list compute fleets.
|
String |
toString()
Returns a string representation of this object.
|
ListFleetsRequest |
withMaxResults(Integer maxResults)
The maximum number of paginated compute fleets returned per response.
|
ListFleetsRequest |
withNextToken(String nextToken)
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a nextToken.
|
ListFleetsRequest |
withSortBy(FleetSortByType sortBy)
The criterion to be used to list compute fleet names.
|
ListFleetsRequest |
withSortBy(String sortBy)
The criterion to be used to list compute fleet names.
|
ListFleetsRequest |
withSortOrder(SortOrderType sortOrder)
The order in which to list compute fleets.
|
ListFleetsRequest |
withSortOrder(String sortOrder)
The order in which to list compute fleets.
|
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 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. 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 100 items in the list, only the first 100 items are
returned, along with a unique string called a nextToken. 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 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. 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 ListFleetsRequest withNextToken(String nextToken)
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. 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 100 items in the list, only the first 100 items are
returned, along with a unique string called a nextToken. 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 paginated compute fleets returned per response. Use nextToken
to iterate pages
in the list of returned compute fleets.
maxResults
- The maximum number of paginated compute fleets returned per response. Use nextToken
to
iterate pages in the list of returned compute fleets.public Integer getMaxResults()
The maximum number of paginated compute fleets returned per response. Use nextToken
to iterate pages
in the list of returned compute fleets.
nextToken
to
iterate pages in the list of returned compute fleets.public ListFleetsRequest withMaxResults(Integer maxResults)
The maximum number of paginated compute fleets returned per response. Use nextToken
to iterate pages
in the list of returned compute fleets.
maxResults
- The maximum number of paginated compute fleets returned per response. Use nextToken
to
iterate pages in the list of returned compute fleets.public void setSortOrder(String sortOrder)
The order in which to list compute fleets. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
Use sortBy
to specify the criterion to be used to list compute fleet names.
sortOrder
- The order in which to list compute fleets. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
Use sortBy
to specify the criterion to be used to list compute fleet names.
SortOrderType
public String getSortOrder()
The order in which to list compute fleets. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
Use sortBy
to specify the criterion to be used to list compute fleet names.
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
Use sortBy
to specify the criterion to be used to list compute fleet names.
SortOrderType
public ListFleetsRequest withSortOrder(String sortOrder)
The order in which to list compute fleets. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
Use sortBy
to specify the criterion to be used to list compute fleet names.
sortOrder
- The order in which to list compute fleets. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
Use sortBy
to specify the criterion to be used to list compute fleet names.
SortOrderType
public ListFleetsRequest withSortOrder(SortOrderType sortOrder)
The order in which to list compute fleets. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
Use sortBy
to specify the criterion to be used to list compute fleet names.
sortOrder
- The order in which to list compute fleets. Valid values include:
ASCENDING
: List in ascending order.
DESCENDING
: List in descending order.
Use sortBy
to specify the criterion to be used to list compute fleet names.
SortOrderType
public void setSortBy(String sortBy)
The criterion to be used to list compute fleet names. Valid values include:
CREATED_TIME
: List based on when each compute fleet was created.
LAST_MODIFIED_TIME
: List based on when information about each compute fleet was last changed.
NAME
: List based on each compute fleet's name.
Use sortOrder
to specify in what order to list the compute fleet names based on the preceding
criteria.
sortBy
- The criterion to be used to list compute fleet names. Valid values include:
CREATED_TIME
: List based on when each compute fleet was created.
LAST_MODIFIED_TIME
: List based on when information about each compute fleet was last changed.
NAME
: List based on each compute fleet's name.
Use sortOrder
to specify in what order to list the compute fleet names based on the preceding
criteria.
FleetSortByType
public String getSortBy()
The criterion to be used to list compute fleet names. Valid values include:
CREATED_TIME
: List based on when each compute fleet was created.
LAST_MODIFIED_TIME
: List based on when information about each compute fleet was last changed.
NAME
: List based on each compute fleet's name.
Use sortOrder
to specify in what order to list the compute fleet names based on the preceding
criteria.
CREATED_TIME
: List based on when each compute fleet was created.
LAST_MODIFIED_TIME
: List based on when information about each compute fleet was last
changed.
NAME
: List based on each compute fleet's name.
Use sortOrder
to specify in what order to list the compute fleet names based on the
preceding criteria.
FleetSortByType
public ListFleetsRequest withSortBy(String sortBy)
The criterion to be used to list compute fleet names. Valid values include:
CREATED_TIME
: List based on when each compute fleet was created.
LAST_MODIFIED_TIME
: List based on when information about each compute fleet was last changed.
NAME
: List based on each compute fleet's name.
Use sortOrder
to specify in what order to list the compute fleet names based on the preceding
criteria.
sortBy
- The criterion to be used to list compute fleet names. Valid values include:
CREATED_TIME
: List based on when each compute fleet was created.
LAST_MODIFIED_TIME
: List based on when information about each compute fleet was last changed.
NAME
: List based on each compute fleet's name.
Use sortOrder
to specify in what order to list the compute fleet names based on the preceding
criteria.
FleetSortByType
public ListFleetsRequest withSortBy(FleetSortByType sortBy)
The criterion to be used to list compute fleet names. Valid values include:
CREATED_TIME
: List based on when each compute fleet was created.
LAST_MODIFIED_TIME
: List based on when information about each compute fleet was last changed.
NAME
: List based on each compute fleet's name.
Use sortOrder
to specify in what order to list the compute fleet names based on the preceding
criteria.
sortBy
- The criterion to be used to list compute fleet names. Valid values include:
CREATED_TIME
: List based on when each compute fleet was created.
LAST_MODIFIED_TIME
: List based on when information about each compute fleet was last changed.
NAME
: List based on each compute fleet's name.
Use sortOrder
to specify in what order to list the compute fleet names based on the preceding
criteria.
FleetSortByType
public String toString()
toString
in class Object
Object.toString()
public ListFleetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()