7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/Section.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace ConnectCases {
41 template <
typename SectionsT = Aws::Vector<Section>>
43 m_sectionsHasBeenSet =
true;
44 m_sections = std::forward<SectionsT>(value);
46 template <
typename SectionsT = Aws::Vector<Section>>
51 template <
typename SectionsT = Section>
53 m_sectionsHasBeenSet =
true;
54 m_sections.emplace_back(std::forward<SectionsT>(value));
60 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