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 NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
75 template <
typename ContentT = LayoutContent>
77 m_contentHasBeenSet =
true;
78 m_content = std::forward<ContentT>(value);
80 template <
typename ContentT = LayoutContent>
92 bool m_domainIdHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
94 bool m_contentHasBeenSet =
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