7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename AssetIdentifierT = Aws::String>
42 m_assetIdentifierHasBeenSet =
true;
43 m_assetIdentifier = std::forward<AssetIdentifierT>(value);
45 template <
typename AssetIdentifierT = Aws::String>
60 template <
typename IterableFormNameT = Aws::String>
62 m_iterableFormNameHasBeenSet =
true;
63 m_iterableFormName = std::forward<IterableFormNameT>(value);
65 template <
typename IterableFormNameT = Aws::String>
79 template <
typename ItemIdentifierT = Aws::String>
81 m_itemIdentifierHasBeenSet =
true;
82 m_itemIdentifier = std::forward<ItemIdentifierT>(value);
84 template <
typename ItemIdentifierT = Aws::String>
97 template <
typename AttachmentNameT = Aws::String>
99 m_attachmentNameHasBeenSet =
true;
100 m_attachmentName = std::forward<AttachmentNameT>(value);
102 template <
typename AttachmentNameT = Aws::String>
116 template <
typename ContentT = Aws::String>
118 m_contentHasBeenSet =
true;
119 m_content = std::forward<ContentT>(value);
121 template <
typename ContentT = Aws::String>
134 template <
typename FormTypeIdT = Aws::String>
136 m_formTypeIdHasBeenSet =
true;
137 m_formTypeId = std::forward<FormTypeIdT>(value);
139 template <
typename FormTypeIdT = Aws::String>
153 template <
typename ClientTokenT = Aws::String>
155 m_clientTokenHasBeenSet =
true;
156 m_clientToken = std::forward<ClientTokenT>(value);
158 template <
typename ClientTokenT = Aws::String>
178 bool m_assetIdentifierHasBeenSet =
false;
179 bool m_iterableFormNameHasBeenSet =
false;
180 bool m_itemIdentifierHasBeenSet =
false;
181 bool m_attachmentNameHasBeenSet =
false;
182 bool m_contentHasBeenSet =
false;
183 bool m_formTypeIdHasBeenSet =
false;
184 bool m_clientTokenHasBeenSet =
true;
PutAttachmentRequest & WithClientToken(ClientTokenT &&value)
const Aws::String & GetIterableFormName() const
PutAttachmentRequest & WithFormTypeId(FormTypeIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
PutAttachmentRequest & WithContent(ContentT &&value)
bool ContentHasBeenSet() const
PutAttachmentRequest & WithIterableFormName(IterableFormNameT &&value)
const Aws::String & GetAttachmentName() const
virtual const char * GetServiceRequestName() const override
PutAttachmentRequest & WithItemIdentifier(ItemIdentifierT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetContent() const
const Aws::String & GetFormTypeId() const
void SetFormTypeId(FormTypeIdT &&value)
void SetIterableFormName(IterableFormNameT &&value)
const Aws::String & GetItemIdentifier() const
AWS_GLUE_API PutAttachmentRequest()=default
void SetAssetIdentifier(AssetIdentifierT &&value)
const Aws::String & GetClientToken() const
bool FormTypeIdHasBeenSet() const
void SetItemIdentifier(ItemIdentifierT &&value)
const Aws::String & GetAssetIdentifier() const
void SetAttachmentName(AttachmentNameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
bool AttachmentNameHasBeenSet() const
bool IterableFormNameHasBeenSet() const
bool AssetIdentifierHasBeenSet() const
void SetContent(ContentT &&value)
PutAttachmentRequest & WithAssetIdentifier(AssetIdentifierT &&value)
bool ItemIdentifierHasBeenSet() const
PutAttachmentRequest & WithAttachmentName(AttachmentNameT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String