@Generated(value="software.amazon.awssdk:codegen") public final class GetEventPredictionMetadataRequest extends FraudDetectorRequest implements ToCopyableBuilder<GetEventPredictionMetadataRequest.Builder,GetEventPredictionMetadataRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetEventPredictionMetadataRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetEventPredictionMetadataRequest.Builder |
builder() |
String |
detectorId()
The detector ID.
|
String |
detectorVersionId()
The detector version ID.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventId()
The event ID.
|
String |
eventTypeName()
The event type associated with the detector specified for the prediction.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
predictionTimestamp()
The timestamp that defines when the prediction was generated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetEventPredictionMetadataRequest.Builder> |
serializableBuilderClass() |
GetEventPredictionMetadataRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventId()
The event ID.
public final String eventTypeName()
The event type associated with the detector specified for the prediction.
public final String detectorId()
The detector ID.
public final String detectorVersionId()
The detector version ID.
public final String predictionTimestamp()
The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.
We recommend calling
ListEventPredictions first, and using the predictionTimestamp value in the response to provide
an accurate prediction timestamp value.
We recommend calling ListEventPredictions first, and using the predictionTimestamp value in the response to
provide an accurate prediction timestamp value.
public GetEventPredictionMetadataRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetEventPredictionMetadataRequest.Builder,GetEventPredictionMetadataRequest>toBuilder in class FraudDetectorRequestpublic static GetEventPredictionMetadataRequest.Builder builder()
public static Class<? extends GetEventPredictionMetadataRequest.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.