7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/JoinInstruction.h>
43 template <
typename JoinInstructionT = JoinInstruction>
45 m_joinInstructionHasBeenSet =
true;
46 m_joinInstruction = std::forward<JoinInstructionT>(value);
48 template <
typename JoinInstructionT = JoinInstruction>
61 template <
typename PhysicalTableIdT = Aws::String>
63 m_physicalTableIdHasBeenSet =
true;
64 m_physicalTableId = std::forward<PhysicalTableIdT>(value);
66 template <
typename PhysicalTableIdT = Aws::String>
79 template <
typename DataSetArnT = Aws::String>
81 m_dataSetArnHasBeenSet =
true;
82 m_dataSetArn = std::forward<DataSetArnT>(value);
84 template <
typename DataSetArnT = Aws::String>
96 bool m_joinInstructionHasBeenSet =
false;
97 bool m_physicalTableIdHasBeenSet =
false;
98 bool m_dataSetArnHasBeenSet =
false;
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
bool DataSetArnHasBeenSet() const
void SetPhysicalTableId(PhysicalTableIdT &&value)
AWS_QUICKSIGHT_API LogicalTableSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool JoinInstructionHasBeenSet() const
const JoinInstruction & GetJoinInstruction() const
LogicalTableSource & WithPhysicalTableId(PhysicalTableIdT &&value)
void SetDataSetArn(DataSetArnT &&value)
AWS_QUICKSIGHT_API LogicalTableSource()=default
LogicalTableSource & WithDataSetArn(DataSetArnT &&value)
const Aws::String & GetDataSetArn() const
bool PhysicalTableIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue