7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/support/SupportRequest.h>
10#include <aws/support/Support_EXPORTS.h>
43 template <
typename SubjectT = Aws::String>
45 m_subjectHasBeenSet =
true;
46 m_subject = std::forward<SubjectT>(value);
48 template <
typename SubjectT = Aws::String>
63 template <
typename ServiceCodeT = Aws::String>
65 m_serviceCodeHasBeenSet =
true;
66 m_serviceCode = std::forward<ServiceCodeT>(value);
68 template <
typename ServiceCodeT = Aws::String>
89 template <
typename SeverityCodeT = Aws::String>
91 m_severityCodeHasBeenSet =
true;
92 m_severityCode = std::forward<SeverityCodeT>(value);
94 template <
typename SeverityCodeT = Aws::String>
109 template <
typename CategoryCodeT = Aws::String>
111 m_categoryCodeHasBeenSet =
true;
112 m_categoryCode = std::forward<CategoryCodeT>(value);
114 template <
typename CategoryCodeT = Aws::String>
130 template <
typename CommunicationBodyT = Aws::String>
132 m_communicationBodyHasBeenSet =
true;
133 m_communicationBody = std::forward<CommunicationBodyT>(value);
135 template <
typename CommunicationBodyT = Aws::String>
152 template <
typename CcEmailAddressesT = Aws::Vector<Aws::String>>
154 m_ccEmailAddressesHasBeenSet =
true;
155 m_ccEmailAddresses = std::forward<CcEmailAddressesT>(value);
157 template <
typename CcEmailAddressesT = Aws::Vector<Aws::String>>
162 template <
typename CcEmailAddressesT = Aws::String>
164 m_ccEmailAddressesHasBeenSet =
true;
165 m_ccEmailAddresses.emplace_back(std::forward<CcEmailAddressesT>(value));
180 template <
typename LanguageT = Aws::String>
182 m_languageHasBeenSet =
true;
183 m_language = std::forward<LanguageT>(value);
185 template <
typename LanguageT = Aws::String>
200 template <
typename IssueTypeT = Aws::String>
202 m_issueTypeHasBeenSet =
true;
203 m_issueType = std::forward<IssueTypeT>(value);
205 template <
typename IssueTypeT = Aws::String>
221 template <
typename AttachmentSetIdT = Aws::String>
223 m_attachmentSetIdHasBeenSet =
true;
224 m_attachmentSetId = std::forward<AttachmentSetIdT>(value);
226 template <
typename AttachmentSetIdT = Aws::String>
244 template <
typename UploadIdsT = Aws::Vector<Aws::String>>
246 m_uploadIdsHasBeenSet =
true;
247 m_uploadIds = std::forward<UploadIdsT>(value);
249 template <
typename UploadIdsT = Aws::Vector<Aws::String>>
254 template <
typename UploadIdsT = Aws::String>
256 m_uploadIdsHasBeenSet =
true;
257 m_uploadIds.emplace_back(std::forward<UploadIdsT>(value));
272 m_dryRunHasBeenSet =
true;
301 bool m_dryRun{
false};
302 bool m_subjectHasBeenSet =
false;
303 bool m_serviceCodeHasBeenSet =
false;
304 bool m_severityCodeHasBeenSet =
false;
305 bool m_categoryCodeHasBeenSet =
false;
306 bool m_communicationBodyHasBeenSet =
false;
307 bool m_ccEmailAddressesHasBeenSet =
false;
308 bool m_languageHasBeenSet =
false;
309 bool m_issueTypeHasBeenSet =
false;
310 bool m_attachmentSetIdHasBeenSet =
false;
311 bool m_uploadIdsHasBeenSet =
false;
312 bool m_dryRunHasBeenSet =
false;
const Aws::String & GetIssueType() const
void SetAttachmentSetId(AttachmentSetIdT &&value)
bool CcEmailAddressesHasBeenSet() const
bool SubjectHasBeenSet() const
CreateCaseRequest & WithCategoryCode(CategoryCodeT &&value)
void SetCcEmailAddresses(CcEmailAddressesT &&value)
void SetSubject(SubjectT &&value)
CreateCaseRequest & WithLanguage(LanguageT &&value)
void SetLanguage(LanguageT &&value)
const Aws::String & GetSubject() const
CreateCaseRequest & WithAttachmentSetId(AttachmentSetIdT &&value)
const Aws::Vector< Aws::String > & GetUploadIds() const
CreateCaseRequest & WithCommunicationBody(CommunicationBodyT &&value)
CreateCaseRequest & WithDryRun(bool value)
const Aws::String & GetCommunicationBody() const
virtual const char * GetServiceRequestName() const override
void SetCategoryCode(CategoryCodeT &&value)
bool DryRunHasBeenSet() const
const Aws::Vector< Aws::String > & GetCcEmailAddresses() const
bool CategoryCodeHasBeenSet() const
void SetUploadIds(UploadIdsT &&value)
bool UploadIdsHasBeenSet() const
CreateCaseRequest & AddUploadIds(UploadIdsT &&value)
void SetDryRun(bool value)
bool LanguageHasBeenSet() const
bool ServiceCodeHasBeenSet() const
void SetCommunicationBody(CommunicationBodyT &&value)
const Aws::String & GetSeverityCode() const
const Aws::String & GetLanguage() const
const Aws::String & GetServiceCode() const
AWS_SUPPORT_API CreateCaseRequest()=default
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateCaseRequest & AddCcEmailAddresses(CcEmailAddressesT &&value)
void SetSeverityCode(SeverityCodeT &&value)
CreateCaseRequest & WithServiceCode(ServiceCodeT &&value)
bool SeverityCodeHasBeenSet() const
const Aws::String & GetCategoryCode() const
CreateCaseRequest & WithUploadIds(UploadIdsT &&value)
CreateCaseRequest & WithCcEmailAddresses(CcEmailAddressesT &&value)
const Aws::String & GetAttachmentSetId() const
AWS_SUPPORT_API Aws::String SerializePayload() const override
bool IssueTypeHasBeenSet() const
CreateCaseRequest & WithSubject(SubjectT &&value)
CreateCaseRequest & WithSeverityCode(SeverityCodeT &&value)
void SetIssueType(IssueTypeT &&value)
bool AttachmentSetIdHasBeenSet() const
bool CommunicationBodyHasBeenSet() const
void SetServiceCode(ServiceCodeT &&value)
CreateCaseRequest & WithIssueType(IssueTypeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector