@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
String |
getStatus()
Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.
|
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.
|
void |
setStatus(String status)
Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.
|
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.
|
ListExperimentsRequest |
withStatus(ExperimentStatus status)
Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.
|
ListExperimentsRequest |
withStatus(String status)
Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 void setStatus(String status)
Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.
status
- Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.ExperimentStatus
public String getStatus()
Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.
ExperimentStatus
public ListExperimentsRequest withStatus(String status)
Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.
status
- Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.ExperimentStatus
public ListExperimentsRequest withStatus(ExperimentStatus status)
Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.
status
- Use this optional parameter to limit the returned results to only the experiments with the status that you
specify here.ExperimentStatus
public String toString()
toString
in class Object
Object.toString()
public ListExperimentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()