7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/ConnectCasesRequest.h>
9#include <aws/connectcases/model/LayoutContent.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename ContentT = LayoutContent>
44 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
45 template<
typename ContentT = LayoutContent>
55 template<
typename DomainIdT = Aws::String>
56 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
57 template<
typename DomainIdT = Aws::String>
67 template<
typename LayoutIdT = Aws::String>
68 void SetLayoutId(LayoutIdT&& value) { m_layoutIdHasBeenSet =
true; m_layoutId = std::forward<LayoutIdT>(value); }
69 template<
typename LayoutIdT = Aws::String>
79 template<
typename NameT = Aws::String>
80 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
81 template<
typename NameT = Aws::String>
87 bool m_contentHasBeenSet =
false;
90 bool m_domainIdHasBeenSet =
false;
93 bool m_layoutIdHasBeenSet =
false;
96 bool m_nameHasBeenSet =
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