7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TextT = Aws::String>
48 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
49 template<
typename TextT = Aws::String>
55 bool m_textHasBeenSet =
false;
void SetText(TextT &&value)
AWS_QUICKSIGHT_API ColumnDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TextHasBeenSet() const
AWS_QUICKSIGHT_API ColumnDescription(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetText() const
AWS_QUICKSIGHT_API ColumnDescription()=default
ColumnDescription & WithText(TextT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue