7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
10#include <aws/timestream-query/model/DimensionMapping.h>
11#include <aws/timestream-query/model/MixedMeasureMapping.h>
12#include <aws/timestream-query/model/MultiMeasureMappings.h>
23namespace TimestreamQuery {
46 template <
typename DatabaseNameT = Aws::String>
48 m_databaseNameHasBeenSet =
true;
49 m_databaseName = std::forward<DatabaseNameT>(value);
51 template <
typename DatabaseNameT = Aws::String>
66 template <
typename TableNameT = Aws::String>
68 m_tableNameHasBeenSet =
true;
69 m_tableName = std::forward<TableNameT>(value);
71 template <
typename TableNameT = Aws::String>
85 template <
typename TimeColumnT = Aws::String>
87 m_timeColumnHasBeenSet =
true;
88 m_timeColumn = std::forward<TimeColumnT>(value);
90 template <
typename TimeColumnT = Aws::String>
104 template <
typename DimensionMappingsT = Aws::Vector<DimensionMapping>>
106 m_dimensionMappingsHasBeenSet =
true;
107 m_dimensionMappings = std::forward<DimensionMappingsT>(value);
109 template <
typename DimensionMappingsT = Aws::Vector<DimensionMapping>>
114 template <
typename DimensionMappingsT = DimensionMapping>
116 m_dimensionMappingsHasBeenSet =
true;
117 m_dimensionMappings.emplace_back(std::forward<DimensionMappingsT>(value));
128 template <
typename MultiMeasureMappingsT = MultiMeasureMappings>
130 m_multiMeasureMappingsHasBeenSet =
true;
131 m_multiMeasureMappings = std::forward<MultiMeasureMappingsT>(value);
133 template <
typename MultiMeasureMappingsT = MultiMeasureMappings>
146 template <
typename MixedMeasureMappingsT = Aws::Vector<MixedMeasureMapping>>
148 m_mixedMeasureMappingsHasBeenSet =
true;
149 m_mixedMeasureMappings = std::forward<MixedMeasureMappingsT>(value);
151 template <
typename MixedMeasureMappingsT = Aws::Vector<MixedMeasureMapping>>
156 template <
typename MixedMeasureMappingsT = MixedMeasureMapping>
158 m_mixedMeasureMappingsHasBeenSet =
true;
159 m_mixedMeasureMappings.emplace_back(std::forward<MixedMeasureMappingsT>(value));
170 template <
typename MeasureNameColumnT = Aws::String>
172 m_measureNameColumnHasBeenSet =
true;
173 m_measureNameColumn = std::forward<MeasureNameColumnT>(value);
175 template <
typename MeasureNameColumnT = Aws::String>
195 bool m_databaseNameHasBeenSet =
false;
196 bool m_tableNameHasBeenSet =
false;
197 bool m_timeColumnHasBeenSet =
false;
198 bool m_dimensionMappingsHasBeenSet =
false;
199 bool m_multiMeasureMappingsHasBeenSet =
false;
200 bool m_mixedMeasureMappingsHasBeenSet =
false;
201 bool m_measureNameColumnHasBeenSet =
false;
void SetTimeColumn(TimeColumnT &&value)
const Aws::Vector< DimensionMapping > & GetDimensionMappings() const
void SetTableName(TableNameT &&value)
bool MultiMeasureMappingsHasBeenSet() const
void SetMixedMeasureMappings(MixedMeasureMappingsT &&value)
const Aws::Vector< MixedMeasureMapping > & GetMixedMeasureMappings() const
AWS_TIMESTREAMQUERY_API TimestreamConfiguration()=default
bool MeasureNameColumnHasBeenSet() const
TimestreamConfiguration & WithMultiMeasureMappings(MultiMeasureMappingsT &&value)
TimestreamConfiguration & WithTimeColumn(TimeColumnT &&value)
const Aws::String & GetMeasureNameColumn() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDimensionMappings(DimensionMappingsT &&value)
const MultiMeasureMappings & GetMultiMeasureMappings() const
bool DimensionMappingsHasBeenSet() const
TimestreamConfiguration & AddMixedMeasureMappings(MixedMeasureMappingsT &&value)
const Aws::String & GetTableName() const
bool TableNameHasBeenSet() const
TimestreamConfiguration & WithMeasureNameColumn(MeasureNameColumnT &&value)
bool TimeColumnHasBeenSet() const
void SetMultiMeasureMappings(MultiMeasureMappingsT &&value)
void SetMeasureNameColumn(MeasureNameColumnT &&value)
bool DatabaseNameHasBeenSet() const
TimestreamConfiguration & WithDatabaseName(DatabaseNameT &&value)
TimestreamConfiguration & WithTableName(TableNameT &&value)
bool MixedMeasureMappingsHasBeenSet() const
AWS_TIMESTREAMQUERY_API TimestreamConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetDatabaseName(DatabaseNameT &&value)
TimestreamConfiguration & WithMixedMeasureMappings(MixedMeasureMappingsT &&value)
const Aws::String & GetDatabaseName() const
TimestreamConfiguration & WithDimensionMappings(DimensionMappingsT &&value)
const Aws::String & GetTimeColumn() const
AWS_TIMESTREAMQUERY_API TimestreamConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
TimestreamConfiguration & AddDimensionMappings(DimensionMappingsT &&value)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue