7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TextBoxInteractionOptions.h>
43 template <
typename SheetTextBoxIdT = Aws::String>
45 m_sheetTextBoxIdHasBeenSet =
true;
46 m_sheetTextBoxId = std::forward<SheetTextBoxIdT>(value);
48 template <
typename SheetTextBoxIdT = Aws::String>
61 template <
typename ContentT = Aws::String>
63 m_contentHasBeenSet =
true;
64 m_content = std::forward<ContentT>(value);
66 template <
typename ContentT = Aws::String>
79 template <
typename InteractionsT = TextBoxInteractionOptions>
81 m_interactionsHasBeenSet =
true;
82 m_interactions = std::forward<InteractionsT>(value);
84 template <
typename InteractionsT = TextBoxInteractionOptions>
96 bool m_sheetTextBoxIdHasBeenSet =
false;
97 bool m_contentHasBeenSet =
false;
98 bool m_interactionsHasBeenSet =
false;
void SetContent(ContentT &&value)
bool SheetTextBoxIdHasBeenSet() const
void SetInteractions(InteractionsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SheetTextBox()=default
AWS_QUICKSIGHT_API SheetTextBox(Aws::Utils::Json::JsonView jsonValue)
void SetSheetTextBoxId(SheetTextBoxIdT &&value)
bool InteractionsHasBeenSet() const
AWS_QUICKSIGHT_API SheetTextBox & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ContentHasBeenSet() const
SheetTextBox & WithSheetTextBoxId(SheetTextBoxIdT &&value)
SheetTextBox & WithContent(ContentT &&value)
const TextBoxInteractionOptions & GetInteractions() const
const Aws::String & GetSheetTextBoxId() const
SheetTextBox & WithInteractions(InteractionsT &&value)
const Aws::String & GetContent() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue