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));
179 template <
typename LanguageT = Aws::String>
181 m_languageHasBeenSet =
true;
182 m_language = std::forward<LanguageT>(value);
184 template <
typename LanguageT = Aws::String>
199 template <
typename IssueTypeT = Aws::String>
201 m_issueTypeHasBeenSet =
true;
202 m_issueType = std::forward<IssueTypeT>(value);
204 template <
typename IssueTypeT = Aws::String>
218 template <
typename AttachmentSetIdT = Aws::String>
220 m_attachmentSetIdHasBeenSet =
true;
221 m_attachmentSetId = std::forward<AttachmentSetIdT>(value);
223 template <
typename AttachmentSetIdT = Aws::String>
247 bool m_subjectHasBeenSet =
false;
248 bool m_serviceCodeHasBeenSet =
false;
249 bool m_severityCodeHasBeenSet =
false;
250 bool m_categoryCodeHasBeenSet =
false;
251 bool m_communicationBodyHasBeenSet =
false;
252 bool m_ccEmailAddressesHasBeenSet =
false;
253 bool m_languageHasBeenSet =
false;
254 bool m_issueTypeHasBeenSet =
false;
255 bool m_attachmentSetIdHasBeenSet =
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)
CreateCaseRequest & WithCommunicationBody(CommunicationBodyT &&value)
const Aws::String & GetCommunicationBody() const
virtual const char * GetServiceRequestName() const override
void SetCategoryCode(CategoryCodeT &&value)
const Aws::Vector< Aws::String > & GetCcEmailAddresses() const
bool CategoryCodeHasBeenSet() const
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 & 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