@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 results for each event entry the partner submitted in this request.
|
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 results for each event entry the partner submitted in this request.
|
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 results for each event entry the partner submitted in this request.
|
PutPartnerEventsResult |
withEntries(PutPartnerEventsResultEntry... entries)
The results for each event entry the partner submitted in this request.
|
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 results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.
For each record, the index of the response element is the same as the index in the request array.
For each record, the index of the response element is the same as the index in the request array.
public void setEntries(Collection<PutPartnerEventsResultEntry> entries)
The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.
For each record, the index of the response element is the same as the index in the request array.
entries
- The results for each event entry the partner submitted in this request. If the event was successfully
submitted, 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.
For each record, the index of the response element is the same as the index in the request array.
public PutPartnerEventsResult withEntries(PutPartnerEventsResultEntry... entries)
The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.
For each record, the index of the response element is the same as the index in the request array.
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 results for each event entry the partner submitted in this request. If the event was successfully
submitted, 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.
For each record, the index of the response element is the same as the index in the request array.
public PutPartnerEventsResult withEntries(Collection<PutPartnerEventsResultEntry> entries)
The results for each event entry the partner submitted in this request. If the event was successfully submitted, 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.
For each record, the index of the response element is the same as the index in the request array.
entries
- The results for each event entry the partner submitted in this request. If the event was successfully
submitted, 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.
For each record, the index of the response element is the same as the index in the request array.
public String toString()
toString
in class Object
Object.toString()
public PutPartnerEventsResult clone()