|
||||||||||
| 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
Get Metric Statistics Result
| Constructor Summary | |
|---|---|
GetMetricStatisticsResult()
|
|
| Method Summary | |
|---|---|
List<Datapoint> |
getDatapoints()
Returns the value of the Datapoints property for this object. |
String |
getLabel()
Returns the value of the Label property for this object. |
void |
setDatapoints(Collection<Datapoint> datapoints)
Sets the value of the Datapoints property for this object. |
void |
setLabel(String label)
Sets the value of the Label property for this object. |
String |
toString()
|
GetMetricStatisticsResult |
withDatapoints(Collection<Datapoint> datapoints)
Sets the value of the Datapoints property for this object. |
GetMetricStatisticsResult |
withDatapoints(Datapoint... datapoints)
Sets the value of the Datapoints property for this object. |
GetMetricStatisticsResult |
withLabel(String label)
Sets the value of the Label property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetMetricStatisticsResult()
| Method Detail |
|---|
public String getLabel()
public void setLabel(String label)
label - The new value for the Label property for this object.public GetMetricStatisticsResult withLabel(String label)
Returns a reference to this object so that method calls can be chained together.
label - The new value for the Label property for this object.
public List<Datapoint> getDatapoints()
public void setDatapoints(Collection<Datapoint> datapoints)
datapoints - The new value for the Datapoints property for this object.public GetMetricStatisticsResult withDatapoints(Datapoint... datapoints)
Returns a reference to this object so that method calls can be chained together.
datapoints - The new value for the Datapoints property for this object.
public GetMetricStatisticsResult withDatapoints(Collection<Datapoint> datapoints)
Returns a reference to this object so that method calls can be chained together.
datapoints - The new value for the Datapoints property for this object.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||