7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/CustomInstruction.h>
10#include <aws/quicksight/model/DataSetSemanticDescription.h>
43 template <
typename DescriptionT = DataSetSemanticDescription>
45 m_descriptionHasBeenSet =
true;
46 m_description = std::forward<DescriptionT>(value);
48 template <
typename DescriptionT = DataSetSemanticDescription>
62 template <
typename CustomInstructionsT = Aws::Vector<CustomInstruction>>
64 m_customInstructionsHasBeenSet =
true;
65 m_customInstructions = std::forward<CustomInstructionsT>(value);
67 template <
typename CustomInstructionsT = Aws::Vector<CustomInstruction>>
72 template <
typename CustomInstructionsT = CustomInstruction>
74 m_customInstructionsHasBeenSet =
true;
75 m_customInstructions.emplace_back(std::forward<CustomInstructionsT>(value));
83 bool m_descriptionHasBeenSet =
false;
84 bool m_customInstructionsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue