@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrialResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeTrialResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTrialResult |
clone() |
boolean |
equals(Object obj) |
UserContext |
getCreatedBy()
Who created the trial.
|
Date |
getCreationTime()
When the trial was created.
|
String |
getDisplayName()
The name of the trial as displayed.
|
String |
getExperimentName()
The name of the experiment the trial is part of.
|
UserContext |
getLastModifiedBy()
Who last modified the trial.
|
Date |
getLastModifiedTime()
When the trial was last modified.
|
MetadataProperties |
getMetadataProperties() |
TrialSource |
getSource()
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
String |
getTrialArn()
The Amazon Resource Name (ARN) of the trial.
|
String |
getTrialName()
The name of the trial.
|
int |
hashCode() |
void |
setCreatedBy(UserContext createdBy)
Who created the trial.
|
void |
setCreationTime(Date creationTime)
When the trial was created.
|
void |
setDisplayName(String displayName)
The name of the trial as displayed.
|
void |
setExperimentName(String experimentName)
The name of the experiment the trial is part of.
|
void |
setLastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
|
void |
setLastModifiedTime(Date lastModifiedTime)
When the trial was last modified.
|
void |
setMetadataProperties(MetadataProperties metadataProperties) |
void |
setSource(TrialSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
void |
setTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
void |
setTrialName(String trialName)
The name of the trial.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTrialResult |
withCreatedBy(UserContext createdBy)
Who created the trial.
|
DescribeTrialResult |
withCreationTime(Date creationTime)
When the trial was created.
|
DescribeTrialResult |
withDisplayName(String displayName)
The name of the trial as displayed.
|
DescribeTrialResult |
withExperimentName(String experimentName)
The name of the experiment the trial is part of.
|
DescribeTrialResult |
withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
|
DescribeTrialResult |
withLastModifiedTime(Date lastModifiedTime)
When the trial was last modified.
|
DescribeTrialResult |
withMetadataProperties(MetadataProperties metadataProperties) |
DescribeTrialResult |
withSource(TrialSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialResult |
withTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
DescribeTrialResult |
withTrialName(String trialName)
The name of the trial.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTrialName(String trialName)
The name of the trial.
trialName
- The name of the trial.public String getTrialName()
The name of the trial.
public DescribeTrialResult withTrialName(String trialName)
The name of the trial.
trialName
- The name of the trial.public void setTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
trialArn
- The Amazon Resource Name (ARN) of the trial.public String getTrialArn()
The Amazon Resource Name (ARN) of the trial.
public DescribeTrialResult withTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
trialArn
- The Amazon Resource Name (ARN) of the trial.public void setDisplayName(String displayName)
The name of the trial as displayed. If DisplayName
isn't specified, TrialName
is
displayed.
displayName
- The name of the trial as displayed. If DisplayName
isn't specified, TrialName
is
displayed.public String getDisplayName()
The name of the trial as displayed. If DisplayName
isn't specified, TrialName
is
displayed.
DisplayName
isn't specified, TrialName
is displayed.public DescribeTrialResult withDisplayName(String displayName)
The name of the trial as displayed. If DisplayName
isn't specified, TrialName
is
displayed.
displayName
- The name of the trial as displayed. If DisplayName
isn't specified, TrialName
is
displayed.public void setExperimentName(String experimentName)
The name of the experiment the trial is part of.
experimentName
- The name of the experiment the trial is part of.public String getExperimentName()
The name of the experiment the trial is part of.
public DescribeTrialResult withExperimentName(String experimentName)
The name of the experiment the trial is part of.
experimentName
- The name of the experiment the trial is part of.public void setSource(TrialSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
source
- The Amazon Resource Name (ARN) of the source and, optionally, the job type.public TrialSource getSource()
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
public DescribeTrialResult withSource(TrialSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
source
- The Amazon Resource Name (ARN) of the source and, optionally, the job type.public void setCreationTime(Date creationTime)
When the trial was created.
creationTime
- When the trial was created.public Date getCreationTime()
When the trial was created.
public DescribeTrialResult withCreationTime(Date creationTime)
When the trial was created.
creationTime
- When the trial was created.public void setCreatedBy(UserContext createdBy)
Who created the trial.
createdBy
- Who created the trial.public UserContext getCreatedBy()
Who created the trial.
public DescribeTrialResult withCreatedBy(UserContext createdBy)
Who created the trial.
createdBy
- Who created the trial.public void setLastModifiedTime(Date lastModifiedTime)
When the trial was last modified.
lastModifiedTime
- When the trial was last modified.public Date getLastModifiedTime()
When the trial was last modified.
public DescribeTrialResult withLastModifiedTime(Date lastModifiedTime)
When the trial was last modified.
lastModifiedTime
- When the trial was last modified.public void setLastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
lastModifiedBy
- Who last modified the trial.public UserContext getLastModifiedBy()
Who last modified the trial.
public DescribeTrialResult withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
lastModifiedBy
- Who last modified the trial.public void setMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public MetadataProperties getMetadataProperties()
public DescribeTrialResult withMetadataProperties(MetadataProperties metadataProperties)
metadataProperties
- public String toString()
toString
in class Object
Object.toString()
public DescribeTrialResult clone()