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>
46 template<
typename CaseIdT = Aws::String>
47 void SetCaseId(CaseIdT&& value) { m_caseIdHasBeenSet =
true; m_caseId = std::forward<CaseIdT>(value); }
48 template<
typename CaseIdT = Aws::String>
58 template<
typename CommunicationBodyT = Aws::String>
59 void SetCommunicationBody(CommunicationBodyT&& value) { m_communicationBodyHasBeenSet =
true; m_communicationBody = std::forward<CommunicationBodyT>(value); }
60 template<
typename CommunicationBodyT = Aws::String>
71 template<
typename CcEmailAddressesT = Aws::Vector<Aws::String>>
72 void SetCcEmailAddresses(CcEmailAddressesT&& value) { m_ccEmailAddressesHasBeenSet =
true; m_ccEmailAddresses = std::forward<CcEmailAddressesT>(value); }
73 template<
typename CcEmailAddressesT = Aws::Vector<Aws::String>>
75 template<
typename CcEmailAddressesT = Aws::String>
86 template<
typename AttachmentSetIdT = Aws::String>
87 void SetAttachmentSetId(AttachmentSetIdT&& value) { m_attachmentSetIdHasBeenSet =
true; m_attachmentSetId = std::forward<AttachmentSetIdT>(value); }
88 template<
typename AttachmentSetIdT = Aws::String>
94 bool m_caseIdHasBeenSet =
false;
97 bool m_communicationBodyHasBeenSet =
false;
100 bool m_ccEmailAddressesHasBeenSet =
false;
103 bool m_attachmentSetIdHasBeenSet =
false;
const Aws::String & GetCommunicationBody() const
AddCommunicationToCaseRequest & AddCcEmailAddresses(CcEmailAddressesT &&value)
AWS_SUPPORT_API Aws::String SerializePayload() const override
const Aws::String & GetCaseId() const
void SetCaseId(CaseIdT &&value)
const Aws::String & GetAttachmentSetId() const
bool CommunicationBodyHasBeenSet() const
const Aws::Vector< Aws::String > & GetCcEmailAddresses() const
AddCommunicationToCaseRequest & WithAttachmentSetId(AttachmentSetIdT &&value)
virtual const char * GetServiceRequestName() const override
bool AttachmentSetIdHasBeenSet() const
bool CaseIdHasBeenSet() const
AddCommunicationToCaseRequest & WithCommunicationBody(CommunicationBodyT &&value)
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AddCommunicationToCaseRequest & WithCaseId(CaseIdT &&value)
AddCommunicationToCaseRequest & WithCcEmailAddresses(CcEmailAddressesT &&value)
void SetCcEmailAddresses(CcEmailAddressesT &&value)
AWS_SUPPORT_API AddCommunicationToCaseRequest()=default
void SetAttachmentSetId(AttachmentSetIdT &&value)
bool CcEmailAddressesHasBeenSet() const
void SetCommunicationBody(CommunicationBodyT &&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