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 NameT = Aws::String>
68 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
69 template<
typename NameT = Aws::String>
75 bool m_contentHasBeenSet =
false;
78 bool m_domainIdHasBeenSet =
false;
81 bool m_nameHasBeenSet =
false;
const LayoutContent & GetContent() const
CreateLayoutRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
void SetDomainId(DomainIdT &&value)
AWS_CONNECTCASES_API CreateLayoutRequest()=default
void SetContent(ContentT &&value)
bool DomainIdHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetDomainId() const
CreateLayoutRequest & WithContent(ContentT &&value)
AWS_CONNECTCASES_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
CreateLayoutRequest & WithDomainId(DomainIdT &&value)
bool NameHasBeenSet() const
bool ContentHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String