AWS SDK for C++

AWS SDK for C++ Version 1.11.874

Loading...
Searching...
No Matches
DeleteAttachmentResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace Glue {
23namespace Model {
25 public:
26 AWS_GLUE_API DeleteAttachmentResult() = default;
29
31
34 inline const Aws::String& GetAssetIdentifier() const { return m_assetIdentifier; }
35 template <typename AssetIdentifierT = Aws::String>
36 void SetAssetIdentifier(AssetIdentifierT&& value) {
37 m_assetIdentifierHasBeenSet = true;
38 m_assetIdentifier = std::forward<AssetIdentifierT>(value);
39 }
40 template <typename AssetIdentifierT = Aws::String>
41 DeleteAttachmentResult& WithAssetIdentifier(AssetIdentifierT&& value) {
42 SetAssetIdentifier(std::forward<AssetIdentifierT>(value));
43 return *this;
44 }
46
48
51 inline const Aws::String& GetIterableFormName() const { return m_iterableFormName; }
52 template <typename IterableFormNameT = Aws::String>
53 void SetIterableFormName(IterableFormNameT&& value) {
54 m_iterableFormNameHasBeenSet = true;
55 m_iterableFormName = std::forward<IterableFormNameT>(value);
56 }
57 template <typename IterableFormNameT = Aws::String>
58 DeleteAttachmentResult& WithIterableFormName(IterableFormNameT&& value) {
59 SetIterableFormName(std::forward<IterableFormNameT>(value));
60 return *this;
61 }
63
65
68 inline const Aws::String& GetItemIdentifier() const { return m_itemIdentifier; }
69 template <typename ItemIdentifierT = Aws::String>
70 void SetItemIdentifier(ItemIdentifierT&& value) {
71 m_itemIdentifierHasBeenSet = true;
72 m_itemIdentifier = std::forward<ItemIdentifierT>(value);
73 }
74 template <typename ItemIdentifierT = Aws::String>
75 DeleteAttachmentResult& WithItemIdentifier(ItemIdentifierT&& value) {
76 SetItemIdentifier(std::forward<ItemIdentifierT>(value));
77 return *this;
78 }
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
84 template <typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) {
86 m_requestIdHasBeenSet = true;
87 m_requestId = std::forward<RequestIdT>(value);
88 }
89 template <typename RequestIdT = Aws::String>
91 SetRequestId(std::forward<RequestIdT>(value));
92 return *this;
93 }
95 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
96
97 private:
98 Aws::String m_assetIdentifier;
99
100 Aws::String m_iterableFormName;
101
102 Aws::String m_itemIdentifier;
103
104 Aws::String m_requestId;
105 Aws::Http::HttpResponseCode m_HttpResponseCode;
106 bool m_assetIdentifierHasBeenSet = false;
107 bool m_iterableFormNameHasBeenSet = false;
108 bool m_itemIdentifierHasBeenSet = false;
109 bool m_requestIdHasBeenSet = false;
110};
111
112} // namespace Model
113} // namespace Glue
114} // namespace Aws
AWS_GLUE_API DeleteAttachmentResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DeleteAttachmentResult & WithItemIdentifier(ItemIdentifierT &&value)
DeleteAttachmentResult & WithIterableFormName(IterableFormNameT &&value)
DeleteAttachmentResult & WithRequestId(RequestIdT &&value)
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue