|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudwatch.model.GetMetricStatisticsResult
public class GetMetricStatisticsResult
The output for the GetMetricStatistics action.
| Constructor Summary | |
|---|---|
GetMetricStatisticsResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.util.List<Datapoint> |
getDatapoints()
The datapoints for the specified metric. |
java.lang.String |
getLabel()
A label describing the specified metric. |
int |
hashCode()
|
void |
setDatapoints(java.util.Collection<Datapoint> datapoints)
The datapoints for the specified metric. |
void |
setLabel(java.lang.String label)
A label describing the specified metric. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetMetricStatisticsResult |
withDatapoints(java.util.Collection<Datapoint> datapoints)
The datapoints for the specified metric. |
GetMetricStatisticsResult |
withDatapoints(Datapoint... datapoints)
The datapoints for the specified metric. |
GetMetricStatisticsResult |
withLabel(java.lang.String label)
A label describing the specified metric. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetMetricStatisticsResult()
| Method Detail |
|---|
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - A label describing the specified metric.public GetMetricStatisticsResult withLabel(java.lang.String label)
Returns a reference to this object so that method calls can be chained together.
label - A label describing the specified metric.
public java.util.List<Datapoint> getDatapoints()
public void setDatapoints(java.util.Collection<Datapoint> datapoints)
datapoints - The datapoints for the specified metric.public GetMetricStatisticsResult withDatapoints(Datapoint... datapoints)
Returns a reference to this object so that method calls can be chained together.
datapoints - The datapoints for the specified metric.
public GetMetricStatisticsResult withDatapoints(java.util.Collection<Datapoint> datapoints)
Returns a reference to this object so that method calls can be chained together.
datapoints - The datapoints for the specified metric.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||