Class PutEvaluationsResult
java.lang.Object
com.amazonaws.services.config.model.PutEvaluationsResult
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanRequests that failed because of a client or server error.inthashCode()voidsetFailedEvaluations(Collection<Evaluation> failedEvaluations) Requests that failed because of a client or server error.toString()Returns a string representation of this object; useful for testing and debugging.withFailedEvaluations(Evaluation... failedEvaluations) Requests that failed because of a client or server error.withFailedEvaluations(Collection<Evaluation> failedEvaluations) Requests that failed because of a client or server error.
-
Constructor Details
-
PutEvaluationsResult
public PutEvaluationsResult()
-
-
Method Details
-
getFailedEvaluations
Requests that failed because of a client or server error.
- Returns:
- Requests that failed because of a client or server error.
-
setFailedEvaluations
Requests that failed because of a client or server error.
- Parameters:
failedEvaluations- Requests that failed because of a client or server error.
-
withFailedEvaluations
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)orwithFailedEvaluations(java.util.Collection)if you want to override the existing values.- Parameters:
failedEvaluations- Requests that failed because of a client or server error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFailedEvaluations
Requests that failed because of a client or server error.
- Parameters:
failedEvaluations- Requests that failed because of a client or server error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-