7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/JoinKeyProperties.h>
10#include <aws/quicksight/model/JoinType.h>
42 template <
typename LeftOperandT = Aws::String>
44 m_leftOperandHasBeenSet =
true;
45 m_leftOperand = std::forward<LeftOperandT>(value);
47 template <
typename LeftOperandT = Aws::String>
60 template <
typename RightOperandT = Aws::String>
62 m_rightOperandHasBeenSet =
true;
63 m_rightOperand = std::forward<RightOperandT>(value);
65 template <
typename RightOperandT = Aws::String>
78 template <
typename LeftJoinKeyPropertiesT = JoinKeyProperties>
80 m_leftJoinKeyPropertiesHasBeenSet =
true;
81 m_leftJoinKeyProperties = std::forward<LeftJoinKeyPropertiesT>(value);
83 template <
typename LeftJoinKeyPropertiesT = JoinKeyProperties>
96 template <
typename RightJoinKeyPropertiesT = JoinKeyProperties>
98 m_rightJoinKeyPropertiesHasBeenSet =
true;
99 m_rightJoinKeyProperties = std::forward<RightJoinKeyPropertiesT>(value);
101 template <
typename RightJoinKeyPropertiesT = JoinKeyProperties>
115 m_typeHasBeenSet =
true;
130 template <
typename OnClauseT = Aws::String>
132 m_onClauseHasBeenSet =
true;
133 m_onClause = std::forward<OnClauseT>(value);
135 template <
typename OnClauseT = Aws::String>
153 bool m_leftOperandHasBeenSet =
false;
154 bool m_rightOperandHasBeenSet =
false;
155 bool m_leftJoinKeyPropertiesHasBeenSet =
false;
156 bool m_rightJoinKeyPropertiesHasBeenSet =
false;
157 bool m_typeHasBeenSet =
false;
158 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