@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperimentTemplatesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListExperimentTemplatesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListExperimentTemplatesResult |
clone() |
boolean |
equals(Object obj) |
List<ExperimentTemplateSummary> |
getExperimentTemplates()
The experiment templates.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setExperimentTemplates(Collection<ExperimentTemplateSummary> experimentTemplates)
The experiment templates.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListExperimentTemplatesResult |
withExperimentTemplates(Collection<ExperimentTemplateSummary> experimentTemplates)
The experiment templates.
|
ListExperimentTemplatesResult |
withExperimentTemplates(ExperimentTemplateSummary... experimentTemplates)
The experiment templates.
|
ListExperimentTemplatesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExperimentTemplateSummary> getExperimentTemplates()
The experiment templates.
public void setExperimentTemplates(Collection<ExperimentTemplateSummary> experimentTemplates)
The experiment templates.
experimentTemplates - The experiment templates.public ListExperimentTemplatesResult withExperimentTemplates(ExperimentTemplateSummary... experimentTemplates)
The experiment templates.
NOTE: This method appends the values to the existing list (if any). Use
setExperimentTemplates(java.util.Collection) or withExperimentTemplates(java.util.Collection)
if you want to override the existing values.
experimentTemplates - The experiment templates.public ListExperimentTemplatesResult withExperimentTemplates(Collection<ExperimentTemplateSummary> experimentTemplates)
The experiment templates.
experimentTemplates - The experiment templates.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
null when there are no
more results to return.public ListExperimentTemplatesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
more results to return.public String toString()
toString in class ObjectObject.toString()public ListExperimentTemplatesResult clone()
Copyright © 2023. All rights reserved.