@Generated(value="software.amazon.awssdk:codegen") public final class ListMonitoringAlertHistoryRequest extends SageMakerRequest implements ToCopyableBuilder<ListMonitoringAlertHistoryRequest.Builder,ListMonitoringAlertHistoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMonitoringAlertHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListMonitoringAlertHistoryRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only alerts created on or after the specified time.
|
Instant |
creationTimeBefore()
A filter that returns only alerts created on or before the specified time.
|
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 |
monitoringAlertName()
The name of a monitoring alert.
|
String |
monitoringScheduleName()
The name of a monitoring schedule.
|
String |
nextToken()
If the result of the previous
ListMonitoringAlertHistory request was truncated, the response
includes a NextToken. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMonitoringAlertHistoryRequest.Builder> |
serializableBuilderClass() |
MonitoringAlertHistorySortKey |
sortBy()
The field used to sort results.
|
String |
sortByAsString()
The field used to sort results.
|
SortOrder |
sortOrder()
The sort order, whether
Ascending or Descending, of the alert history. |
String |
sortOrderAsString()
The sort order, whether
Ascending or Descending, of the alert history. |
MonitoringAlertStatus |
statusEquals()
A filter that retrieves only alerts with a specific status.
|
String |
statusEqualsAsString()
A filter that retrieves only alerts with a specific status.
|
ListMonitoringAlertHistoryRequest.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 monitoringAlertName()
The name of a monitoring alert.
public final MonitoringAlertHistorySortKey sortBy()
The field used to sort results. The default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return MonitoringAlertHistorySortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
CreationTime.MonitoringAlertHistorySortKeypublic final String sortByAsString()
The field used to sort results. The default is CreationTime.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return MonitoringAlertHistorySortKey.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from sortByAsString().
CreationTime.MonitoringAlertHistorySortKeypublic final SortOrder sortOrder()
The sort order, whether Ascending or Descending, of the alert history. The default is
Descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending or Descending, of the alert history. The
default is Descending.SortOrderpublic final String sortOrderAsString()
The sort order, whether Ascending or Descending, of the alert history. The default is
Descending.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
Ascending or Descending, of the alert history. The
default is Descending.SortOrderpublic final String nextToken()
If the result of the previous ListMonitoringAlertHistory 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.
ListMonitoringAlertHistory 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 final Instant creationTimeBefore()
A filter that returns only alerts created on or before the specified time.
public final Instant creationTimeAfter()
A filter that returns only alerts created on or after the specified time.
public final MonitoringAlertStatus statusEquals()
A filter that retrieves only alerts with a specific status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return MonitoringAlertStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
MonitoringAlertStatuspublic final String statusEqualsAsString()
A filter that retrieves only alerts with a specific status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return MonitoringAlertStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
MonitoringAlertStatuspublic ListMonitoringAlertHistoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListMonitoringAlertHistoryRequest.Builder,ListMonitoringAlertHistoryRequest>toBuilder in class SageMakerRequestpublic static ListMonitoringAlertHistoryRequest.Builder builder()
public static Class<? extends ListMonitoringAlertHistoryRequest.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.