@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExperimentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetExperimentRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetExperimentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExperiment()
The name of the experiment that you want to see the details of.
|
String |
getProject()
The name or ARN of the project that contains the experiment.
|
int |
hashCode() |
void |
setExperiment(String experiment)
The name of the experiment that you want to see the details of.
|
void |
setProject(String project)
The name or ARN of the project that contains the experiment.
|
String |
toString()
Returns a string representation of this object.
|
GetExperimentRequest |
withExperiment(String experiment)
The name of the experiment that you want to see the details of.
|
GetExperimentRequest |
withProject(String project)
The name or ARN of the project that contains the experiment.
|
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, withSdkRequestTimeoutpublic void setExperiment(String experiment)
The name of the experiment that you want to see the details of.
experiment - The name of the experiment that you want to see the details of.public String getExperiment()
The name of the experiment that you want to see the details of.
public GetExperimentRequest withExperiment(String experiment)
The name of the experiment that you want to see the details of.
experiment - The name of the experiment that you want to see the details of.public void setProject(String project)
The name or ARN of the project that contains the experiment.
project - The name or ARN of the project that contains the experiment.public String getProject()
The name or ARN of the project that contains the experiment.
public GetExperimentRequest withProject(String project)
The name or ARN of the project that contains the experiment.
project - The name or ARN of the project that contains the experiment.public String toString()
toString in class ObjectObject.toString()public GetExperimentRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()