@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 - MeasureValueTypepublic String getMeasureValueType()
MeasureValueTypepublic MixedMeasureMapping withMeasureValueType(String measureValueType)
measureValueType - MeasureValueTypepublic MixedMeasureMapping withMeasureValueType(MeasureValueType measureValueType)
measureValueType - MeasureValueTypepublic 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 ObjectObject.toString()public MixedMeasureMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.