@Generated(value="software.amazon.awssdk:codegen") public final class ListMonitoringAlertsRequest extends SageMakerRequest implements ToCopyableBuilder<ListMonitoringAlertsRequest.Builder,ListMonitoringAlertsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMonitoringAlertsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMonitoringAlertsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to display.
|
String |
monitoringScheduleName()
The name of a monitoring schedule.
|
String |
nextToken()
If the result of the previous
ListMonitoringAlerts request was truncated, the response includes a
NextToken. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMonitoringAlertsRequest.Builder> |
serializableBuilderClass() |
ListMonitoringAlertsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String monitoringScheduleName()
The name of a monitoring schedule.
public final 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.
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 final Integer maxResults()
The maximum number of results to display. The default is 100.
public ListMonitoringAlertsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMonitoringAlertsRequest.Builder,ListMonitoringAlertsRequest>toBuilder in class SageMakerRequestpublic static ListMonitoringAlertsRequest.Builder builder()
public static Class<? extends ListMonitoringAlertsRequest.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 © 2022. All rights reserved.