Class PutPartnerEventsResultEntry
- java.lang.Object
-
- software.amazon.awssdk.services.eventbridge.model.PutPartnerEventsResultEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PutPartnerEventsResultEntry.Builder,PutPartnerEventsResultEntry>
@Generated("software.amazon.awssdk:codegen") public final class PutPartnerEventsResultEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PutPartnerEventsResultEntry.Builder,PutPartnerEventsResultEntry>
The result of an event entry the partner submitted in this request. If the event was successfully submitted, the entry has the event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutPartnerEventsResultEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutPartnerEventsResultEntry.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()List<SdkField<?>>sdkFields()static Class<? extends PutPartnerEventsResultEntry.Builder>serializableBuilderClass()PutPartnerEventsResultEntry.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 PutPartnerEventsResultEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutPartnerEventsResultEntry.Builder,PutPartnerEventsResultEntry>
-
builder
public static PutPartnerEventsResultEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutPartnerEventsResultEntry.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.
-
-