7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/JoinOperandProperties.h>
10#include <aws/quicksight/model/JoinOperationType.h>
11#include <aws/quicksight/model/TransformOperationSource.h>
44 template <
typename AliasT = Aws::String>
46 m_aliasHasBeenSet =
true;
47 m_alias = std::forward<AliasT>(value);
49 template <
typename AliasT = Aws::String>
51 SetAlias(std::forward<AliasT>(value));
62 template <
typename LeftOperandT = TransformOperationSource>
64 m_leftOperandHasBeenSet =
true;
65 m_leftOperand = std::forward<LeftOperandT>(value);
67 template <
typename LeftOperandT = TransformOperationSource>
80 template <
typename RightOperandT = TransformOperationSource>
82 m_rightOperandHasBeenSet =
true;
83 m_rightOperand = std::forward<RightOperandT>(value);
85 template <
typename RightOperandT = TransformOperationSource>
100 m_typeHasBeenSet =
true;
116 template <
typename OnClauseT = Aws::String>
118 m_onClauseHasBeenSet =
true;
119 m_onClause = std::forward<OnClauseT>(value);
121 template <
typename OnClauseT = Aws::String>
135 template <
typename LeftOperandPropertiesT = JoinOperandProperties>
137 m_leftOperandPropertiesHasBeenSet =
true;
138 m_leftOperandProperties = std::forward<LeftOperandPropertiesT>(value);
140 template <
typename LeftOperandPropertiesT = JoinOperandProperties>
154 template <
typename RightOperandPropertiesT = JoinOperandProperties>
156 m_rightOperandPropertiesHasBeenSet =
true;
157 m_rightOperandProperties = std::forward<RightOperandPropertiesT>(value);
159 template <
typename RightOperandPropertiesT = JoinOperandProperties>
176 JoinOperandProperties m_leftOperandProperties;
178 JoinOperandProperties m_rightOperandProperties;
179 bool m_aliasHasBeenSet =
false;
180 bool m_leftOperandHasBeenSet =
false;
181 bool m_rightOperandHasBeenSet =
false;
182 bool m_typeHasBeenSet =
false;
183 bool m_onClauseHasBeenSet =
false;
184 bool m_leftOperandPropertiesHasBeenSet =
false;
185 bool m_rightOperandPropertiesHasBeenSet =
false;
JoinOperation & WithRightOperandProperties(RightOperandPropertiesT &&value)
JoinOperationType GetType() const
JoinOperation & WithAlias(AliasT &&value)
bool OnClauseHasBeenSet() const
void SetRightOperandProperties(RightOperandPropertiesT &&value)
const TransformOperationSource & GetLeftOperand() const
bool LeftOperandHasBeenSet() const
JoinOperation & WithOnClause(OnClauseT &&value)
JoinOperation & WithLeftOperandProperties(LeftOperandPropertiesT &&value)
AWS_QUICKSIGHT_API JoinOperation()=default
bool LeftOperandPropertiesHasBeenSet() const
AWS_QUICKSIGHT_API JoinOperation(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const JoinOperandProperties & GetRightOperandProperties() const
const Aws::String & GetOnClause() const
void SetLeftOperand(LeftOperandT &&value)
JoinOperation & WithRightOperand(RightOperandT &&value)
const JoinOperandProperties & GetLeftOperandProperties() const
bool RightOperandHasBeenSet() const
AWS_QUICKSIGHT_API JoinOperation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRightOperand(RightOperandT &&value)
const TransformOperationSource & GetRightOperand() const
bool RightOperandPropertiesHasBeenSet() const
bool TypeHasBeenSet() const
JoinOperation & WithType(JoinOperationType value)
const Aws::String & GetAlias() const
void SetType(JoinOperationType value)
void SetAlias(AliasT &&value)
JoinOperation & WithLeftOperand(LeftOperandT &&value)
void SetOnClause(OnClauseT &&value)
bool AliasHasBeenSet() const
void SetLeftOperandProperties(LeftOperandPropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue