@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExperimentResultsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetExperimentResultsResult() |
Modifier and Type | Method and Description |
---|---|
GetExperimentResultsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDetails()
If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message
Not enough events to generate results . |
List<ExperimentReport> |
getReports()
An array of structures that include the reports that you requested.
|
List<ExperimentResultsData> |
getResultsData()
An array of structures that include experiment results including metric names and values.
|
List<Date> |
getTimestamps()
The timestamps of each result returned.
|
int |
hashCode() |
void |
setDetails(String details)
If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message
Not enough events to generate results . |
void |
setReports(Collection<ExperimentReport> reports)
An array of structures that include the reports that you requested.
|
void |
setResultsData(Collection<ExperimentResultsData> resultsData)
An array of structures that include experiment results including metric names and values.
|
void |
setTimestamps(Collection<Date> timestamps)
The timestamps of each result returned.
|
String |
toString()
Returns a string representation of this object.
|
GetExperimentResultsResult |
withDetails(String details)
If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message
Not enough events to generate results . |
GetExperimentResultsResult |
withReports(Collection<ExperimentReport> reports)
An array of structures that include the reports that you requested.
|
GetExperimentResultsResult |
withReports(ExperimentReport... reports)
An array of structures that include the reports that you requested.
|
GetExperimentResultsResult |
withResultsData(Collection<ExperimentResultsData> resultsData)
An array of structures that include experiment results including metric names and values.
|
GetExperimentResultsResult |
withResultsData(ExperimentResultsData... resultsData)
An array of structures that include experiment results including metric names and values.
|
GetExperimentResultsResult |
withTimestamps(Collection<Date> timestamps)
The timestamps of each result returned.
|
GetExperimentResultsResult |
withTimestamps(Date... timestamps)
The timestamps of each result returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDetails(String details)
If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message Not enough events to generate results
. If there are enough events to provide valid results,
this field is not returned.
details
- If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message Not enough events to generate results
. If there are enough events to provide valid
results, this field is not returned.public String getDetails()
If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message Not enough events to generate results
. If there are enough events to provide valid results,
this field is not returned.
Not enough events to generate results
. If there are enough events to provide
valid results, this field is not returned.public GetExperimentResultsResult withDetails(String details)
If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message Not enough events to generate results
. If there are enough events to provide valid results,
this field is not returned.
details
- If the experiment doesn't yet have enough events to provide valid results, this field is returned with the
message Not enough events to generate results
. If there are enough events to provide valid
results, this field is not returned.public List<ExperimentReport> getReports()
An array of structures that include the reports that you requested.
public void setReports(Collection<ExperimentReport> reports)
An array of structures that include the reports that you requested.
reports
- An array of structures that include the reports that you requested.public GetExperimentResultsResult withReports(ExperimentReport... reports)
An array of structures that include the reports that you requested.
NOTE: This method appends the values to the existing list (if any). Use
setReports(java.util.Collection)
or withReports(java.util.Collection)
if you want to override
the existing values.
reports
- An array of structures that include the reports that you requested.public GetExperimentResultsResult withReports(Collection<ExperimentReport> reports)
An array of structures that include the reports that you requested.
reports
- An array of structures that include the reports that you requested.public List<ExperimentResultsData> getResultsData()
An array of structures that include experiment results including metric names and values.
public void setResultsData(Collection<ExperimentResultsData> resultsData)
An array of structures that include experiment results including metric names and values.
resultsData
- An array of structures that include experiment results including metric names and values.public GetExperimentResultsResult withResultsData(ExperimentResultsData... resultsData)
An array of structures that include experiment results including metric names and values.
NOTE: This method appends the values to the existing list (if any). Use
setResultsData(java.util.Collection)
or withResultsData(java.util.Collection)
if you want to
override the existing values.
resultsData
- An array of structures that include experiment results including metric names and values.public GetExperimentResultsResult withResultsData(Collection<ExperimentResultsData> resultsData)
An array of structures that include experiment results including metric names and values.
resultsData
- An array of structures that include experiment results including metric names and values.public List<Date> getTimestamps()
The timestamps of each result returned.
public void setTimestamps(Collection<Date> timestamps)
The timestamps of each result returned.
timestamps
- The timestamps of each result returned.public GetExperimentResultsResult withTimestamps(Date... timestamps)
The timestamps of each result returned.
NOTE: This method appends the values to the existing list (if any). Use
setTimestamps(java.util.Collection)
or withTimestamps(java.util.Collection)
if you want to
override the existing values.
timestamps
- The timestamps of each result returned.public GetExperimentResultsResult withTimestamps(Collection<Date> timestamps)
The timestamps of each result returned.
timestamps
- The timestamps of each result returned.public String toString()
toString
in class Object
Object.toString()
public GetExperimentResultsResult clone()