7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connectcases/model/Section.h>
47 template<
typename SectionsT = Aws::Vector<Section>>
48 void SetSections(SectionsT&& value) { m_sectionsHasBeenSet =
true; m_sections = std::forward<SectionsT>(value); }
49 template<
typename SectionsT = Aws::Vector<Section>>
51 template<
typename SectionsT = Section>
52 LayoutSections&
AddSections(SectionsT&& value) { m_sectionsHasBeenSet =
true; m_sections.emplace_back(std::forward<SectionsT>(value));
return *
this; }
57 bool m_sectionsHasBeenSet =
false;
AWS_CONNECTCASES_API LayoutSections & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCASES_API LayoutSections()=default
void SetSections(SectionsT &&value)
bool SectionsHasBeenSet() const
LayoutSections & AddSections(SectionsT &&value)
LayoutSections & WithSections(SectionsT &&value)
AWS_CONNECTCASES_API LayoutSections(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Section > & GetSections() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue