@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiMeasureMappings extends Object implements Serializable, Cloneable, StructuredPojo
Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.
Constructor and Description |
---|
MultiMeasureMappings() |
Modifier and Type | Method and Description |
---|---|
MultiMeasureMappings |
clone() |
boolean |
equals(Object obj) |
List<MultiMeasureAttributeMapping> |
getMultiMeasureAttributeMappings()
Required.
|
String |
getTargetMultiMeasureName()
The name of the target multi-measure name in the derived table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Required.
|
void |
setTargetMultiMeasureName(String targetMultiMeasureName)
The name of the target multi-measure name in the derived table.
|
String |
toString()
Returns a string representation of this object.
|
MultiMeasureMappings |
withMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Required.
|
MultiMeasureMappings |
withMultiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)
Required.
|
MultiMeasureMappings |
withTargetMultiMeasureName(String targetMultiMeasureName)
The name of the target multi-measure name in the derived table.
|
public void setTargetMultiMeasureName(String targetMultiMeasureName)
The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
targetMultiMeasureName
- The name of the target multi-measure name in the derived table. This input is required when
measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be
used as multi-measure name.public String getTargetMultiMeasureName()
The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
public MultiMeasureMappings withTargetMultiMeasureName(String targetMultiMeasureName)
The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
targetMultiMeasureName
- The name of the target multi-measure name in the derived table. This input is required when
measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be
used as multi-measure name.public List<MultiMeasureAttributeMapping> getMultiMeasureAttributeMappings()
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
public void setMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
multiMeasureAttributeMappings
- Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure
attributes.public MultiMeasureMappings withMultiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
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
- Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure
attributes.public MultiMeasureMappings withMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
multiMeasureAttributeMappings
- Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure
attributes.public String toString()
toString
in class Object
Object.toString()
public MultiMeasureMappings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.