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>
11#include <aws/support/model/Attachment.h>
48 template<
typename AttachmentSetIdT = Aws::String>
49 void SetAttachmentSetId(AttachmentSetIdT&& value) { m_attachmentSetIdHasBeenSet =
true; m_attachmentSetId = std::forward<AttachmentSetIdT>(value); }
50 template<
typename AttachmentSetIdT = Aws::String>
66 template<
typename AttachmentsT = Aws::Vector<Attachment>>
67 void SetAttachments(AttachmentsT&& value) { m_attachmentsHasBeenSet =
true; m_attachments = std::forward<AttachmentsT>(value); }
68 template<
typename AttachmentsT = Aws::Vector<Attachment>>
70 template<
typename AttachmentsT = Attachment>
76 bool m_attachmentSetIdHasBeenSet =
false;
79 bool m_attachmentsHasBeenSet =
false;
bool AttachmentSetIdHasBeenSet() const
const Aws::Vector< Attachment > & GetAttachments() const
AddAttachmentsToSetRequest & AddAttachments(AttachmentsT &&value)
void SetAttachmentSetId(AttachmentSetIdT &&value)
AWS_SUPPORT_API Aws::String SerializePayload() const override
bool AttachmentsHasBeenSet() const
const Aws::String & GetAttachmentSetId() const
AWS_SUPPORT_API AddAttachmentsToSetRequest()=default
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AddAttachmentsToSetRequest & WithAttachmentSetId(AttachmentSetIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetAttachments(AttachmentsT &&value)
AddAttachmentsToSetRequest & WithAttachments(AttachmentsT &&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