7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
19namespace TimestreamQuery {
40 template <
typename DatabaseNameT = Aws::String>
42 m_databaseNameHasBeenSet =
true;
43 m_databaseName = std::forward<DatabaseNameT>(value);
45 template <
typename DatabaseNameT = Aws::String>
58 template <
typename TableNameT = Aws::String>
60 m_tableNameHasBeenSet =
true;
61 m_tableName = std::forward<TableNameT>(value);
63 template <
typename TableNameT = Aws::String>
73 bool m_databaseNameHasBeenSet =
false;
74 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