@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMonitorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListMonitorsRequest() |
Modifier and Type | Method and Description |
---|---|
ListMonitorsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The number of monitor objects that you want to return with this call.
|
String |
getMonitorStatus()
The status of a monitor.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The number of monitor objects that you want to return with this call.
|
void |
setMonitorStatus(String monitorStatus)
The status of a monitor.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListMonitorsRequest |
withMaxResults(Integer maxResults)
The number of monitor objects that you want to return with this call.
|
ListMonitorsRequest |
withMonitorStatus(String monitorStatus)
The status of a monitor.
|
ListMonitorsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
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)
The token for the next set of results. You receive this token from a previous call.
nextToken
- The token for the next set of results. You receive this token from a previous call.public String getNextToken()
The token for the next set of results. You receive this token from a previous call.
public ListMonitorsRequest withNextToken(String nextToken)
The token for the next set of results. You receive this token from a previous call.
nextToken
- The token for the next set of results. You receive this token from a previous call.public void setMaxResults(Integer maxResults)
The number of monitor objects that you want to return with this call.
maxResults
- The number of monitor objects that you want to return with this call.public Integer getMaxResults()
The number of monitor objects that you want to return with this call.
public ListMonitorsRequest withMaxResults(Integer maxResults)
The number of monitor objects that you want to return with this call.
maxResults
- The number of monitor objects that you want to return with this call.public void setMonitorStatus(String monitorStatus)
The status of a monitor. This includes the status of the data processing for the monitor and the status of the monitor itself.
For information about the statuses for a monitor, see Monitor.
monitorStatus
- The status of a monitor. This includes the status of the data processing for the monitor and the status of
the monitor itself.
For information about the statuses for a monitor, see Monitor.
public String getMonitorStatus()
The status of a monitor. This includes the status of the data processing for the monitor and the status of the monitor itself.
For information about the statuses for a monitor, see Monitor.
For information about the statuses for a monitor, see Monitor.
public ListMonitorsRequest withMonitorStatus(String monitorStatus)
The status of a monitor. This includes the status of the data processing for the monitor and the status of the monitor itself.
For information about the statuses for a monitor, see Monitor.
monitorStatus
- The status of a monitor. This includes the status of the data processing for the monitor and the status of
the monitor itself.
For information about the statuses for a monitor, see Monitor.
public String toString()
toString
in class Object
Object.toString()
public ListMonitorsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()