@Generated(value="software.amazon.awssdk:codegen") public final class ListInferenceEventsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListInferenceEventsRequest.Builder,ListInferenceEventsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListInferenceEventsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListInferenceEventsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inferenceSchedulerName()
The name of the inference scheduler for the inference events listed.
|
Instant |
intervalEndTime()
Returns all the inference events with an end start time equal to or greater than less than the end time given
|
Instant |
intervalStartTime()
Lookout for Equipment will return all the inference events with an end time equal to or greater than the start
time given.
|
Integer |
maxResults()
Specifies the maximum number of inference events to list.
|
String |
nextToken()
An opaque pagination token indicating where to continue the listing of inference events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListInferenceEventsRequest.Builder> |
serializableBuilderClass() |
ListInferenceEventsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
An opaque pagination token indicating where to continue the listing of inference events.
public final Integer maxResults()
Specifies the maximum number of inference events to list.
public final String inferenceSchedulerName()
The name of the inference scheduler for the inference events listed.
public final Instant intervalStartTime()
Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
public final Instant intervalEndTime()
Returns all the inference events with an end start time equal to or greater than less than the end time given
public ListInferenceEventsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListInferenceEventsRequest.Builder,ListInferenceEventsRequest>toBuilder in class LookoutEquipmentRequestpublic static ListInferenceEventsRequest.Builder builder()
public static Class<? extends ListInferenceEventsRequest.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.