7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/JoinKeyProperties.h>
10#include <aws/quicksight/model/JoinType.h>
48 template<
typename LeftOperandT = Aws::String>
49 void SetLeftOperand(LeftOperandT&& value) { m_leftOperandHasBeenSet =
true; m_leftOperand = std::forward<LeftOperandT>(value); }
50 template<
typename LeftOperandT = Aws::String>
60 template<
typename RightOperandT = Aws::String>
61 void SetRightOperand(RightOperandT&& value) { m_rightOperandHasBeenSet =
true; m_rightOperand = std::forward<RightOperandT>(value); }
62 template<
typename RightOperandT = Aws::String>
72 template<
typename LeftJoinKeyPropertiesT = JoinKeyProperties>
73 void SetLeftJoinKeyProperties(LeftJoinKeyPropertiesT&& value) { m_leftJoinKeyPropertiesHasBeenSet =
true; m_leftJoinKeyProperties = std::forward<LeftJoinKeyPropertiesT>(value); }
74 template<
typename LeftJoinKeyPropertiesT = JoinKeyProperties>
84 template<
typename RightJoinKeyPropertiesT = JoinKeyProperties>
85 void SetRightJoinKeyProperties(RightJoinKeyPropertiesT&& value) { m_rightJoinKeyPropertiesHasBeenSet =
true; m_rightJoinKeyProperties = std::forward<RightJoinKeyPropertiesT>(value); }
86 template<
typename RightJoinKeyPropertiesT = JoinKeyProperties>
106 template<
typename OnClauseT = Aws::String>
107 void SetOnClause(OnClauseT&& value) { m_onClauseHasBeenSet =
true; m_onClause = std::forward<OnClauseT>(value); }
108 template<
typename OnClauseT = Aws::String>
114 bool m_leftOperandHasBeenSet =
false;
117 bool m_rightOperandHasBeenSet =
false;
120 bool m_leftJoinKeyPropertiesHasBeenSet =
false;
123 bool m_rightJoinKeyPropertiesHasBeenSet =
false;
126 bool m_typeHasBeenSet =
false;
129 bool m_onClauseHasBeenSet =
false;
bool LeftOperandHasBeenSet() const
bool RightOperandHasBeenSet() const
bool TypeHasBeenSet() const
const JoinKeyProperties & GetRightJoinKeyProperties() const
JoinInstruction & WithRightJoinKeyProperties(RightJoinKeyPropertiesT &&value)
bool RightJoinKeyPropertiesHasBeenSet() const
const Aws::String & GetRightOperand() const
AWS_QUICKSIGHT_API JoinInstruction & operator=(Aws::Utils::Json::JsonView jsonValue)
JoinInstruction & WithLeftOperand(LeftOperandT &&value)
void SetOnClause(OnClauseT &&value)
void SetType(JoinType value)
AWS_QUICKSIGHT_API JoinInstruction(Aws::Utils::Json::JsonView jsonValue)
void SetLeftJoinKeyProperties(LeftJoinKeyPropertiesT &&value)
bool OnClauseHasBeenSet() const
bool LeftJoinKeyPropertiesHasBeenSet() const
JoinInstruction & WithOnClause(OnClauseT &&value)
void SetLeftOperand(LeftOperandT &&value)
const Aws::String & GetOnClause() const
void SetRightJoinKeyProperties(RightJoinKeyPropertiesT &&value)
void SetRightOperand(RightOperandT &&value)
const Aws::String & GetLeftOperand() const
const JoinKeyProperties & GetLeftJoinKeyProperties() const
JoinInstruction & WithRightOperand(RightOperandT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API JoinInstruction()=default
JoinInstruction & WithType(JoinType value)
JoinInstruction & WithLeftJoinKeyProperties(LeftJoinKeyPropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue