7#include <aws/support/Support_EXPORTS.h>
8#include <aws/support/SupportRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
47 template<
typename SubjectT = Aws::String>
48 void SetSubject(SubjectT&& value) { m_subjectHasBeenSet =
true; m_subject = std::forward<SubjectT>(value); }
49 template<
typename SubjectT = Aws::String>
61 template<
typename ServiceCodeT = Aws::String>
62 void SetServiceCode(ServiceCodeT&& value) { m_serviceCodeHasBeenSet =
true; m_serviceCode = std::forward<ServiceCodeT>(value); }
63 template<
typename ServiceCodeT = Aws::String>
81 template<
typename SeverityCodeT = Aws::String>
82 void SetSeverityCode(SeverityCodeT&& value) { m_severityCodeHasBeenSet =
true; m_severityCode = std::forward<SeverityCodeT>(value); }
83 template<
typename SeverityCodeT = Aws::String>
95 template<
typename CategoryCodeT = Aws::String>
96 void SetCategoryCode(CategoryCodeT&& value) { m_categoryCodeHasBeenSet =
true; m_categoryCode = std::forward<CategoryCodeT>(value); }
97 template<
typename CategoryCodeT = Aws::String>
110 template<
typename CommunicationBodyT = Aws::String>
111 void SetCommunicationBody(CommunicationBodyT&& value) { m_communicationBodyHasBeenSet =
true; m_communicationBody = std::forward<CommunicationBodyT>(value); }
112 template<
typename CommunicationBodyT = Aws::String>
126 template<
typename CcEmailAddressesT = Aws::Vector<Aws::String>>
127 void SetCcEmailAddresses(CcEmailAddressesT&& value) { m_ccEmailAddressesHasBeenSet =
true; m_ccEmailAddresses = std::forward<CcEmailAddressesT>(value); }
128 template<
typename CcEmailAddressesT = Aws::Vector<Aws::String>>
130 template<
typename CcEmailAddressesT = Aws::String>
131 CreateCaseRequest&
AddCcEmailAddresses(CcEmailAddressesT&& value) { m_ccEmailAddressesHasBeenSet =
true; m_ccEmailAddresses.emplace_back(std::forward<CcEmailAddressesT>(value));
return *
this; }
143 template<
typename LanguageT = Aws::String>
144 void SetLanguage(LanguageT&& value) { m_languageHasBeenSet =
true; m_language = std::forward<LanguageT>(value); }
145 template<
typename LanguageT = Aws::String>
157 template<
typename IssueTypeT = Aws::String>
158 void SetIssueType(IssueTypeT&& value) { m_issueTypeHasBeenSet =
true; m_issueType = std::forward<IssueTypeT>(value); }
159 template<
typename IssueTypeT = Aws::String>
170 template<
typename AttachmentSetIdT = Aws::String>
171 void SetAttachmentSetId(AttachmentSetIdT&& value) { m_attachmentSetIdHasBeenSet =
true; m_attachmentSetId = std::forward<AttachmentSetIdT>(value); }
172 template<
typename AttachmentSetIdT = Aws::String>
178 bool m_subjectHasBeenSet =
false;
181 bool m_serviceCodeHasBeenSet =
false;
184 bool m_severityCodeHasBeenSet =
false;
187 bool m_categoryCodeHasBeenSet =
false;
190 bool m_communicationBodyHasBeenSet =
false;
193 bool m_ccEmailAddressesHasBeenSet =
false;
196 bool m_languageHasBeenSet =
false;
199 bool m_issueTypeHasBeenSet =
false;
202 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