@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContactEvaluationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListContactEvaluationsResult() |
Modifier and Type | Method and Description |
---|---|
ListContactEvaluationsResult |
clone() |
boolean |
equals(Object obj) |
List<EvaluationSummary> |
getEvaluationSummaryList()
Provides details about a list of contact evaluations belonging to an instance.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setEvaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListContactEvaluationsResult |
withEvaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
ListContactEvaluationsResult |
withEvaluationSummaryList(EvaluationSummary... evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
|
ListContactEvaluationsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EvaluationSummary> getEvaluationSummaryList()
Provides details about a list of contact evaluations belonging to an instance.
public void setEvaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
evaluationSummaryList
- Provides details about a list of contact evaluations belonging to an instance.public ListContactEvaluationsResult withEvaluationSummaryList(EvaluationSummary... evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
NOTE: This method appends the values to the existing list (if any). Use
setEvaluationSummaryList(java.util.Collection)
or
withEvaluationSummaryList(java.util.Collection)
if you want to override the existing values.
evaluationSummaryList
- Provides details about a list of contact evaluations belonging to an instance.public ListContactEvaluationsResult withEvaluationSummaryList(Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
evaluationSummaryList
- Provides details about a list of contact evaluations belonging to an instance.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
nextToken
- If there are additional results, this is the token for the next set of results. This is always returned as null in the response.
public String getNextToken()
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
This is always returned as null in the response.
public ListContactEvaluationsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
nextToken
- If there are additional results, this is the token for the next set of results. This is always returned as null in the response.
public String toString()
toString
in class Object
Object.toString()
public ListContactEvaluationsResult clone()