@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateExperimentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateExperimentRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateExperimentRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the experiment.
|
String |
getDisplayName()
The name of the experiment as displayed.
|
String |
getExperimentName()
The name of the experiment to update.
|
int |
hashCode() |
void |
setDescription(String description)
The description of the experiment.
|
void |
setDisplayName(String displayName)
The name of the experiment as displayed.
|
void |
setExperimentName(String experimentName)
The name of the experiment to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateExperimentRequest |
withDescription(String description)
The description of the experiment.
|
UpdateExperimentRequest |
withDisplayName(String displayName)
The name of the experiment as displayed.
|
UpdateExperimentRequest |
withExperimentName(String experimentName)
The name of the experiment to update.
|
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 setExperimentName(String experimentName)
The name of the experiment to update.
experimentName - The name of the experiment to update.public String getExperimentName()
The name of the experiment to update.
public UpdateExperimentRequest withExperimentName(String experimentName)
The name of the experiment to update.
experimentName - The name of the experiment to update.public void setDisplayName(String displayName)
The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't
specified, ExperimentName is displayed.
displayName - The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName
isn't specified, ExperimentName is displayed.public String getDisplayName()
The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't
specified, ExperimentName is displayed.
DisplayName
isn't specified, ExperimentName is displayed.public UpdateExperimentRequest withDisplayName(String displayName)
The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName isn't
specified, ExperimentName is displayed.
displayName - The name of the experiment as displayed. The name doesn't need to be unique. If DisplayName
isn't specified, ExperimentName is displayed.public void setDescription(String description)
The description of the experiment.
description - The description of the experiment.public String getDescription()
The description of the experiment.
public UpdateExperimentRequest withDescription(String description)
The description of the experiment.
description - The description of the experiment.public String toString()
toString in class ObjectObject.toString()public UpdateExperimentRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.