@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutProjectEventsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutProjectEventsResult() |
Modifier and Type | Method and Description |
---|---|
PutProjectEventsResult |
clone() |
boolean |
equals(Object obj) |
List<PutProjectEventsResultEntry> |
getEventResults()
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
Integer |
getFailedEventCount()
The number of events in the operation that could not be used by Evidently.
|
int |
hashCode() |
void |
setEventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
void |
setFailedEventCount(Integer failedEventCount)
The number of events in the operation that could not be used by Evidently.
|
String |
toString()
Returns a string representation of this object.
|
PutProjectEventsResult |
withEventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
PutProjectEventsResult |
withEventResults(PutProjectEventsResultEntry... eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
|
PutProjectEventsResult |
withFailedEventCount(Integer failedEventCount)
The number of events in the operation that could not be used by Evidently.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PutProjectEventsResultEntry> getEventResults()
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
public void setEventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
eventResults
- A structure that contains Evidently's response to the sent events, including an event ID and error codes,
if any.public PutProjectEventsResult withEventResults(PutProjectEventsResultEntry... eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
NOTE: This method appends the values to the existing list (if any). Use
setEventResults(java.util.Collection)
or withEventResults(java.util.Collection)
if you want to
override the existing values.
eventResults
- A structure that contains Evidently's response to the sent events, including an event ID and error codes,
if any.public PutProjectEventsResult withEventResults(Collection<PutProjectEventsResultEntry> eventResults)
A structure that contains Evidently's response to the sent events, including an event ID and error codes, if any.
eventResults
- A structure that contains Evidently's response to the sent events, including an event ID and error codes,
if any.public void setFailedEventCount(Integer failedEventCount)
The number of events in the operation that could not be used by Evidently.
failedEventCount
- The number of events in the operation that could not be used by Evidently.public Integer getFailedEventCount()
The number of events in the operation that could not be used by Evidently.
public PutProjectEventsResult withFailedEventCount(Integer failedEventCount)
The number of events in the operation that could not be used by Evidently.
failedEventCount
- The number of events in the operation that could not be used by Evidently.public String toString()
toString
in class Object
Object.toString()
public PutProjectEventsResult clone()