7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
43 template <
typename SourceT = Aws::Vector<DimensionField>>
45 m_sourceHasBeenSet =
true;
46 m_source = std::forward<SourceT>(value);
48 template <
typename SourceT = Aws::Vector<DimensionField>>
53 template <
typename SourceT = DimensionField>
55 m_sourceHasBeenSet =
true;
56 m_source.emplace_back(std::forward<SourceT>(value));
67 template <
typename DestinationT = Aws::Vector<DimensionField>>
69 m_destinationHasBeenSet =
true;
70 m_destination = std::forward<DestinationT>(value);
72 template <
typename DestinationT = Aws::Vector<DimensionField>>
77 template <
typename DestinationT = DimensionField>
79 m_destinationHasBeenSet =
true;
80 m_destination.emplace_back(std::forward<DestinationT>(value));
91 template <
typename WeightT = Aws::Vector<MeasureField>>
93 m_weightHasBeenSet =
true;
94 m_weight = std::forward<WeightT>(value);
96 template <
typename WeightT = Aws::Vector<MeasureField>>
101 template <
typename WeightT = MeasureField>
103 m_weightHasBeenSet =
true;
104 m_weight.emplace_back(std::forward<WeightT>(value));
114 bool m_sourceHasBeenSet =
false;
115 bool m_destinationHasBeenSet =
false;
116 bool m_weightHasBeenSet =
false;
bool WeightHasBeenSet() const
const Aws::Vector< MeasureField > & GetWeight() const
bool SourceHasBeenSet() const
SankeyDiagramAggregatedFieldWells & AddWeight(WeightT &&value)
SankeyDiagramAggregatedFieldWells & AddDestination(DestinationT &&value)
void SetWeight(WeightT &&value)
SankeyDiagramAggregatedFieldWells & AddSource(SourceT &&value)
AWS_QUICKSIGHT_API SankeyDiagramAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< DimensionField > & GetDestination() const
AWS_QUICKSIGHT_API SankeyDiagramAggregatedFieldWells()=default
bool DestinationHasBeenSet() const
void SetSource(SourceT &&value)
SankeyDiagramAggregatedFieldWells & WithWeight(WeightT &&value)
SankeyDiagramAggregatedFieldWells & WithSource(SourceT &&value)
void SetDestination(DestinationT &&value)
SankeyDiagramAggregatedFieldWells & WithDestination(DestinationT &&value)
const Aws::Vector< DimensionField > & GetSource() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API SankeyDiagramAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue