7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename AssetIdentifierT = Aws::String>
37 m_assetIdentifierHasBeenSet =
true;
38 m_assetIdentifier = std::forward<AssetIdentifierT>(value);
40 template <
typename AssetIdentifierT = Aws::String>
52 template <
typename IterableFormNameT = Aws::String>
54 m_iterableFormNameHasBeenSet =
true;
55 m_iterableFormName = std::forward<IterableFormNameT>(value);
57 template <
typename IterableFormNameT = Aws::String>
69 template <
typename ItemIdentifierT = Aws::String>
71 m_itemIdentifierHasBeenSet =
true;
72 m_itemIdentifier = std::forward<ItemIdentifierT>(value);
74 template <
typename ItemIdentifierT = Aws::String>
86 template <
typename AttachmentNameT = Aws::String>
88 m_attachmentNameHasBeenSet =
true;
89 m_attachmentName = std::forward<AttachmentNameT>(value);
91 template <
typename AttachmentNameT = Aws::String>
103 template <
typename FormTypeIdT = Aws::String>
105 m_formTypeIdHasBeenSet =
true;
106 m_formTypeId = std::forward<FormTypeIdT>(value);
108 template <
typename FormTypeIdT = Aws::String>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
144 bool m_assetIdentifierHasBeenSet =
false;
145 bool m_iterableFormNameHasBeenSet =
false;
146 bool m_itemIdentifierHasBeenSet =
false;
147 bool m_attachmentNameHasBeenSet =
false;
148 bool m_formTypeIdHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::String & GetAttachmentName() const
void SetAssetIdentifier(AssetIdentifierT &&value)
PutAttachmentResult & WithAttachmentName(AttachmentNameT &&value)
PutAttachmentResult & WithIterableFormName(IterableFormNameT &&value)
AWS_GLUE_API PutAttachmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIterableFormName(IterableFormNameT &&value)
PutAttachmentResult & WithAssetIdentifier(AssetIdentifierT &&value)
void SetItemIdentifier(ItemIdentifierT &&value)
PutAttachmentResult & WithFormTypeId(FormTypeIdT &&value)
AWS_GLUE_API PutAttachmentResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
PutAttachmentResult & WithRequestId(RequestIdT &&value)
void SetAttachmentName(AttachmentNameT &&value)
const Aws::String & GetFormTypeId() const
PutAttachmentResult & WithItemIdentifier(ItemIdentifierT &&value)
const Aws::String & GetIterableFormName() const
const Aws::String & GetAssetIdentifier() const
const Aws::String & GetItemIdentifier() const
void SetFormTypeId(FormTypeIdT &&value)
AWS_GLUE_API PutAttachmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue