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>
50 inline void SetAttachmentSetId(
const char* value) { m_attachmentSetIdHasBeenSet =
true; m_attachmentSetId.assign(value); }
78 bool m_attachmentSetIdHasBeenSet =
false;
81 bool m_attachmentsHasBeenSet =
false;
AddAttachmentsToSetRequest & AddAttachments(const Attachment &value)
bool AttachmentSetIdHasBeenSet() const
const Aws::Vector< Attachment > & GetAttachments() const
AddAttachmentsToSetRequest & WithAttachmentSetId(Aws::String &&value)
AddAttachmentsToSetRequest & WithAttachmentSetId(const char *value)
AWS_SUPPORT_API Aws::String SerializePayload() const override
void SetAttachments(const Aws::Vector< Attachment > &value)
bool AttachmentsHasBeenSet() const
void SetAttachmentSetId(const char *value)
const Aws::String & GetAttachmentSetId() const
AddAttachmentsToSetRequest & AddAttachments(Attachment &&value)
void SetAttachmentSetId(const Aws::String &value)
AddAttachmentsToSetRequest & WithAttachments(const Aws::Vector< Attachment > &value)
AWS_SUPPORT_API AddAttachmentsToSetRequest()
void SetAttachmentSetId(Aws::String &&value)
AWS_SUPPORT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAttachments(Aws::Vector< Attachment > &&value)
AddAttachmentsToSetRequest & WithAttachments(Aws::Vector< Attachment > &&value)
virtual const char * GetServiceRequestName() const override
AddAttachmentsToSetRequest & WithAttachmentSetId(const Aws::String &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