AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
LogicalTableSource.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/JoinInstruction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_QUICKSIGHT_API LogicalTableSource() = default;
38 AWS_QUICKSIGHT_API LogicalTableSource(Aws::Utils::Json::JsonView jsonValue);
40 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const JoinInstruction& GetJoinInstruction() const { return m_joinInstruction; }
48 inline bool JoinInstructionHasBeenSet() const { return m_joinInstructionHasBeenSet; }
49 template<typename JoinInstructionT = JoinInstruction>
50 void SetJoinInstruction(JoinInstructionT&& value) { m_joinInstructionHasBeenSet = true; m_joinInstruction = std::forward<JoinInstructionT>(value); }
51 template<typename JoinInstructionT = JoinInstruction>
52 LogicalTableSource& WithJoinInstruction(JoinInstructionT&& value) { SetJoinInstruction(std::forward<JoinInstructionT>(value)); return *this;}
54
56
59 inline const Aws::String& GetPhysicalTableId() const { return m_physicalTableId; }
60 inline bool PhysicalTableIdHasBeenSet() const { return m_physicalTableIdHasBeenSet; }
61 template<typename PhysicalTableIdT = Aws::String>
62 void SetPhysicalTableId(PhysicalTableIdT&& value) { m_physicalTableIdHasBeenSet = true; m_physicalTableId = std::forward<PhysicalTableIdT>(value); }
63 template<typename PhysicalTableIdT = Aws::String>
64 LogicalTableSource& WithPhysicalTableId(PhysicalTableIdT&& value) { SetPhysicalTableId(std::forward<PhysicalTableIdT>(value)); return *this;}
66
68
71 inline const Aws::String& GetDataSetArn() const { return m_dataSetArn; }
72 inline bool DataSetArnHasBeenSet() const { return m_dataSetArnHasBeenSet; }
73 template<typename DataSetArnT = Aws::String>
74 void SetDataSetArn(DataSetArnT&& value) { m_dataSetArnHasBeenSet = true; m_dataSetArn = std::forward<DataSetArnT>(value); }
75 template<typename DataSetArnT = Aws::String>
76 LogicalTableSource& WithDataSetArn(DataSetArnT&& value) { SetDataSetArn(std::forward<DataSetArnT>(value)); return *this;}
78 private:
79
80 JoinInstruction m_joinInstruction;
81 bool m_joinInstructionHasBeenSet = false;
82
83 Aws::String m_physicalTableId;
84 bool m_physicalTableIdHasBeenSet = false;
85
86 Aws::String m_dataSetArn;
87 bool m_dataSetArnHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace QuickSight
92} // namespace Aws
LogicalTableSource & WithJoinInstruction(JoinInstructionT &&value)
void SetJoinInstruction(JoinInstructionT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API LogicalTableSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPhysicalTableId() const
void SetPhysicalTableId(PhysicalTableIdT &&value)
AWS_QUICKSIGHT_API LogicalTableSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const JoinInstruction & GetJoinInstruction() const
LogicalTableSource & WithPhysicalTableId(PhysicalTableIdT &&value)
AWS_QUICKSIGHT_API LogicalTableSource()=default
LogicalTableSource & WithDataSetArn(DataSetArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue