@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExperimentSchedule extends Object implements Serializable, Cloneable, StructuredPojo
This structure contains the time and date that Evidently completed the analysis of the experiment.
| Constructor and Description |
|---|
ExperimentSchedule() |
| Modifier and Type | Method and Description |
|---|---|
ExperimentSchedule |
clone() |
boolean |
equals(Object obj) |
Date |
getAnalysisCompleteTime()
The time and date that Evidently completed the analysis of the experiment.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAnalysisCompleteTime(Date analysisCompleteTime)
The time and date that Evidently completed the analysis of the experiment.
|
String |
toString()
Returns a string representation of this object.
|
ExperimentSchedule |
withAnalysisCompleteTime(Date analysisCompleteTime)
The time and date that Evidently completed the analysis of the experiment.
|
public void setAnalysisCompleteTime(Date analysisCompleteTime)
The time and date that Evidently completed the analysis of the experiment.
analysisCompleteTime - The time and date that Evidently completed the analysis of the experiment.public Date getAnalysisCompleteTime()
The time and date that Evidently completed the analysis of the experiment.
public ExperimentSchedule withAnalysisCompleteTime(Date analysisCompleteTime)
The time and date that Evidently completed the analysis of the experiment.
analysisCompleteTime - The time and date that Evidently completed the analysis of the experiment.public String toString()
toString in class ObjectObject.toString()public ExperimentSchedule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.