@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MixedMeasureMapping extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MixedMeasureMapping() |
public void setMeasureName(String measureName)
measureName
- public String getMeasureName()
public MixedMeasureMapping withMeasureName(String measureName)
measureName
- public void setSourceColumn(String sourceColumn)
sourceColumn
- public String getSourceColumn()
public MixedMeasureMapping withSourceColumn(String sourceColumn)
sourceColumn
- public void setTargetMeasureName(String targetMeasureName)
targetMeasureName
- public String getTargetMeasureName()
public MixedMeasureMapping withTargetMeasureName(String targetMeasureName)
targetMeasureName
- public void setMeasureValueType(String measureValueType)
measureValueType
- MeasureValueType
public String getMeasureValueType()
MeasureValueType
public MixedMeasureMapping withMeasureValueType(String measureValueType)
measureValueType
- MeasureValueType
public MixedMeasureMapping withMeasureValueType(MeasureValueType measureValueType)
measureValueType
- MeasureValueType
public List<MultiMeasureAttributeMapping> getMultiMeasureAttributeMappings()
public void setMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
multiMeasureAttributeMappings
- public MixedMeasureMapping withMultiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)
NOTE: This method appends the values to the existing list (if any). Use
setMultiMeasureAttributeMappings(java.util.Collection)
or
withMultiMeasureAttributeMappings(java.util.Collection)
if you want to override the existing values.
multiMeasureAttributeMappings
- public MixedMeasureMapping withMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
multiMeasureAttributeMappings
- public String toString()
toString
in class Object
Object.toString()
public MixedMeasureMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.