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>
84 template <
typename RequestIdT = Aws::String>
86 m_requestIdHasBeenSet =
true;
87 m_requestId = std::forward<RequestIdT>(value);
89 template <
typename RequestIdT = Aws::String>
106 bool m_assetIdentifierHasBeenSet =
false;
107 bool m_iterableFormNameHasBeenSet =
false;
108 bool m_itemIdentifierHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
AWS_GLUE_API DeleteAttachmentResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeleteAttachmentResult & WithItemIdentifier(ItemIdentifierT &&value)
DeleteAttachmentResult & WithIterableFormName(IterableFormNameT &&value)
const Aws::String & GetIterableFormName() const
DeleteAttachmentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetAssetIdentifier() const
void SetAssetIdentifier(AssetIdentifierT &&value)
void SetIterableFormName(IterableFormNameT &&value)
DeleteAttachmentResult & WithAssetIdentifier(AssetIdentifierT &&value)
AWS_GLUE_API DeleteAttachmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API DeleteAttachmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetItemIdentifier(ItemIdentifierT &&value)
const Aws::String & GetItemIdentifier() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue