public class PutEvaluationsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Evaluation> |
failedEvaluations
Requests that failed because of a client or server error.
|
Constructor and Description |
---|
PutEvaluationsResult() |
Modifier and Type | Method and Description |
---|---|
PutEvaluationsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<Evaluation> |
getFailedEvaluations()
Requests that failed because of a client or server error.
|
int |
hashCode() |
void |
setFailedEvaluations(java.util.Collection<Evaluation> failedEvaluations)
Requests that failed because of a client or server error.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutEvaluationsResult |
withFailedEvaluations(java.util.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.
|
private SdkInternalList<Evaluation> failedEvaluations
Requests that failed because of a client or server error.
public java.util.List<Evaluation> getFailedEvaluations()
Requests that failed because of a client or server error.
public void setFailedEvaluations(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PutEvaluationsResult clone()
clone
in class java.lang.Object