AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SheetTextBox.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_QUICKSIGHT_API SheetTextBox();
35 AWS_QUICKSIGHT_API SheetTextBox(Aws::Utils::Json::JsonView jsonValue);
36 AWS_QUICKSIGHT_API SheetTextBox& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline const Aws::String& GetSheetTextBoxId() const{ return m_sheetTextBoxId; }
47 inline bool SheetTextBoxIdHasBeenSet() const { return m_sheetTextBoxIdHasBeenSet; }
48 inline void SetSheetTextBoxId(const Aws::String& value) { m_sheetTextBoxIdHasBeenSet = true; m_sheetTextBoxId = value; }
49 inline void SetSheetTextBoxId(Aws::String&& value) { m_sheetTextBoxIdHasBeenSet = true; m_sheetTextBoxId = std::move(value); }
50 inline void SetSheetTextBoxId(const char* value) { m_sheetTextBoxIdHasBeenSet = true; m_sheetTextBoxId.assign(value); }
51 inline SheetTextBox& WithSheetTextBoxId(const Aws::String& value) { SetSheetTextBoxId(value); return *this;}
52 inline SheetTextBox& WithSheetTextBoxId(Aws::String&& value) { SetSheetTextBoxId(std::move(value)); return *this;}
53 inline SheetTextBox& WithSheetTextBoxId(const char* value) { SetSheetTextBoxId(value); return *this;}
55
57
60 inline const Aws::String& GetContent() const{ return m_content; }
61 inline bool ContentHasBeenSet() const { return m_contentHasBeenSet; }
62 inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; }
63 inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(value); }
64 inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); }
65 inline SheetTextBox& WithContent(const Aws::String& value) { SetContent(value); return *this;}
66 inline SheetTextBox& WithContent(Aws::String&& value) { SetContent(std::move(value)); return *this;}
67 inline SheetTextBox& WithContent(const char* value) { SetContent(value); return *this;}
69 private:
70
71 Aws::String m_sheetTextBoxId;
72 bool m_sheetTextBoxIdHasBeenSet = false;
73
74 Aws::String m_content;
75 bool m_contentHasBeenSet = false;
76 };
77
78} // namespace Model
79} // namespace QuickSight
80} // namespace Aws
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSheetTextBoxId(const char *value)
AWS_QUICKSIGHT_API SheetTextBox(Aws::Utils::Json::JsonView jsonValue)
void SetSheetTextBoxId(Aws::String &&value)
SheetTextBox & WithSheetTextBoxId(Aws::String &&value)
SheetTextBox & WithContent(const Aws::String &value)
SheetTextBox & WithContent(Aws::String &&value)
SheetTextBox & WithSheetTextBoxId(const Aws::String &value)
void SetContent(const Aws::String &value)
AWS_QUICKSIGHT_API SheetTextBox & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSheetTextBoxId(const Aws::String &value)
void SetContent(Aws::String &&value)
SheetTextBox & WithSheetTextBoxId(const char *value)
void SetContent(const char *value)
const Aws::String & GetSheetTextBoxId() const
const Aws::String & GetContent() const
SheetTextBox & WithContent(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue