@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MultiMeasureMapping extends Object implements Serializable, Cloneable, StructuredPojo
Maps multiple measures from the source event to the same Timestream for LiveAnalytics record.
For more information, see Amazon Timestream for LiveAnalytics concepts
Constructor and Description |
---|
MultiMeasureMapping() |
Modifier and Type | Method and Description |
---|---|
MultiMeasureMapping |
clone() |
boolean |
equals(Object obj) |
List<MultiMeasureAttributeMapping> |
getMultiMeasureAttributeMappings()
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics
record.
|
String |
getMultiMeasureName()
The name of the multiple measurements per record (multi-measure).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics
record.
|
void |
setMultiMeasureName(String multiMeasureName)
The name of the multiple measurements per record (multi-measure).
|
String |
toString()
Returns a string representation of this object.
|
MultiMeasureMapping |
withMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics
record.
|
MultiMeasureMapping |
withMultiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics
record.
|
MultiMeasureMapping |
withMultiMeasureName(String multiMeasureName)
The name of the multiple measurements per record (multi-measure).
|
public void setMultiMeasureName(String multiMeasureName)
The name of the multiple measurements per record (multi-measure).
multiMeasureName
- The name of the multiple measurements per record (multi-measure).public String getMultiMeasureName()
The name of the multiple measurements per record (multi-measure).
public MultiMeasureMapping withMultiMeasureName(String multiMeasureName)
The name of the multiple measurements per record (multi-measure).
multiMeasureName
- The name of the multiple measurements per record (multi-measure).public List<MultiMeasureAttributeMapping> getMultiMeasureAttributeMappings()
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.
public void setMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.
multiMeasureAttributeMappings
- Mappings that represent multiple source event fields mapped to measures in the same Timestream for
LiveAnalytics record.public MultiMeasureMapping withMultiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings)
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.
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
- Mappings that represent multiple source event fields mapped to measures in the same Timestream for
LiveAnalytics record.public MultiMeasureMapping withMultiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings)
Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.
multiMeasureAttributeMappings
- Mappings that represent multiple source event fields mapped to measures in the same Timestream for
LiveAnalytics record.public String toString()
toString
in class Object
Object.toString()
public MultiMeasureMapping clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.