7#include <aws/timestream-write/TimestreamWrite_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamWrite
46 template<
typename SourceColumnT = Aws::String>
47 void SetSourceColumn(SourceColumnT&& value) { m_sourceColumnHasBeenSet =
true; m_sourceColumn = std::forward<SourceColumnT>(value); }
48 template<
typename SourceColumnT = Aws::String>
58 template<
typename DestinationColumnT = Aws::String>
59 void SetDestinationColumn(DestinationColumnT&& value) { m_destinationColumnHasBeenSet =
true; m_destinationColumn = std::forward<DestinationColumnT>(value); }
60 template<
typename DestinationColumnT = Aws::String>
66 bool m_sourceColumnHasBeenSet =
false;
69 bool m_destinationColumnHasBeenSet =
false;
const Aws::String & GetSourceColumn() const
const Aws::String & GetDestinationColumn() const
AWS_TIMESTREAMWRITE_API DimensionMapping(Aws::Utils::Json::JsonView jsonValue)
void SetDestinationColumn(DestinationColumnT &&value)
bool DestinationColumnHasBeenSet() const
DimensionMapping & WithSourceColumn(SourceColumnT &&value)
AWS_TIMESTREAMWRITE_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceColumnHasBeenSet() const
AWS_TIMESTREAMWRITE_API DimensionMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
DimensionMapping & WithDestinationColumn(DestinationColumnT &&value)
AWS_TIMESTREAMWRITE_API DimensionMapping()=default
void SetSourceColumn(SourceColumnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue