@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperimentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExperimentsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExperimentsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to include in the response.
|
String |
getNextToken()
The token to use when requesting the next set of results.
|
String |
getProject()
The name or ARN of the project to return the experiment list from.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
void |
setNextToken(String nextToken)
The token to use when requesting the next set of results.
|
void |
setProject(String project)
The name or ARN of the project to return the experiment list from.
|
String |
toString()
Returns a string representation of this object.
|
ListExperimentsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListExperimentsRequest |
withNextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListExperimentsRequest |
withProject(String project)
The name or ARN of the project to return the experiment list from.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults - The maximum number of results to include in the response.public Integer getMaxResults()
The maximum number of results to include in the response.
public ListExperimentsRequest withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
maxResults - The maximum number of results to include in the response.public void setNextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListExperiments operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListExperiments operation.public String getNextToken()
The token to use when requesting the next set of results. You received this token from a previous
ListExperiments operation.
ListExperiments operation.public ListExperimentsRequest withNextToken(String nextToken)
The token to use when requesting the next set of results. You received this token from a previous
ListExperiments operation.
nextToken - The token to use when requesting the next set of results. You received this token from a previous
ListExperiments operation.public void setProject(String project)
The name or ARN of the project to return the experiment list from.
project - The name or ARN of the project to return the experiment list from.public String getProject()
The name or ARN of the project to return the experiment list from.
public ListExperimentsRequest withProject(String project)
The name or ARN of the project to return the experiment list from.
project - The name or ARN of the project to return the experiment list from.public String toString()
toString in class ObjectObject.toString()public ListExperimentsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.