Class PutTargetsResultEntry
- java.lang.Object
-
- software.amazon.awssdk.services.eventbridge.model.PutTargetsResultEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>
@Generated("software.amazon.awssdk:codegen") public final class PutTargetsResultEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>
Represents a target that failed to be added to a rule.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePutTargetsResultEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PutTargetsResultEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringerrorCode()The error code that indicates why the target addition failed.StringerrorMessage()The error message that explains why the target addition failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends PutTargetsResultEntry.Builder>serializableBuilderClass()StringtargetId()The ID of the target.PutTargetsResultEntry.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
-
targetId
public final String targetId()
The ID of the target.
- Returns:
- The ID of the target.
-
errorCode
public final String errorCode()
The error code that indicates why the target addition failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.- Returns:
- The error code that indicates why the target addition failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.
-
errorMessage
public final String errorMessage()
The error message that explains why the target addition failed.
- Returns:
- The error message that explains why the target addition failed.
-
toBuilder
public PutTargetsResultEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>
-
builder
public static PutTargetsResultEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutTargetsResultEntry.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.
-
-