@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartExperimentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartExperimentRequest() |
Modifier and Type | Method and Description |
---|---|
StartExperimentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getAnalysisCompleteTime()
The date and time to end the experiment.
|
String |
getExperiment()
The name of the experiment to start.
|
String |
getProject()
The name or ARN of the project that contains the experiment to start.
|
int |
hashCode() |
void |
setAnalysisCompleteTime(Date analysisCompleteTime)
The date and time to end the experiment.
|
void |
setExperiment(String experiment)
The name of the experiment to start.
|
void |
setProject(String project)
The name or ARN of the project that contains the experiment to start.
|
String |
toString()
Returns a string representation of this object.
|
StartExperimentRequest |
withAnalysisCompleteTime(Date analysisCompleteTime)
The date and time to end the experiment.
|
StartExperimentRequest |
withExperiment(String experiment)
The name of the experiment to start.
|
StartExperimentRequest |
withProject(String project)
The name or ARN of the project that contains the experiment to start.
|
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 setAnalysisCompleteTime(Date analysisCompleteTime)
The date and time to end the experiment. This must be no more than 30 days after the experiment starts.
analysisCompleteTime
- The date and time to end the experiment. This must be no more than 30 days after the experiment starts.public Date getAnalysisCompleteTime()
The date and time to end the experiment. This must be no more than 30 days after the experiment starts.
public StartExperimentRequest withAnalysisCompleteTime(Date analysisCompleteTime)
The date and time to end the experiment. This must be no more than 30 days after the experiment starts.
analysisCompleteTime
- The date and time to end the experiment. This must be no more than 30 days after the experiment starts.public void setExperiment(String experiment)
The name of the experiment to start.
experiment
- The name of the experiment to start.public String getExperiment()
The name of the experiment to start.
public StartExperimentRequest withExperiment(String experiment)
The name of the experiment to start.
experiment
- The name of the experiment to start.public void setProject(String project)
The name or ARN of the project that contains the experiment to start.
project
- The name or ARN of the project that contains the experiment to start.public String getProject()
The name or ARN of the project that contains the experiment to start.
public StartExperimentRequest withProject(String project)
The name or ARN of the project that contains the experiment to start.
project
- The name or ARN of the project that contains the experiment to start.public String toString()
toString
in class Object
Object.toString()
public StartExperimentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()