* The number of failed entries. *
*/ private Integer failedEntryCount; /** ** The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the * event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry. *
*/ private java.util.List* The number of failed entries. *
* * @param failedEntryCount * The number of failed entries. */ public void setFailedEntryCount(Integer failedEntryCount) { this.failedEntryCount = failedEntryCount; } /** ** The number of failed entries. *
* * @return The number of failed entries. */ public Integer getFailedEntryCount() { return this.failedEntryCount; } /** ** The number of failed entries. *
* * @param failedEntryCount * The number of failed entries. * @return Returns a reference to this object so that method calls can be chained together. */ public PutEventsResult withFailedEntryCount(Integer failedEntryCount) { setFailedEntryCount(failedEntryCount); return this; } /** ** The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the * event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry. *
* * @return The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry * has the event ID in it. Otherwise, you can use the error code and error message to identify the problem * with the entry. */ public java.util.List* The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the * event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry. *
* * @param entries * The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry * has the event ID in it. Otherwise, you can use the error code and error message to identify the problem * with the entry. */ public void setEntries(java.util.Collection* The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the * event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry. *
** 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 successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry * has the event ID in it. Otherwise, you can use the error code and error message to identify the problem * with the entry. * @return Returns a reference to this object so that method calls can be chained together. */ public PutEventsResult withEntries(PutEventsResultEntry... entries) { if (this.entries == null) { setEntries(new java.util.ArrayList* The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry has the * event ID in it. Otherwise, you can use the error code and error message to identify the problem with the entry. *
* * @param entries * The successfully and unsuccessfully ingested events results. If the ingestion was successful, the entry * has the event ID in it. Otherwise, you can use the error code and error message to identify the problem * with the entry. * @return Returns a reference to this object so that method calls can be chained together. */ public PutEventsResult withEntries(java.util.Collection