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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe error code that indicates why the target addition failed.final StringThe error message that explains why the target addition failed.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends PutTargetsResultEntry.Builder>final StringtargetId()The ID of the target.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
targetId
The ID of the target.
- Returns:
- The ID of the target.
-
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
The error message that explains why the target addition failed.
- Returns:
- The error message that explains why the target addition failed.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-