@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 |
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 String endpointName()
Name of a specific endpoint to fetch schedules for.
public 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 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 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 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 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 Integer maxResults()
The maximum number of jobs to return in the response. The default value is 10.
public String nameContains()
Filter for monitoring schedules whose name contains a specified string.
public Instant creationTimeBefore()
A filter that returns only monitoring schedules created before a specified time.
public Instant creationTimeAfter()
A filter that returns only monitoring schedules created after a specified time.
public Instant lastModifiedTimeBefore()
A filter that returns only monitoring schedules modified before a specified time.
public Instant lastModifiedTimeAfter()
A filter that returns only monitoring schedules modified after a specified time.
public 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 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 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 int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.