public class ListContactEvaluationsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListContactEvaluationsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<EvaluationSummary> |
getEvaluationSummaryList()
Provides details about a list of contact evaluations belonging to an
instance.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
int |
hashCode() |
void |
setEvaluationSummaryList(java.util.Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an
instance.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListContactEvaluationsResult |
withEvaluationSummaryList(java.util.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(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
public java.util.List<EvaluationSummary> getEvaluationSummaryList()
Provides details about a list of contact evaluations belonging to an instance.
Provides details about a list of contact evaluations belonging to an instance.
public void setEvaluationSummaryList(java.util.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.
Returns a reference to this object so that method calls can be chained together.
evaluationSummaryList - Provides details about a list of contact evaluations belonging to an instance.
public ListContactEvaluationsResult withEvaluationSummaryList(java.util.Collection<EvaluationSummary> evaluationSummaryList)
Provides details about a list of contact evaluations belonging to an instance.
Returns a reference to this object so that method calls can be chained together.
evaluationSummaryList - Provides details about a list of contact evaluations belonging to an instance.
public java.lang.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.
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 void setNextToken(java.lang.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 ListContactEvaluationsResult withNextToken(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object