@Generated(value="software.amazon.awssdk:codegen") public final class PutProjectEventsResultEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutProjectEventsResultEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutProjectEventsResultEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorCode()
If the
PutProjectEvents operation has an error, the error code is returned here. |
String |
errorMessage()
If the
PutProjectEvents operation has an error, the error message is returned here. |
String |
eventId()
A unique ID assigned to this
PutProjectEvents operation. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutProjectEventsResultEntry.Builder> |
serializableBuilderClass() |
PutProjectEventsResultEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorCode()
If the PutProjectEvents operation has an error, the error code is returned here.
PutProjectEvents operation has an error, the error code is returned here.public final String errorMessage()
If the PutProjectEvents operation has an error, the error message is returned here.
PutProjectEvents operation has an error, the error message is returned here.public final String eventId()
A unique ID assigned to this PutProjectEvents operation.
PutProjectEvents operation.public PutProjectEventsResultEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>public static PutProjectEventsResultEntry.Builder builder()
public static Class<? extends PutProjectEventsResultEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.