@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GaugeChartFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a GaugeChartVisual.
| Constructor and Description |
|---|
GaugeChartFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
GaugeChartFieldWells |
clone() |
boolean |
equals(Object obj) |
List<MeasureField> |
getTargetValues()
The target value field wells of a
GaugeChartVisual. |
List<MeasureField> |
getValues()
The value field wells of a
GaugeChartVisual. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a
GaugeChartVisual. |
void |
setValues(Collection<MeasureField> values)
The value field wells of a
GaugeChartVisual. |
String |
toString()
Returns a string representation of this object.
|
GaugeChartFieldWells |
withTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a
GaugeChartVisual. |
GaugeChartFieldWells |
withTargetValues(MeasureField... targetValues)
The target value field wells of a
GaugeChartVisual. |
GaugeChartFieldWells |
withValues(Collection<MeasureField> values)
The value field wells of a
GaugeChartVisual. |
GaugeChartFieldWells |
withValues(MeasureField... values)
The value field wells of a
GaugeChartVisual. |
public List<MeasureField> getValues()
The value field wells of a GaugeChartVisual.
GaugeChartVisual.public void setValues(Collection<MeasureField> values)
The value field wells of a GaugeChartVisual.
values - The value field wells of a GaugeChartVisual.public GaugeChartFieldWells withValues(MeasureField... values)
The value field wells of a GaugeChartVisual.
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 - The value field wells of a GaugeChartVisual.public GaugeChartFieldWells withValues(Collection<MeasureField> values)
The value field wells of a GaugeChartVisual.
values - The value field wells of a GaugeChartVisual.public List<MeasureField> getTargetValues()
The target value field wells of a GaugeChartVisual.
GaugeChartVisual.public void setTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a GaugeChartVisual.
targetValues - The target value field wells of a GaugeChartVisual.public GaugeChartFieldWells withTargetValues(MeasureField... targetValues)
The target value field wells of a GaugeChartVisual.
NOTE: This method appends the values to the existing list (if any). Use
setTargetValues(java.util.Collection) or withTargetValues(java.util.Collection) if you want to
override the existing values.
targetValues - The target value field wells of a GaugeChartVisual.public GaugeChartFieldWells withTargetValues(Collection<MeasureField> targetValues)
The target value field wells of a GaugeChartVisual.
targetValues - The target value field wells of a GaugeChartVisual.public String toString()
toString in class ObjectObject.toString()public GaugeChartFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.