7#include <aws/connectcases/ConnectCasesRequest.h>
8#include <aws/connectcases/ConnectCases_EXPORTS.h>
9#include <aws/connectcases/model/RelatedItemInputContent.h>
10#include <aws/connectcases/model/RelatedItemType.h>
11#include <aws/connectcases/model/UserUnion.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17namespace ConnectCases {
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
58 template <
typename CaseIdT = Aws::String>
60 m_caseIdHasBeenSet =
true;
61 m_caseId = std::forward<CaseIdT>(value);
63 template <
typename CaseIdT = Aws::String>
77 m_typeHasBeenSet =
true;
92 template <
typename ContentT = RelatedItemInputContent>
94 m_contentHasBeenSet =
true;
95 m_content = std::forward<ContentT>(value);
97 template <
typename ContentT = RelatedItemInputContent>
110 template <
typename PerformedByT = UserUnion>
112 m_performedByHasBeenSet =
true;
113 m_performedBy = std::forward<PerformedByT>(value);
115 template <
typename PerformedByT = UserUnion>
128 RelatedItemInputContent m_content;
130 UserUnion m_performedBy;
131 bool m_domainIdHasBeenSet =
false;
132 bool m_caseIdHasBeenSet =
false;
133 bool m_typeHasBeenSet =
false;
134 bool m_contentHasBeenSet =
false;
135 bool m_performedByHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String