Class PutEventsResultEntry
- java.lang.Object
-
- software.amazon.awssdk.services.cloudwatchevents.model.PutEventsResultEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PutEventsResultEntry.Builder,PutEventsResultEntry>
@Generated("software.amazon.awssdk:codegen") public final class PutEventsResultEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PutEventsResultEntry.Builder,PutEventsResultEntry>
Represents an event that failed to be submitted.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutEventsResultEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutEventsResultEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The error code that indicates why the event submission failed.StringerrorMessage()The error message that explains why the event submission failed.StringeventId()The ID of the event.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PutEventsResultEntry.Builder>serializableBuilderClass()PutEventsResultEntry.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
-
eventId
public final String eventId()
The ID of the event.
- Returns:
- The ID of the event.
-
errorCode
public final String errorCode()
The error code that indicates why the event submission failed.
- Returns:
- The error code that indicates why the event submission failed.
-
errorMessage
public final String errorMessage()
The error message that explains why the event submission failed.
- Returns:
- The error message that explains why the event submission failed.
-
toBuilder
public PutEventsResultEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutEventsResultEntry.Builder,PutEventsResultEntry>
-
builder
public static PutEventsResultEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutEventsResultEntry.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
-
-