7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
49 template<
typename SourceT = Aws::Vector<DimensionField>>
50 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
51 template<
typename SourceT = Aws::Vector<DimensionField>>
53 template<
typename SourceT = DimensionField>
63 template<
typename DestinationT = Aws::Vector<DimensionField>>
64 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
65 template<
typename DestinationT = Aws::Vector<DimensionField>>
67 template<
typename DestinationT = DimensionField>
77 template<
typename WeightT = Aws::Vector<MeasureField>>
78 void SetWeight(WeightT&& value) { m_weightHasBeenSet =
true; m_weight = std::forward<WeightT>(value); }
79 template<
typename WeightT = Aws::Vector<MeasureField>>
81 template<
typename WeightT = MeasureField>
87 bool m_sourceHasBeenSet =
false;
90 bool m_destinationHasBeenSet =
false;
93 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