@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalyticsIntentStageResult extends Object implements Serializable, Cloneable, StructuredPojo
An object containing the results for the intent stage metrics you requested and the bin and/or group they refer to, if applicable.
Constructor and Description |
---|
AnalyticsIntentStageResult() |
Modifier and Type | Method and Description |
---|---|
AnalyticsIntentStageResult |
clone() |
boolean |
equals(Object obj) |
List<AnalyticsBinKey> |
getBinKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
List<AnalyticsIntentStageGroupByKey> |
getGroupByKeys()
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
List<AnalyticsIntentStageMetricResult> |
getMetricsResults()
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
void |
setGroupByKeys(Collection<AnalyticsIntentStageGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
void |
setMetricsResults(Collection<AnalyticsIntentStageMetricResult> metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
String |
toString()
Returns a string representation of this object.
|
AnalyticsIntentStageResult |
withBinKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentStageResult |
withBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
|
AnalyticsIntentStageResult |
withGroupByKeys(AnalyticsIntentStageGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsIntentStageResult |
withGroupByKeys(Collection<AnalyticsIntentStageGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
|
AnalyticsIntentStageResult |
withMetricsResults(AnalyticsIntentStageMetricResult... metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
AnalyticsIntentStageResult |
withMetricsResults(Collection<AnalyticsIntentStageMetricResult> metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to
return, and the method by which to organize the results.
|
public List<AnalyticsBinKey> getBinKeys()
A list of objects containing the criteria you requested for binning results and the values of the bins.
public void setBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
binKeys
- A list of objects containing the criteria you requested for binning results and the values of the bins.public AnalyticsIntentStageResult withBinKeys(AnalyticsBinKey... binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
NOTE: This method appends the values to the existing list (if any). Use
setBinKeys(java.util.Collection)
or withBinKeys(java.util.Collection)
if you want to override
the existing values.
binKeys
- A list of objects containing the criteria you requested for binning results and the values of the bins.public AnalyticsIntentStageResult withBinKeys(Collection<AnalyticsBinKey> binKeys)
A list of objects containing the criteria you requested for binning results and the values of the bins.
binKeys
- A list of objects containing the criteria you requested for binning results and the values of the bins.public List<AnalyticsIntentStageGroupByKey> getGroupByKeys()
A list of objects containing the criteria you requested for grouping results and the values of the bins.
public void setGroupByKeys(Collection<AnalyticsIntentStageGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
groupByKeys
- A list of objects containing the criteria you requested for grouping results and the values of the bins.public AnalyticsIntentStageResult withGroupByKeys(AnalyticsIntentStageGroupByKey... groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
NOTE: This method appends the values to the existing list (if any). Use
setGroupByKeys(java.util.Collection)
or withGroupByKeys(java.util.Collection)
if you want to
override the existing values.
groupByKeys
- A list of objects containing the criteria you requested for grouping results and the values of the bins.public AnalyticsIntentStageResult withGroupByKeys(Collection<AnalyticsIntentStageGroupByKey> groupByKeys)
A list of objects containing the criteria you requested for grouping results and the values of the bins.
groupByKeys
- A list of objects containing the criteria you requested for grouping results and the values of the bins.public List<AnalyticsIntentStageMetricResult> getMetricsResults()
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
public void setMetricsResults(Collection<AnalyticsIntentStageMetricResult> metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
metricsResults
- A list of objects, each of which contains a metric you want to list, the statistic for the metric you want
to return, and the method by which to organize the results.public AnalyticsIntentStageResult withMetricsResults(AnalyticsIntentStageMetricResult... metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
NOTE: This method appends the values to the existing list (if any). Use
setMetricsResults(java.util.Collection)
or withMetricsResults(java.util.Collection)
if you want
to override the existing values.
metricsResults
- A list of objects, each of which contains a metric you want to list, the statistic for the metric you want
to return, and the method by which to organize the results.public AnalyticsIntentStageResult withMetricsResults(Collection<AnalyticsIntentStageMetricResult> metricsResults)
A list of objects, each of which contains a metric you want to list, the statistic for the metric you want to return, and the method by which to organize the results.
metricsResults
- A list of objects, each of which contains a metric you want to list, the statistic for the metric you want
to return, and the method by which to organize the results.public String toString()
toString
in class Object
Object.toString()
public AnalyticsIntentStageResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.