7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/LayoutSections.h>
48 template<
typename MoreInfoT = LayoutSections>
49 void SetMoreInfo(MoreInfoT&& value) { m_moreInfoHasBeenSet =
true; m_moreInfo = std::forward<MoreInfoT>(value); }
50 template<
typename MoreInfoT = LayoutSections>
60 template<
typename TopPanelT = LayoutSections>
61 void SetTopPanel(TopPanelT&& value) { m_topPanelHasBeenSet =
true; m_topPanel = std::forward<TopPanelT>(value); }
62 template<
typename TopPanelT = LayoutSections>
68 bool m_moreInfoHasBeenSet =
false;
71 bool m_topPanelHasBeenSet =
false;
AWS_CONNECTCASES_API BasicLayout & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMoreInfo(MoreInfoT &&value)
AWS_CONNECTCASES_API BasicLayout(Aws::Utils::Json::JsonView jsonValue)
void SetTopPanel(TopPanelT &&value)
AWS_CONNECTCASES_API BasicLayout()=default
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
const LayoutSections & GetMoreInfo() const
bool MoreInfoHasBeenSet() const
BasicLayout & WithTopPanel(TopPanelT &&value)
bool TopPanelHasBeenSet() const
BasicLayout & WithMoreInfo(MoreInfoT &&value)
const LayoutSections & GetTopPanel() const
Aws::Utils::Json::JsonValue JsonValue