7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TextBoxInteractionOptions.h>
49 template<
typename SheetTextBoxIdT = Aws::String>
50 void SetSheetTextBoxId(SheetTextBoxIdT&& value) { m_sheetTextBoxIdHasBeenSet =
true; m_sheetTextBoxId = std::forward<SheetTextBoxIdT>(value); }
51 template<
typename SheetTextBoxIdT = Aws::String>
61 template<
typename ContentT = Aws::String>
62 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
63 template<
typename ContentT = Aws::String>
73 template<
typename InteractionsT = TextBoxInteractionOptions>
74 void SetInteractions(InteractionsT&& value) { m_interactionsHasBeenSet =
true; m_interactions = std::forward<InteractionsT>(value); }
75 template<
typename InteractionsT = TextBoxInteractionOptions>
81 bool m_sheetTextBoxIdHasBeenSet =
false;
84 bool m_contentHasBeenSet =
false;
87 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