@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutPartnerEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutPartnerEventsResult() |
Modifier and Type | Method and Description |
---|---|
PutPartnerEventsResult |
clone() |
boolean |
equals(Object obj) |
List<PutPartnerEventsResultEntry> |
getEntries()
The list of events from this operation that were successfully written to the partner event bus.
|
Integer |
getFailedEntryCount()
The number of events from this operation that could not be written to the partner event bus.
|
int |
hashCode() |
void |
setEntries(Collection<PutPartnerEventsResultEntry> entries)
The list of events from this operation that were successfully written to the partner event bus.
|
void |
setFailedEntryCount(Integer failedEntryCount)
The number of events from this operation that could not be written to the partner event bus.
|
String |
toString()
Returns a string representation of this object.
|
PutPartnerEventsResult |
withEntries(Collection<PutPartnerEventsResultEntry> entries)
The list of events from this operation that were successfully written to the partner event bus.
|
PutPartnerEventsResult |
withEntries(PutPartnerEventsResultEntry... entries)
The list of events from this operation that were successfully written to the partner event bus.
|
PutPartnerEventsResult |
withFailedEntryCount(Integer failedEntryCount)
The number of events from this operation that could not be written to the partner event bus.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setFailedEntryCount(Integer failedEntryCount)
The number of events from this operation that could not be written to the partner event bus.
failedEntryCount
- The number of events from this operation that could not be written to the partner event bus.public Integer getFailedEntryCount()
The number of events from this operation that could not be written to the partner event bus.
public PutPartnerEventsResult withFailedEntryCount(Integer failedEntryCount)
The number of events from this operation that could not be written to the partner event bus.
failedEntryCount
- The number of events from this operation that could not be written to the partner event bus.public List<PutPartnerEventsResultEntry> getEntries()
The list of events from this operation that were successfully written to the partner event bus.
public void setEntries(Collection<PutPartnerEventsResultEntry> entries)
The list of events from this operation that were successfully written to the partner event bus.
entries
- The list of events from this operation that were successfully written to the partner event bus.public PutPartnerEventsResult withEntries(PutPartnerEventsResultEntry... entries)
The list of events from this operation that were successfully written to the partner event bus.
NOTE: This method appends the values to the existing list (if any). Use
setEntries(java.util.Collection)
or withEntries(java.util.Collection)
if you want to override
the existing values.
entries
- The list of events from this operation that were successfully written to the partner event bus.public PutPartnerEventsResult withEntries(Collection<PutPartnerEventsResultEntry> entries)
The list of events from this operation that were successfully written to the partner event bus.
entries
- The list of events from this operation that were successfully written to the partner event bus.public String toString()
toString
in class Object
Object.toString()
public PutPartnerEventsResult clone()