@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAnalyzableServersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents input for ListAnalyzableServers operation.
NOOP| Constructor and Description |
|---|
ListAnalyzableServersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAnalyzableServersRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of items to include in the response.
|
String |
getNextToken()
The token from a previous call that you use to retrieve the next set of results.
|
String |
getSort()
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to include in the response.
|
void |
setNextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results.
|
void |
setSort(String sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
|
String |
toString()
Returns a string representation of this object.
|
ListAnalyzableServersRequest |
withMaxResults(Integer maxResults)
The maximum number of items to include in the response.
|
ListAnalyzableServersRequest |
withNextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results.
|
ListAnalyzableServersRequest |
withSort(SortOrder sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
|
ListAnalyzableServersRequest |
withSort(String sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
|
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 items to include in the response. The maximum value is 100.
maxResults - The maximum number of items to include in the response. The maximum value is 100.public Integer getMaxResults()
The maximum number of items to include in the response. The maximum value is 100.
public ListAnalyzableServersRequest withMaxResults(Integer maxResults)
The maximum number of items to include in the response. The maximum value is 100.
maxResults - The maximum number of items to include in the response. The maximum value is 100.public void setNextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a
previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10
results along with a token. You then use the returned token to retrieve the next set of 10.public String getNextToken()
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
public ListAnalyzableServersRequest withNextToken(String nextToken)
The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a
previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10
results along with a token. You then use the returned token to retrieve the next set of 10.public void setSort(String sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
sort - Specifies whether to sort by ascending (ASC) or descending (DESC) order.SortOrderpublic String getSort()
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
SortOrderpublic ListAnalyzableServersRequest withSort(String sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
sort - Specifies whether to sort by ascending (ASC) or descending (DESC) order.SortOrderpublic ListAnalyzableServersRequest withSort(SortOrder sort)
Specifies whether to sort by ascending (ASC) or descending (DESC) order.
sort - Specifies whether to sort by ascending (ASC) or descending (DESC) order.SortOrderpublic String toString()
toString in class ObjectObject.toString()public ListAnalyzableServersRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.