@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMonitoringAlertsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMonitoringAlertsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMonitoringAlertsRequest |
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 results to display.
|
String |
getMonitoringScheduleName()
The name of a monitoring schedule.
|
String |
getNextToken()
If the result of the previous
ListMonitoringAlerts request was truncated, the response includes a
NextToken . |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to display.
|
void |
setMonitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListMonitoringAlerts request was truncated, the response includes a
NextToken . |
String |
toString()
Returns a string representation of this object.
|
ListMonitoringAlertsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to display.
|
ListMonitoringAlertsRequest |
withMonitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
ListMonitoringAlertsRequest |
withNextToken(String nextToken)
If the result of the previous
ListMonitoringAlerts request was 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 setMonitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
monitoringScheduleName
- The name of a monitoring schedule.public String getMonitoringScheduleName()
The name of a monitoring schedule.
public ListMonitoringAlertsRequest withMonitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
monitoringScheduleName
- The name of a monitoring schedule.public void setNextToken(String nextToken)
If the result of the previous ListMonitoringAlerts
request was truncated, the response includes a
NextToken
. To retrieve the next set of alerts in the history, use the token in the next request.
nextToken
- If the result of the previous ListMonitoringAlerts
request was truncated, the response
includes a NextToken
. To retrieve the next set of alerts in the history, use the token in the
next request.public String getNextToken()
If the result of the previous ListMonitoringAlerts
request was truncated, the response includes a
NextToken
. To retrieve the next set of alerts in the history, use the token in the next request.
ListMonitoringAlerts
request was truncated, the response
includes a NextToken
. To retrieve the next set of alerts in the history, use the token in
the next request.public ListMonitoringAlertsRequest withNextToken(String nextToken)
If the result of the previous ListMonitoringAlerts
request was truncated, the response includes a
NextToken
. To retrieve the next set of alerts in the history, use the token in the next request.
nextToken
- If the result of the previous ListMonitoringAlerts
request was truncated, the response
includes a NextToken
. To retrieve the next set of alerts in the history, use the token in the
next request.public void setMaxResults(Integer maxResults)
The maximum number of results to display. The default is 100.
maxResults
- The maximum number of results to display. The default is 100.public Integer getMaxResults()
The maximum number of results to display. The default is 100.
public ListMonitoringAlertsRequest withMaxResults(Integer maxResults)
The maximum number of results to display. The default is 100.
maxResults
- The maximum number of results to display. The default is 100.public String toString()
toString
in class Object
Object.toString()
public ListMonitoringAlertsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()