@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FrameMetricDatum extends Object implements Serializable, Cloneable, StructuredPojo
Information about a frame metric and its values.
| Constructor and Description |
|---|
FrameMetricDatum() |
| Modifier and Type | Method and Description |
|---|---|
FrameMetricDatum |
clone() |
boolean |
equals(Object obj) |
FrameMetric |
getFrameMetric() |
List<Double> |
getValues()
A list of values that are associated with a frame metric.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFrameMetric(FrameMetric frameMetric) |
void |
setValues(Collection<Double> values)
A list of values that are associated with a frame metric.
|
String |
toString()
Returns a string representation of this object.
|
FrameMetricDatum |
withFrameMetric(FrameMetric frameMetric) |
FrameMetricDatum |
withValues(Collection<Double> values)
A list of values that are associated with a frame metric.
|
FrameMetricDatum |
withValues(Double... values)
A list of values that are associated with a frame metric.
|
public void setFrameMetric(FrameMetric frameMetric)
frameMetric - public FrameMetric getFrameMetric()
public FrameMetricDatum withFrameMetric(FrameMetric frameMetric)
frameMetric - public List<Double> getValues()
A list of values that are associated with a frame metric.
public void setValues(Collection<Double> values)
A list of values that are associated with a frame metric.
values - A list of values that are associated with a frame metric.public FrameMetricDatum withValues(Double... values)
A list of values that are associated with a frame metric.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - A list of values that are associated with a frame metric.public FrameMetricDatum withValues(Collection<Double> values)
A list of values that are associated with a frame metric.
values - A list of values that are associated with a frame metric.public String toString()
toString in class ObjectObject.toString()public FrameMetricDatum clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.