@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEvaluationFormsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEvaluationFormsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEvaluationFormsResult |
clone() |
boolean |
equals(Object obj) |
List<EvaluationFormSummary> |
getEvaluationFormSummaryList()
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 |
setEvaluationFormSummaryList(Collection<EvaluationFormSummary> evaluationFormSummaryList)
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.
|
ListEvaluationFormsResult |
withEvaluationFormSummaryList(Collection<EvaluationFormSummary> evaluationFormSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
|
ListEvaluationFormsResult |
withEvaluationFormSummaryList(EvaluationFormSummary... evaluationFormSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
|
ListEvaluationFormsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EvaluationFormSummary> getEvaluationFormSummaryList()
Provides details about a list of evaluation forms belonging to an instance.
public void setEvaluationFormSummaryList(Collection<EvaluationFormSummary> evaluationFormSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
evaluationFormSummaryList - Provides details about a list of evaluation forms belonging to an instance.public ListEvaluationFormsResult withEvaluationFormSummaryList(EvaluationFormSummary... evaluationFormSummaryList)
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
setEvaluationFormSummaryList(java.util.Collection) or
withEvaluationFormSummaryList(java.util.Collection) if you want to override the existing values.
evaluationFormSummaryList - Provides details about a list of evaluation forms belonging to an instance.public ListEvaluationFormsResult withEvaluationFormSummaryList(Collection<EvaluationFormSummary> evaluationFormSummaryList)
Provides details about a list of evaluation forms belonging to an instance.
evaluationFormSummaryList - 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 ListEvaluationFormsResult 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 ObjectObject.toString()public ListEvaluationFormsResult clone()