@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAlertsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAlertsRequest() |
Modifier and Type | Method and Description |
---|---|
ListAlertsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnomalyDetectorArn()
The ARN of the alert's detector.
|
Integer |
getMaxResults()
The maximum number of results that will be displayed by the request.
|
String |
getNextToken()
If the result of the previous request is truncated, the response includes a
NextToken . |
int |
hashCode() |
void |
setAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the alert's detector.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results that will be displayed by the request.
|
void |
setNextToken(String nextToken)
If the result of the previous request is truncated, the response includes a
NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListAlertsRequest |
withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the alert's detector.
|
ListAlertsRequest |
withMaxResults(Integer maxResults)
The maximum number of results that will be displayed by the request.
|
ListAlertsRequest |
withNextToken(String nextToken)
If the result of the previous request is truncated, the response includes a
NextToken . |
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 setAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the alert's detector.
anomalyDetectorArn
- The ARN of the alert's detector.public String getAnomalyDetectorArn()
The ARN of the alert's detector.
public ListAlertsRequest withAnomalyDetectorArn(String anomalyDetectorArn)
The ARN of the alert's detector.
anomalyDetectorArn
- The ARN of the alert's detector.public void setNextToken(String nextToken)
If the result of the previous request is truncated, the response includes a NextToken
. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken
- If the result of the previous request is truncated, the response includes a NextToken
. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public String getNextToken()
If the result of the previous request is truncated, the response includes a NextToken
. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
NextToken
. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public ListAlertsRequest withNextToken(String nextToken)
If the result of the previous request is truncated, the response includes a NextToken
. To retrieve
the next set of results, use the token in the next request. Tokens expire after 24 hours.
nextToken
- If the result of the previous request is truncated, the response includes a NextToken
. To
retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.public void setMaxResults(Integer maxResults)
The maximum number of results that will be displayed by the request.
maxResults
- The maximum number of results that will be displayed by the request.public Integer getMaxResults()
The maximum number of results that will be displayed by the request.
public ListAlertsRequest withMaxResults(Integer maxResults)
The maximum number of results that will be displayed by the request.
maxResults
- The maximum number of results that will be displayed by the request.public String toString()
toString
in class Object
Object.toString()
public ListAlertsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()