7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/SectionLayoutConfiguration.h>
10#include <aws/quicksight/model/SectionStyle.h>
49 template<
typename SectionIdT = Aws::String>
50 void SetSectionId(SectionIdT&& value) { m_sectionIdHasBeenSet =
true; m_sectionId = std::forward<SectionIdT>(value); }
51 template<
typename SectionIdT = Aws::String>
61 template<
typename LayoutT = SectionLayoutConfiguration>
62 void SetLayout(LayoutT&& value) { m_layoutHasBeenSet =
true; m_layout = std::forward<LayoutT>(value); }
63 template<
typename LayoutT = SectionLayoutConfiguration>
73 template<
typename StyleT = SectionStyle>
74 void SetStyle(StyleT&& value) { m_styleHasBeenSet =
true; m_style = std::forward<StyleT>(value); }
75 template<
typename StyleT = SectionStyle>
81 bool m_sectionIdHasBeenSet =
false;
84 bool m_layoutHasBeenSet =
false;
87 bool m_styleHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue