@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperimentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListExperimentsResult() |
Modifier and Type | Method and Description |
---|---|
ListExperimentsResult |
clone() |
boolean |
equals(Object obj) |
List<ExperimentSummary> |
getExperimentSummaries()
A list of the summaries of your experiments.
|
String |
getNextToken()
A token for getting the next set of experiments, if there are any.
|
int |
hashCode() |
void |
setExperimentSummaries(Collection<ExperimentSummary> experimentSummaries)
A list of the summaries of your experiments.
|
void |
setNextToken(String nextToken)
A token for getting the next set of experiments, if there are any.
|
String |
toString()
Returns a string representation of this object.
|
ListExperimentsResult |
withExperimentSummaries(Collection<ExperimentSummary> experimentSummaries)
A list of the summaries of your experiments.
|
ListExperimentsResult |
withExperimentSummaries(ExperimentSummary... experimentSummaries)
A list of the summaries of your experiments.
|
ListExperimentsResult |
withNextToken(String nextToken)
A token for getting the next set of experiments, if there are any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ExperimentSummary> getExperimentSummaries()
A list of the summaries of your experiments.
public void setExperimentSummaries(Collection<ExperimentSummary> experimentSummaries)
A list of the summaries of your experiments.
experimentSummaries
- A list of the summaries of your experiments.public ListExperimentsResult withExperimentSummaries(ExperimentSummary... experimentSummaries)
A list of the summaries of your experiments.
NOTE: This method appends the values to the existing list (if any). Use
setExperimentSummaries(java.util.Collection)
or withExperimentSummaries(java.util.Collection)
if you want to override the existing values.
experimentSummaries
- A list of the summaries of your experiments.public ListExperimentsResult withExperimentSummaries(Collection<ExperimentSummary> experimentSummaries)
A list of the summaries of your experiments.
experimentSummaries
- A list of the summaries of your experiments.public void setNextToken(String nextToken)
A token for getting the next set of experiments, if there are any.
nextToken
- A token for getting the next set of experiments, if there are any.public String getNextToken()
A token for getting the next set of experiments, if there are any.
public ListExperimentsResult withNextToken(String nextToken)
A token for getting the next set of experiments, if there are any.
nextToken
- A token for getting the next set of experiments, if there are any.public String toString()
toString
in class Object
Object.toString()
public ListExperimentsResult clone()