AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Slot.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
31 class Slot
32 {
33 public:
34 AWS_QUICKSIGHT_API Slot();
35 AWS_QUICKSIGHT_API Slot(Aws::Utils::Json::JsonView jsonValue);
36 AWS_QUICKSIGHT_API Slot& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetSlotId() const{ return m_slotId; }
45 inline bool SlotIdHasBeenSet() const { return m_slotIdHasBeenSet; }
46 inline void SetSlotId(const Aws::String& value) { m_slotIdHasBeenSet = true; m_slotId = value; }
47 inline void SetSlotId(Aws::String&& value) { m_slotIdHasBeenSet = true; m_slotId = std::move(value); }
48 inline void SetSlotId(const char* value) { m_slotIdHasBeenSet = true; m_slotId.assign(value); }
49 inline Slot& WithSlotId(const Aws::String& value) { SetSlotId(value); return *this;}
50 inline Slot& WithSlotId(Aws::String&& value) { SetSlotId(std::move(value)); return *this;}
51 inline Slot& WithSlotId(const char* value) { SetSlotId(value); return *this;}
53
55
58 inline const Aws::String& GetVisualId() const{ return m_visualId; }
59 inline bool VisualIdHasBeenSet() const { return m_visualIdHasBeenSet; }
60 inline void SetVisualId(const Aws::String& value) { m_visualIdHasBeenSet = true; m_visualId = value; }
61 inline void SetVisualId(Aws::String&& value) { m_visualIdHasBeenSet = true; m_visualId = std::move(value); }
62 inline void SetVisualId(const char* value) { m_visualIdHasBeenSet = true; m_visualId.assign(value); }
63 inline Slot& WithVisualId(const Aws::String& value) { SetVisualId(value); return *this;}
64 inline Slot& WithVisualId(Aws::String&& value) { SetVisualId(std::move(value)); return *this;}
65 inline Slot& WithVisualId(const char* value) { SetVisualId(value); return *this;}
67 private:
68
69 Aws::String m_slotId;
70 bool m_slotIdHasBeenSet = false;
71
72 Aws::String m_visualId;
73 bool m_visualIdHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace QuickSight
78} // namespace Aws
Slot & WithVisualId(Aws::String &&value)
Definition Slot.h:64
bool VisualIdHasBeenSet() const
Definition Slot.h:59
Slot & WithSlotId(Aws::String &&value)
Definition Slot.h:50
void SetVisualId(const char *value)
Definition Slot.h:62
const Aws::String & GetVisualId() const
Definition Slot.h:58
void SetSlotId(const Aws::String &value)
Definition Slot.h:46
bool SlotIdHasBeenSet() const
Definition Slot.h:45
Slot & WithSlotId(const Aws::String &value)
Definition Slot.h:49
void SetSlotId(const char *value)
Definition Slot.h:48
Slot & WithSlotId(const char *value)
Definition Slot.h:51
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Slot & WithVisualId(const Aws::String &value)
Definition Slot.h:63
const Aws::String & GetSlotId() const
Definition Slot.h:44
void SetVisualId(const Aws::String &value)
Definition Slot.h:60
AWS_QUICKSIGHT_API Slot & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetVisualId(Aws::String &&value)
Definition Slot.h:61
void SetSlotId(Aws::String &&value)
Definition Slot.h:47
Slot & WithVisualId(const char *value)
Definition Slot.h:65
AWS_QUICKSIGHT_API Slot()
AWS_QUICKSIGHT_API Slot(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue