@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteExperimentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteExperimentRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteExperimentRequest |
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 to delete.
|
String |
getProject()
The name or ARN of the project that contains the experiment to delete.
|
int |
hashCode() |
void |
setExperiment(String experiment)
The name of the experiment to delete.
|
void |
setProject(String project)
The name or ARN of the project that contains the experiment to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteExperimentRequest |
withExperiment(String experiment)
The name of the experiment to delete.
|
DeleteExperimentRequest |
withProject(String project)
The name or ARN of the project that contains the experiment to delete.
|
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 setExperiment(String experiment)
The name of the experiment to delete.
experiment
- The name of the experiment to delete.public String getExperiment()
The name of the experiment to delete.
public DeleteExperimentRequest withExperiment(String experiment)
The name of the experiment to delete.
experiment
- The name of the experiment to delete.public void setProject(String project)
The name or ARN of the project that contains the experiment to delete.
project
- The name or ARN of the project that contains the experiment to delete.public String getProject()
The name or ARN of the project that contains the experiment to delete.
public DeleteExperimentRequest withProject(String project)
The name or ARN of the project that contains the experiment to delete.
project
- The name or ARN of the project that contains the experiment to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteExperimentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()