7#include <aws/connectcases/ConnectCasesRequest.h>
8#include <aws/connectcases/ConnectCases_EXPORTS.h>
9#include <aws/connectcases/model/LayoutContent.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ConnectCases {
38 template <
typename DomainIdT = Aws::String>
40 m_domainIdHasBeenSet =
true;
41 m_domainId = std::forward<DomainIdT>(value);
43 template <
typename DomainIdT = Aws::String>
56 template <
typename LayoutIdT = Aws::String>
58 m_layoutIdHasBeenSet =
true;
59 m_layoutId = std::forward<LayoutIdT>(value);
61 template <
typename LayoutIdT = Aws::String>
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
93 template <
typename ContentT = LayoutContent>
95 m_contentHasBeenSet =
true;
96 m_content = std::forward<ContentT>(value);
98 template <
typename ContentT = LayoutContent>
112 bool m_domainIdHasBeenSet =
false;
113 bool m_layoutIdHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_contentHasBeenSet =
false;
bool ContentHasBeenSet() const
void SetContent(ContentT &&value)
void SetLayoutId(LayoutIdT &&value)
const Aws::String & GetLayoutId() const
const LayoutContent & GetContent() const
UpdateLayoutRequest & WithName(NameT &&value)
UpdateLayoutRequest & WithContent(ContentT &&value)
AWS_CONNECTCASES_API Aws::String SerializePayload() const override
const Aws::String & GetDomainId() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
UpdateLayoutRequest & WithDomainId(DomainIdT &&value)
void SetName(NameT &&value)
AWS_CONNECTCASES_API UpdateLayoutRequest()=default
bool DomainIdHasBeenSet() const
UpdateLayoutRequest & WithLayoutId(LayoutIdT &&value)
void SetDomainId(DomainIdT &&value)
virtual const char * GetServiceRequestName() const override
bool LayoutIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String