Class ListInferenceEventsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.ListInferenceEventsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListInferenceEventsRequest.Builder,ListInferenceEventsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListInferenceEventsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListInferenceEventsRequest.Builder,ListInferenceEventsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListInferenceEventsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListInferenceEventsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinferenceSchedulerName()The name of the inference scheduler for the inference events listed.InstantintervalEndTime()Returns all the inference events with an end start time equal to or greater than less than the end time given.InstantintervalStartTime()Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.IntegermaxResults()Specifies the maximum number of inference events to list.StringnextToken()An opaque pagination token indicating where to continue the listing of inference events.List<SdkField<?>>sdkFields()static Class<? extends ListInferenceEventsRequest.Builder>serializableBuilderClass()ListInferenceEventsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
An opaque pagination token indicating where to continue the listing of inference events.
- Returns:
- An opaque pagination token indicating where to continue the listing of inference events.
-
maxResults
public final Integer maxResults()
Specifies the maximum number of inference events to list.
- Returns:
- Specifies the maximum number of inference events to list.
-
inferenceSchedulerName
public final String inferenceSchedulerName()
The name of the inference scheduler for the inference events listed.
- Returns:
- The name of the inference scheduler for the inference events listed.
-
intervalStartTime
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.
- Returns:
- Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
-
intervalEndTime
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.
- Returns:
- Returns all the inference events with an end start time equal to or greater than less than the end time given.
-
toBuilder
public ListInferenceEventsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListInferenceEventsRequest.Builder,ListInferenceEventsRequest>- Specified by:
toBuilderin classLookoutEquipmentRequest
-
builder
public static ListInferenceEventsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListInferenceEventsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-