@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrialSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and
provide the TrialName
.
Constructor and Description |
---|
TrialSummary() |
Modifier and Type | Method and Description |
---|---|
TrialSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the trial was created.
|
String |
getDisplayName()
The name of the trial as displayed.
|
Date |
getLastModifiedTime()
When the trial was last modified.
|
String |
getTrialArn()
The Amazon Resource Name (ARN) of the trial.
|
String |
getTrialName()
The name of the trial.
|
TrialSource |
getTrialSource() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
When the trial was created.
|
void |
setDisplayName(String displayName)
The name of the trial as displayed.
|
void |
setLastModifiedTime(Date lastModifiedTime)
When the trial was last modified.
|
void |
setTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
void |
setTrialName(String trialName)
The name of the trial.
|
void |
setTrialSource(TrialSource trialSource) |
String |
toString()
Returns a string representation of this object.
|
TrialSummary |
withCreationTime(Date creationTime)
When the trial was created.
|
TrialSummary |
withDisplayName(String displayName)
The name of the trial as displayed.
|
TrialSummary |
withLastModifiedTime(Date lastModifiedTime)
When the trial was last modified.
|
TrialSummary |
withTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
|
TrialSummary |
withTrialName(String trialName)
The name of the trial.
|
TrialSummary |
withTrialSource(TrialSource trialSource) |
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 TrialSummary withTrialArn(String trialArn)
The Amazon Resource Name (ARN) of the trial.
trialArn
- The Amazon Resource Name (ARN) of the trial.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 TrialSummary withTrialName(String trialName)
The name of the trial.
trialName
- The name 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 TrialSummary 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 setTrialSource(TrialSource trialSource)
trialSource
- public TrialSource getTrialSource()
public TrialSummary withTrialSource(TrialSource trialSource)
trialSource
- 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 TrialSummary withCreationTime(Date creationTime)
When the trial was created.
creationTime
- When the trial was created.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 TrialSummary withLastModifiedTime(Date lastModifiedTime)
When the trial was last modified.
lastModifiedTime
- When the trial was last modified.public String toString()
toString
in class Object
Object.toString()
public TrialSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.