@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExperimentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateExperimentRequest() |
Modifier and Type | Method and Description |
---|---|
CreateExperimentRequest |
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.
|
List<Tag> |
getTags()
A list of tags to associate with the experiment.
|
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.
|
void |
setTags(Collection<Tag> tags)
A list of tags to associate with the experiment.
|
String |
toString()
Returns a string representation of this object.
|
CreateExperimentRequest |
withDescription(String description)
The description of the experiment.
|
CreateExperimentRequest |
withDisplayName(String displayName)
The name of the experiment as displayed.
|
CreateExperimentRequest |
withExperimentName(String experimentName)
The name of the experiment.
|
CreateExperimentRequest |
withTags(Collection<Tag> tags)
A list of tags to associate with the experiment.
|
CreateExperimentRequest |
withTags(Tag... tags)
A list of tags to associate with 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, withSdkRequestTimeout
public void setExperimentName(String experimentName)
The name of the experiment. The name must be unique in your AWS account and is not case-sensitive.
experimentName
- The name of the experiment. The name must be unique in your AWS account and is not case-sensitive.public String getExperimentName()
The name of the experiment. The name must be unique in your AWS account and is not case-sensitive.
public CreateExperimentRequest withExperimentName(String experimentName)
The name of the experiment. The name must be unique in your AWS account and is not case-sensitive.
experimentName
- The name of the experiment. The name must be unique in your AWS account and is not case-sensitive.public void setDisplayName(String displayName)
The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify
DisplayName
, the value in ExperimentName
is displayed.
displayName
- The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify
DisplayName
, the value in ExperimentName
is displayed.public String getDisplayName()
The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify
DisplayName
, the value in ExperimentName
is displayed.
DisplayName
, the value in ExperimentName
is displayed.public CreateExperimentRequest withDisplayName(String displayName)
The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify
DisplayName
, the value in ExperimentName
is displayed.
displayName
- The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify
DisplayName
, the value in 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 CreateExperimentRequest withDescription(String description)
The description of the experiment.
description
- The description of the experiment.public List<Tag> getTags()
A list of tags to associate with the experiment. You can use Search API to search on the tags.
public void setTags(Collection<Tag> tags)
A list of tags to associate with the experiment. You can use Search API to search on the tags.
tags
- A list of tags to associate with the experiment. You can use Search API to search on the tags.public CreateExperimentRequest withTags(Tag... tags)
A list of tags to associate with the experiment. You can use Search API to search on the tags.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tags to associate with the experiment. You can use Search API to search on the tags.public CreateExperimentRequest withTags(Collection<Tag> tags)
A list of tags to associate with the experiment. You can use Search API to search on the tags.
tags
- A list of tags to associate with the experiment. You can use Search API to search on the tags.public String toString()
toString
in class Object
Object.toString()
public CreateExperimentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.