public class PutEvaluationsResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PutEvaluationsResult() |
Modifier and Type | Method and Description |
---|---|
PutEvaluationsResult |
clone() |
boolean |
equals(Object obj) |
List<Evaluation> |
getFailedEvaluations()
Requests that failed because of a client or server error.
|
int |
hashCode() |
void |
setFailedEvaluations(Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutEvaluationsResult |
withFailedEvaluations(Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
|
PutEvaluationsResult |
withFailedEvaluations(Evaluation... failedEvaluations)
Requests that failed because of a client or server error.
|
public List<Evaluation> getFailedEvaluations()
Requests that failed because of a client or server error.
public void setFailedEvaluations(Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
failedEvaluations
- Requests that failed because of a client or server error.public PutEvaluationsResult withFailedEvaluations(Evaluation... failedEvaluations)
Requests that failed because of a client or server error.
NOTE: This method appends the values to the existing list (if
any). Use setFailedEvaluations(java.util.Collection)
or
withFailedEvaluations(java.util.Collection)
if you want to
override the existing values.
failedEvaluations
- Requests that failed because of a client or server error.public PutEvaluationsResult withFailedEvaluations(Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
failedEvaluations
- Requests that failed because of a client or server error.public String toString()
toString
in class Object
Object.toString()
public PutEvaluationsResult clone()
Copyright © 2018. All rights reserved.