StructuredPojo
, ToCopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>
@Generated("software.amazon.awssdk:codegen") public class PutTargetsResultEntry extends Object implements StructuredPojo, ToCopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>
Represents a target that failed to be added to a rule.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutTargetsResultEntry.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PutTargetsResultEntry.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
errorCode() |
The error code that indicates why the target addition failed.
|
String |
errorMessage() |
The error message that explains why the target addition failed.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends PutTargetsResultEntry.Builder> |
serializableBuilderClass() |
|
String |
targetId() |
The ID of the target.
|
PutTargetsResultEntry.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String targetId()
The ID of the target.
public 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.
ConcurrentModificationException
, too many requests were made at the same time.public String errorMessage()
The error message that explains why the target addition failed.
public PutTargetsResultEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutTargetsResultEntry.Builder,PutTargetsResultEntry>
public static PutTargetsResultEntry.Builder builder()
public static Class<? extends PutTargetsResultEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.