Class ListEventPredictionsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest
-
- software.amazon.awssdk.services.frauddetector.model.ListEventPredictionsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEventPredictionsRequest.Builder,ListEventPredictionsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEventPredictionsRequest extends FraudDetectorRequest implements ToCopyableBuilder<ListEventPredictionsRequest.Builder,ListEventPredictionsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEventPredictionsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEventPredictionsRequest.Builderbuilder()FilterConditiondetectorId()The detector ID.FilterConditiondetectorVersionId()The detector version ID.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FilterConditioneventId()The event ID.FilterConditioneventType()The event type associated with the detector.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of predictions to return for the request.StringnextToken()Identifies the next page of results to return.PredictionTimeRangepredictionTimeRange()The time period for when the predictions were generated.List<SdkField<?>>sdkFields()static Class<? extends ListEventPredictionsRequest.Builder>serializableBuilderClass()ListEventPredictionsRequest.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
-
eventId
public final FilterCondition eventId()
The event ID.
- Returns:
- The event ID.
-
eventType
public final FilterCondition eventType()
The event type associated with the detector.
- Returns:
- The event type associated with the detector.
-
detectorId
public final FilterCondition detectorId()
The detector ID.
- Returns:
- The detector ID.
-
detectorVersionId
public final FilterCondition detectorVersionId()
The detector version ID.
- Returns:
- The detector version ID.
-
predictionTimeRange
public final PredictionTimeRange predictionTimeRange()
The time period for when the predictions were generated.
- Returns:
- The time period for when the predictions were generated.
-
nextToken
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.
- Returns:
- 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.
-
maxResults
public final Integer maxResults()
The maximum number of predictions to return for the request.
- Returns:
- The maximum number of predictions to return for the request.
-
toBuilder
public ListEventPredictionsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEventPredictionsRequest.Builder,ListEventPredictionsRequest>- Specified by:
toBuilderin classFraudDetectorRequest
-
builder
public static ListEventPredictionsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEventPredictionsRequest.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
-
-