7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/JoinInstruction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename JoinInstructionT = JoinInstruction>
50 void SetJoinInstruction(JoinInstructionT&& value) { m_joinInstructionHasBeenSet =
true; m_joinInstruction = std::forward<JoinInstructionT>(value); }
51 template<
typename JoinInstructionT = JoinInstruction>
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>
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>
81 bool m_joinInstructionHasBeenSet =
false;
84 bool m_physicalTableIdHasBeenSet =
false;
87 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