@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEventLabelRequest extends FraudDetectorRequest implements ToCopyableBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEventLabelRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assignedLabel()
The new label to assign to the event.
|
static UpdateEventLabelRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventId()
The ID of the event associated with the label to update.
|
String |
eventTypeName()
The event type of the event associated with the label to update.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
labelTimestamp()
The timestamp associated with the label.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEventLabelRequest.Builder> |
serializableBuilderClass() |
UpdateEventLabelRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventId()
The ID of the event associated with the label to update.
public final String eventTypeName()
The event type of the event associated with the label to update.
public final String assignedLabel()
The new label to assign to the event.
public final String labelTimestamp()
The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.
public UpdateEventLabelRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>toBuilder in class FraudDetectorRequestpublic static UpdateEventLabelRequest.Builder builder()
public static Class<? extends UpdateEventLabelRequest.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.