7#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace TimestreamQuery
46 template<
typename DatabaseNameT = Aws::String>
48 template<
typename DatabaseNameT = Aws::String>
58 template<
typename TableNameT = Aws::String>
59 void SetTableName(
TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
60 template<
typename TableNameT = Aws::String>
66 bool m_databaseNameHasBeenSet =
false;
69 bool m_tableNameHasBeenSet =
false;
void SetDatabaseName(DatabaseNameT &&value)
TimestreamDestination & WithDatabaseName(DatabaseNameT &&value)
TimestreamDestination & WithTableName(TableNameT &&value)
bool DatabaseNameHasBeenSet() const
AWS_TIMESTREAMQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TIMESTREAMQUERY_API TimestreamDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTableName() const
bool TableNameHasBeenSet() const
AWS_TIMESTREAMQUERY_API TimestreamDestination(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDatabaseName() const
AWS_TIMESTREAMQUERY_API TimestreamDestination()=default
void SetTableName(TableNameT &&value)
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