* The number of events from this operation that could not be written to the partner event bus. *
*/ private Integer failedEntryCount; /** ** The list of events from this operation that were successfully written to the partner event bus. *
*/ private java.util.List* The number of events from this operation that could not be written to the partner event bus. *
* * @param failedEntryCount * The number of events from this operation that could not be written to the partner event bus. */ public void setFailedEntryCount(Integer failedEntryCount) { this.failedEntryCount = failedEntryCount; } /** ** The number of events from this operation that could not be written to the partner event bus. *
* * @return The number of events from this operation that could not be written to the partner event bus. */ public Integer getFailedEntryCount() { return this.failedEntryCount; } /** ** The number of events from this operation that could not be written to the partner event bus. *
* * @param failedEntryCount * The number of events from this operation that could not be written to the partner event bus. * @return Returns a reference to this object so that method calls can be chained together. */ public PutPartnerEventsResult withFailedEntryCount(Integer failedEntryCount) { setFailedEntryCount(failedEntryCount); return this; } /** ** The list of events from this operation that were successfully written to the partner event bus. *
* * @return The list of events from this operation that were successfully written to the partner event bus. */ public java.util.List* The list of events from this operation that were successfully written to the partner event bus. *
* * @param entries * The list of events from this operation that were successfully written to the partner event bus. */ public void setEntries(java.util.Collection* 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 * {@link #setEntries(java.util.Collection)} or {@link #withEntries(java.util.Collection)} if you want to override * the existing values. *
* * @param entries * The list of events from this operation that were successfully written to the partner event bus. * @return Returns a reference to this object so that method calls can be chained together. */ public PutPartnerEventsResult withEntries(PutPartnerEventsResultEntry... entries) { if (this.entries == null) { setEntries(new java.util.ArrayList* The list of events from this operation that were successfully written to the partner event bus. *
* * @param entries * The list of events from this operation that were successfully written to the partner event bus. * @return Returns a reference to this object so that method calls can be chained together. */ public PutPartnerEventsResult withEntries(java.util.Collection