@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateExperimentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.