@Generated(value="software.amazon.awssdk:codegen") public final class ListMonitoringSchedulesRequest extends SageMakerRequest implements ToCopyableBuilder<ListMonitoringSchedulesRequest.Builder,ListMonitoringSchedulesRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
ListMonitoringSchedulesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static ListMonitoringSchedulesRequest.Builder |
builder() |
Instant |
creationTimeAfter()
A filter that returns only monitoring schedules created after a specified time.
|
Instant |
creationTimeBefore()
A filter that returns only monitoring schedules created before a specified time.
|
String |
endpointName()
Name of a specific endpoint to fetch schedules for.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTimeAfter()
A filter that returns only monitoring schedules modified after a specified time.
|
Instant |
lastModifiedTimeBefore()
A filter that returns only monitoring schedules modified before a specified time.
|
Integer |
maxResults()
The maximum number of jobs to return in the response.
|
String |
monitoringJobDefinitionName()
Gets a list of the monitoring schedules for the specified monitoring job definition.
|
MonitoringType |
monitoringTypeEquals()
A filter that returns only the monitoring schedules for the specified monitoring type.
|
String |
monitoringTypeEqualsAsString()
A filter that returns only the monitoring schedules for the specified monitoring type.
|
String |
nameContains()
Filter for monitoring schedules whose name contains a specified string.
|
String |
nextToken()
The token returned if the response is truncated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListMonitoringSchedulesRequest.Builder> |
serializableBuilderClass() |
MonitoringScheduleSortKey |
sortBy()
Whether to sort results by
Status , CreationTime , ScheduledTime field. |
String |
sortByAsString()
Whether to sort results by
Status , CreationTime , ScheduledTime field. |
SortOrder |
sortOrder()
Whether to sort the results in
Ascending or Descending order. |
String |
sortOrderAsString()
Whether to sort the results in
Ascending or Descending order. |
ScheduleStatus |
statusEquals()
A filter that returns only monitoring schedules modified before a specified time.
|
String |
statusEqualsAsString()
A filter that returns only monitoring schedules modified before a specified time.
|
ListMonitoringSchedulesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String endpointName()
Name of a specific endpoint to fetch schedules for.
public final MonitoringScheduleSortKey sortBy()
Whether to sort results by Status
, CreationTime
, ScheduledTime
field. The
default is CreationTime
.
If the service returns an enum value that is not available in the current SDK version, sortBy
will
return MonitoringScheduleSortKey.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from sortByAsString()
.
Status
, CreationTime
, ScheduledTime
field. The default is CreationTime
.MonitoringScheduleSortKey
public final String sortByAsString()
Whether to sort results by Status
, CreationTime
, ScheduledTime
field. The
default is CreationTime
.
If the service returns an enum value that is not available in the current SDK version, sortBy
will
return MonitoringScheduleSortKey.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from sortByAsString()
.
Status
, CreationTime
, ScheduledTime
field. The default is CreationTime
.MonitoringScheduleSortKey
public final SortOrder sortOrder()
Whether to sort the results in Ascending
or Descending
order. 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
order. The default is
Descending
.SortOrder
public final String sortOrderAsString()
Whether to sort the results in Ascending
or Descending
order. 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
order. The default is
Descending
.SortOrder
public final String nextToken()
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
public final Integer maxResults()
The maximum number of jobs to return in the response. The default value is 10.
public final String nameContains()
Filter for monitoring schedules whose name contains a specified string.
public final Instant creationTimeBefore()
A filter that returns only monitoring schedules created before a specified time.
public final Instant creationTimeAfter()
A filter that returns only monitoring schedules created after a specified time.
public final Instant lastModifiedTimeBefore()
A filter that returns only monitoring schedules modified before a specified time.
public final Instant lastModifiedTimeAfter()
A filter that returns only monitoring schedules modified after a specified time.
public final ScheduleStatus statusEquals()
A filter that returns only monitoring schedules modified before a specified time.
If the service returns an enum value that is not available in the current SDK version, statusEquals
will
return ScheduleStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusEqualsAsString()
.
ScheduleStatus
public final String statusEqualsAsString()
A filter that returns only monitoring schedules modified before a specified time.
If the service returns an enum value that is not available in the current SDK version, statusEquals
will
return ScheduleStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
statusEqualsAsString()
.
ScheduleStatus
public final String monitoringJobDefinitionName()
Gets a list of the monitoring schedules for the specified monitoring job definition.
public final MonitoringType monitoringTypeEquals()
A filter that returns only the monitoring schedules for the specified monitoring type.
If the service returns an enum value that is not available in the current SDK version,
monitoringTypeEquals
will return MonitoringType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from monitoringTypeEqualsAsString()
.
MonitoringType
public final String monitoringTypeEqualsAsString()
A filter that returns only the monitoring schedules for the specified monitoring type.
If the service returns an enum value that is not available in the current SDK version,
monitoringTypeEquals
will return MonitoringType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from monitoringTypeEqualsAsString()
.
MonitoringType
public ListMonitoringSchedulesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ListMonitoringSchedulesRequest.Builder,ListMonitoringSchedulesRequest>
toBuilder
in class SageMakerRequest
public static ListMonitoringSchedulesRequest.Builder builder()
public static Class<? extends ListMonitoringSchedulesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.