Class UpdateEventLabelRequest
- 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.UpdateEventLabelRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateEventLabelRequest extends FraudDetectorRequest implements ToCopyableBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateEventLabelRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassignedLabel()The new label to assign to the event.static UpdateEventLabelRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringeventId()The ID of the event associated with the label to update.StringeventTypeName()The event type of the event associated with the label to update.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlabelTimestamp()The timestamp associated with the label.List<SdkField<?>>sdkFields()static Class<? extends UpdateEventLabelRequest.Builder>serializableBuilderClass()UpdateEventLabelRequest.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 String eventId()
The ID of the event associated with the label to update.
- Returns:
- The ID of the event associated with the label to update.
-
eventTypeName
public final String eventTypeName()
The event type of the event associated with the label to update.
- Returns:
- The event type of the event associated with the label to update.
-
assignedLabel
public final String assignedLabel()
The new label to assign to the event.
- Returns:
- The new label to assign to the event.
-
labelTimestamp
public final String labelTimestamp()
The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.
- Returns:
- The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.
-
toBuilder
public UpdateEventLabelRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>- Specified by:
toBuilderin classFraudDetectorRequest
-
builder
public static UpdateEventLabelRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateEventLabelRequest.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
-
-