@Generated(value="software.amazon.awssdk:codegen") public final class ListEventPredictionsRequest extends FraudDetectorRequest implements ToCopyableBuilder<ListEventPredictionsRequest.Builder,ListEventPredictionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListEventPredictionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListEventPredictionsRequest.Builder |
builder() |
FilterCondition |
detectorId()
The detector ID.
|
FilterCondition |
detectorVersionId()
The detector version ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FilterCondition |
eventId()
The event ID.
|
FilterCondition |
eventType()
The event type associated with the detector.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of predictions to return for the request.
|
String |
nextToken()
Identifies the next page of results to return.
|
PredictionTimeRange |
predictionTimeRange()
The time period for when the predictions were generated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListEventPredictionsRequest.Builder> |
serializableBuilderClass() |
ListEventPredictionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FilterCondition eventId()
The event ID.
public final FilterCondition eventType()
The event type associated with the detector.
public final FilterCondition detectorId()
The detector ID.
public final FilterCondition detectorVersionId()
The detector version ID.
public final PredictionTimeRange predictionTimeRange()
The time period for when the predictions were generated.
public final String nextToken()
Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
public final Integer maxResults()
The maximum number of predictions to return for the request.
public ListEventPredictionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListEventPredictionsRequest.Builder,ListEventPredictionsRequest>toBuilder in class FraudDetectorRequestpublic static ListEventPredictionsRequest.Builder builder()
public static Class<? extends ListEventPredictionsRequest.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.