@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEvaluationFormVersionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEvaluationFormVersionsResult() |
Modifier and Type | Method and Description |
---|---|
ListEvaluationFormVersionsResult |
clone() |
boolean |
equals(Object obj) |
List<EvaluationFormVersionSummary> |
getEvaluationFormVersionSummaryList()
Provides details about a list of evaluation forms belonging to an instance.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setEvaluationFormVersionSummaryList(Collection<EvaluationFormVersionSummary> evaluationFormVersionSummaryList)
Provides details about a list of evaluation forms 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.
|
ListEvaluationFormVersionsResult |
withEvaluationFormVersionSummaryList(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(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<EvaluationFormVersionSummary> getEvaluationFormVersionSummaryList()
Provides details about a list of evaluation forms belonging to an instance.
public void setEvaluationFormVersionSummaryList(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.
NOTE: This method appends the values to the existing list (if any). Use
setEvaluationFormVersionSummaryList(java.util.Collection)
or
withEvaluationFormVersionSummaryList(java.util.Collection)
if you want to override the existing values.
evaluationFormVersionSummaryList
- Provides details about a list of evaluation forms belonging to an instance.public ListEvaluationFormVersionsResult withEvaluationFormVersionSummaryList(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 void setNextToken(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 String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListEvaluationFormVersionsResult withNextToken(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 String toString()
toString
in class Object
Object.toString()
public ListEvaluationFormVersionsResult clone()