@Generated(value="software.amazon.awssdk:codegen") public final class ListMonitorsRequest extends InternetMonitorRequest implements ToCopyableBuilder<ListMonitorsRequest.Builder,ListMonitorsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMonitorsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMonitorsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of monitor objects that you want to return with this call.
|
String |
monitorStatus()
The status of a monitor.
|
String |
nextToken()
The token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMonitorsRequest.Builder> |
serializableBuilderClass() |
ListMonitorsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The token for the next set of results. You receive this token from a previous call.
public final Integer maxResults()
The number of monitor objects that you want to return with this call.
public final 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.
For information about the statuses for a monitor, see Monitor.
public ListMonitorsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMonitorsRequest.Builder,ListMonitorsRequest>toBuilder in class InternetMonitorRequestpublic static ListMonitorsRequest.Builder builder()
public static Class<? extends ListMonitorsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.