7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
9#include <aws/timestream-query/model/ScalarMeasureValueType.h>
20namespace TimestreamQuery {
41 template <
typename SourceColumnT = Aws::String>
43 m_sourceColumnHasBeenSet =
true;
44 m_sourceColumn = std::forward<SourceColumnT>(value);
46 template <
typename SourceColumnT = Aws::String>
60 template <
typename TargetMultiMeasureAttributeNameT = Aws::String>
62 m_targetMultiMeasureAttributeNameHasBeenSet =
true;
63 m_targetMultiMeasureAttributeName = std::forward<TargetMultiMeasureAttributeNameT>(value);
65 template <
typename TargetMultiMeasureAttributeNameT = Aws::String>
79 m_measureValueTypeHasBeenSet =
true;
80 m_measureValueType = value;
93 bool m_sourceColumnHasBeenSet =
false;
94 bool m_targetMultiMeasureAttributeNameHasBeenSet =
false;
95 bool m_measureValueTypeHasBeenSet =
false;
AWS_TIMESTREAMQUERY_API MultiMeasureAttributeMapping(Aws::Utils::Json::JsonView jsonValue)
AWS_TIMESTREAMQUERY_API MultiMeasureAttributeMapping()=default
void SetTargetMultiMeasureAttributeName(TargetMultiMeasureAttributeNameT &&value)
bool MeasureValueTypeHasBeenSet() const
bool TargetMultiMeasureAttributeNameHasBeenSet() const
ScalarMeasureValueType GetMeasureValueType() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
MultiMeasureAttributeMapping & WithMeasureValueType(ScalarMeasureValueType value)
void SetSourceColumn(SourceColumnT &&value)
const Aws::String & GetSourceColumn() const
void SetMeasureValueType(ScalarMeasureValueType value)
MultiMeasureAttributeMapping & WithTargetMultiMeasureAttributeName(TargetMultiMeasureAttributeNameT &&value)
MultiMeasureAttributeMapping & WithSourceColumn(SourceColumnT &&value)
AWS_TIMESTREAMQUERY_API MultiMeasureAttributeMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceColumnHasBeenSet() const
const Aws::String & GetTargetMultiMeasureAttributeName() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue