7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/SectionLayoutConfiguration.h>
10#include <aws/quicksight/model/SectionStyle.h>
43 template <
typename SectionIdT = Aws::String>
45 m_sectionIdHasBeenSet =
true;
46 m_sectionId = std::forward<SectionIdT>(value);
48 template <
typename SectionIdT = Aws::String>
61 template <
typename LayoutT = SectionLayoutConfiguration>
63 m_layoutHasBeenSet =
true;
64 m_layout = std::forward<LayoutT>(value);
66 template <
typename LayoutT = SectionLayoutConfiguration>
79 template <
typename StyleT = SectionStyle>
81 m_styleHasBeenSet =
true;
82 m_style = std::forward<StyleT>(value);
84 template <
typename StyleT = SectionStyle>
86 SetStyle(std::forward<StyleT>(value));
96 bool m_sectionIdHasBeenSet =
false;
97 bool m_layoutHasBeenSet =
false;
98 bool m_styleHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue