AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Sheet.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
36 class Sheet
37 {
38 public:
39 AWS_QUICKSIGHT_API Sheet();
40 AWS_QUICKSIGHT_API Sheet(Aws::Utils::Json::JsonView jsonValue);
41 AWS_QUICKSIGHT_API Sheet& operator=(Aws::Utils::Json::JsonView jsonValue);
42 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const Aws::String& GetSheetId() const{ return m_sheetId; }
50 inline bool SheetIdHasBeenSet() const { return m_sheetIdHasBeenSet; }
51 inline void SetSheetId(const Aws::String& value) { m_sheetIdHasBeenSet = true; m_sheetId = value; }
52 inline void SetSheetId(Aws::String&& value) { m_sheetIdHasBeenSet = true; m_sheetId = std::move(value); }
53 inline void SetSheetId(const char* value) { m_sheetIdHasBeenSet = true; m_sheetId.assign(value); }
54 inline Sheet& WithSheetId(const Aws::String& value) { SetSheetId(value); return *this;}
55 inline Sheet& WithSheetId(Aws::String&& value) { SetSheetId(std::move(value)); return *this;}
56 inline Sheet& WithSheetId(const char* value) { SetSheetId(value); return *this;}
58
60
64 inline const Aws::String& GetName() const{ return m_name; }
65 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
66 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
67 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
68 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
69 inline Sheet& WithName(const Aws::String& value) { SetName(value); return *this;}
70 inline Sheet& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
71 inline Sheet& WithName(const char* value) { SetName(value); return *this;}
73 private:
74
75 Aws::String m_sheetId;
76 bool m_sheetIdHasBeenSet = false;
77
78 Aws::String m_name;
79 bool m_nameHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace QuickSight
84} // namespace Aws
Sheet & WithName(const char *value)
Definition Sheet.h:71
const Aws::String & GetSheetId() const
Definition Sheet.h:49
bool NameHasBeenSet() const
Definition Sheet.h:65
AWS_QUICKSIGHT_API Sheet & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(const Aws::String &value)
Definition Sheet.h:66
Sheet & WithSheetId(Aws::String &&value)
Definition Sheet.h:55
void SetSheetId(const char *value)
Definition Sheet.h:53
AWS_QUICKSIGHT_API Sheet()
void SetName(Aws::String &&value)
Definition Sheet.h:67
Sheet & WithSheetId(const Aws::String &value)
Definition Sheet.h:54
Sheet & WithName(const Aws::String &value)
Definition Sheet.h:69
const Aws::String & GetName() const
Definition Sheet.h:64
void SetSheetId(const Aws::String &value)
Definition Sheet.h:51
Sheet & WithSheetId(const char *value)
Definition Sheet.h:56
bool SheetIdHasBeenSet() const
Definition Sheet.h:50
void SetSheetId(Aws::String &&value)
Definition Sheet.h:52
void SetName(const char *value)
Definition Sheet.h:68
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Sheet & WithName(Aws::String &&value)
Definition Sheet.h:70
AWS_QUICKSIGHT_API Sheet(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue