@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchEvaluateFeatureResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchEvaluateFeatureResult() |
Modifier and Type | Method and Description |
---|---|
BatchEvaluateFeatureResult |
clone() |
boolean |
equals(Object obj) |
List<EvaluationResult> |
getResults()
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
int |
hashCode() |
void |
setResults(Collection<EvaluationResult> results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
String |
toString()
Returns a string representation of this object.
|
BatchEvaluateFeatureResult |
withResults(Collection<EvaluationResult> results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
BatchEvaluateFeatureResult |
withResults(EvaluationResult... results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one
user session.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EvaluationResult> getResults()
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
public void setResults(Collection<EvaluationResult> results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
results
- An array of structures, where each structure displays the results of one feature evaluation assignment to
one user session.public BatchEvaluateFeatureResult withResults(EvaluationResult... results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection)
or withResults(java.util.Collection)
if you want to override
the existing values.
results
- An array of structures, where each structure displays the results of one feature evaluation assignment to
one user session.public BatchEvaluateFeatureResult withResults(Collection<EvaluationResult> results)
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
results
- An array of structures, where each structure displays the results of one feature evaluation assignment to
one user session.public String toString()
toString
in class Object
Object.toString()
public BatchEvaluateFeatureResult clone()