AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BasicLayout.h
1
6#pragma once
7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/LayoutSections.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace ConnectCases
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_CONNECTCASES_API BasicLayout();
37 AWS_CONNECTCASES_API BasicLayout(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CONNECTCASES_API BasicLayout& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const LayoutSections& GetMoreInfo() const{ return m_moreInfo; }
47 inline bool MoreInfoHasBeenSet() const { return m_moreInfoHasBeenSet; }
48 inline void SetMoreInfo(const LayoutSections& value) { m_moreInfoHasBeenSet = true; m_moreInfo = value; }
49 inline void SetMoreInfo(LayoutSections&& value) { m_moreInfoHasBeenSet = true; m_moreInfo = std::move(value); }
50 inline BasicLayout& WithMoreInfo(const LayoutSections& value) { SetMoreInfo(value); return *this;}
51 inline BasicLayout& WithMoreInfo(LayoutSections&& value) { SetMoreInfo(std::move(value)); return *this;}
53
55
58 inline const LayoutSections& GetTopPanel() const{ return m_topPanel; }
59 inline bool TopPanelHasBeenSet() const { return m_topPanelHasBeenSet; }
60 inline void SetTopPanel(const LayoutSections& value) { m_topPanelHasBeenSet = true; m_topPanel = value; }
61 inline void SetTopPanel(LayoutSections&& value) { m_topPanelHasBeenSet = true; m_topPanel = std::move(value); }
62 inline BasicLayout& WithTopPanel(const LayoutSections& value) { SetTopPanel(value); return *this;}
63 inline BasicLayout& WithTopPanel(LayoutSections&& value) { SetTopPanel(std::move(value)); return *this;}
65 private:
66
67 LayoutSections m_moreInfo;
68 bool m_moreInfoHasBeenSet = false;
69
70 LayoutSections m_topPanel;
71 bool m_topPanelHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace ConnectCases
76} // namespace Aws
AWS_CONNECTCASES_API BasicLayout & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMoreInfo(LayoutSections &&value)
Definition BasicLayout.h:49
AWS_CONNECTCASES_API BasicLayout(Aws::Utils::Json::JsonView jsonValue)
void SetMoreInfo(const LayoutSections &value)
Definition BasicLayout.h:48
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
const LayoutSections & GetMoreInfo() const
Definition BasicLayout.h:46
BasicLayout & WithMoreInfo(const LayoutSections &value)
Definition BasicLayout.h:50
void SetTopPanel(const LayoutSections &value)
Definition BasicLayout.h:60
BasicLayout & WithMoreInfo(LayoutSections &&value)
Definition BasicLayout.h:51
void SetTopPanel(LayoutSections &&value)
Definition BasicLayout.h:61
BasicLayout & WithTopPanel(const LayoutSections &value)
Definition BasicLayout.h:62
BasicLayout & WithTopPanel(LayoutSections &&value)
Definition BasicLayout.h:63
const LayoutSections & GetTopPanel() const
Definition BasicLayout.h:58
AWS_CONNECTCASES_API BasicLayout()
Aws::Utils::Json::JsonValue JsonValue