public class ListEvaluationFormVersionsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListEvaluationFormVersionsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<EvaluationFormVersionSummary> |
getEvaluationFormVersionSummaryList()
Provides details about a list of evaluation forms 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 |
setEvaluationFormVersionSummaryList(java.util.Collection<EvaluationFormVersionSummary> evaluationFormVersionSummaryList)
Provides details about a list of evaluation forms 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.
|
ListEvaluationFormVersionsResult |
withEvaluationFormVersionSummaryList(java.util.Collection<EvaluationFormVersionSummary> evaluationFormVersionSummaryList)
Provides details about a list of evaluation forms belonging to an
instance.
|
ListEvaluationFormVersionsResult |
withEvaluationFormVersionSummaryList(EvaluationFormVersionSummary... evaluationFormVersionSummaryList)
Provides details about a list of evaluation forms belonging to an
instance.
|
ListEvaluationFormVersionsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
public java.util.List<EvaluationFormVersionSummary> getEvaluationFormVersionSummaryList()
Provides details about a list of evaluation forms belonging to an instance.
Provides details about a list of evaluation forms belonging to an instance.
public void setEvaluationFormVersionSummaryList(java.util.Collection<EvaluationFormVersionSummary> evaluationFormVersionSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
evaluationFormVersionSummaryList - Provides details about a list of evaluation forms belonging to an instance.
public ListEvaluationFormVersionsResult withEvaluationFormVersionSummaryList(EvaluationFormVersionSummary... evaluationFormVersionSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
Returns a reference to this object so that method calls can be chained together.
evaluationFormVersionSummaryList - Provides details about a list of evaluation forms belonging to an instance.
public ListEvaluationFormVersionsResult withEvaluationFormVersionSummaryList(java.util.Collection<EvaluationFormVersionSummary> evaluationFormVersionSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
Returns a reference to this object so that method calls can be chained together.
evaluationFormVersionSummaryList - Provides details about a list of evaluation forms belonging to an instance.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.
public ListEvaluationFormVersionsResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
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.
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