@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppMonitorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppMonitorsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppMonitorsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in one operation.
|
String |
getNextToken()
Use the token returned by the previous operation to request the next page of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
void |
setNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAppMonitorsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in one operation.
|
ListAppMonitorsRequest |
withNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
|
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 results to return in one operation. The default is 50. The maximum that you can specify is 100.
maxResults - The maximum number of results to return in one operation. The default is 50. The maximum that you can
specify is 100.public Integer getMaxResults()
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
public ListAppMonitorsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in one operation. The default is 50. The maximum that you can specify is 100.
maxResults - The maximum number of results to return in one operation. The default is 50. The maximum that you can
specify is 100.public void setNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
nextToken - Use the token returned by the previous operation to request the next page of results.public String getNextToken()
Use the token returned by the previous operation to request the next page of results.
public ListAppMonitorsRequest withNextToken(String nextToken)
Use the token returned by the previous operation to request the next page of results.
nextToken - Use the token returned by the previous operation to request the next page of results.public String toString()
toString in class ObjectObject.toString()public ListAppMonitorsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.