Class PutProjectEventsResultEntry
- java.lang.Object
-
- software.amazon.awssdk.services.evidently.model.PutProjectEventsResultEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutProjectEventsResultEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutProjectEventsResultEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()If thePutProjectEventsoperation has an error, the error code is returned here.StringerrorMessage()If thePutProjectEventsoperation has an error, the error message is returned here.StringeventId()A unique ID assigned to thisPutProjectEventsoperation.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PutProjectEventsResultEntry.Builder>serializableBuilderClass()PutProjectEventsResultEntry.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
errorCode
public final String errorCode()
If the
PutProjectEventsoperation has an error, the error code is returned here.- Returns:
- If the
PutProjectEventsoperation has an error, the error code is returned here.
-
errorMessage
public final String errorMessage()
If the
PutProjectEventsoperation has an error, the error message is returned here.- Returns:
- If the
PutProjectEventsoperation has an error, the error message is returned here.
-
eventId
public final String eventId()
A unique ID assigned to this
PutProjectEventsoperation.- Returns:
- A unique ID assigned to this
PutProjectEventsoperation.
-
toBuilder
public PutProjectEventsResultEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutProjectEventsResultEntry.Builder,PutProjectEventsResultEntry>
-
builder
public static PutProjectEventsResultEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutProjectEventsResultEntry.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-