AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
GetIntegrationResourcePropertyResult.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#include <aws/glue/model/SourceProcessingProperties.h>
11#include <aws/glue/model/TargetProcessingProperties.h>
12
13#include <utility>
14
15namespace Aws {
16template <typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils {
20namespace Json {
21class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace Glue {
25namespace Model {
27 public:
28 AWS_GLUE_API GetIntegrationResourcePropertyResult() = default;
31
33
36 inline const Aws::String& GetResourceArn() const { return m_resourceArn; }
37 template <typename ResourceArnT = Aws::String>
38 void SetResourceArn(ResourceArnT&& value) {
39 m_resourceArnHasBeenSet = true;
40 m_resourceArn = std::forward<ResourceArnT>(value);
41 }
42 template <typename ResourceArnT = Aws::String>
44 SetResourceArn(std::forward<ResourceArnT>(value));
45 return *this;
46 }
48
50
55 inline const Aws::String& GetResourcePropertyArn() const { return m_resourcePropertyArn; }
56 template <typename ResourcePropertyArnT = Aws::String>
57 void SetResourcePropertyArn(ResourcePropertyArnT&& value) {
58 m_resourcePropertyArnHasBeenSet = true;
59 m_resourcePropertyArn = std::forward<ResourcePropertyArnT>(value);
60 }
61 template <typename ResourcePropertyArnT = Aws::String>
63 SetResourcePropertyArn(std::forward<ResourcePropertyArnT>(value));
64 return *this;
65 }
67
69
72 inline const SourceProcessingProperties& GetSourceProcessingProperties() const { return m_sourceProcessingProperties; }
73 template <typename SourceProcessingPropertiesT = SourceProcessingProperties>
74 void SetSourceProcessingProperties(SourceProcessingPropertiesT&& value) {
75 m_sourceProcessingPropertiesHasBeenSet = true;
76 m_sourceProcessingProperties = std::forward<SourceProcessingPropertiesT>(value);
77 }
78 template <typename SourceProcessingPropertiesT = SourceProcessingProperties>
80 SetSourceProcessingProperties(std::forward<SourceProcessingPropertiesT>(value));
81 return *this;
82 }
84
86
89 inline const TargetProcessingProperties& GetTargetProcessingProperties() const { return m_targetProcessingProperties; }
90 template <typename TargetProcessingPropertiesT = TargetProcessingProperties>
91 void SetTargetProcessingProperties(TargetProcessingPropertiesT&& value) {
92 m_targetProcessingPropertiesHasBeenSet = true;
93 m_targetProcessingProperties = std::forward<TargetProcessingPropertiesT>(value);
94 }
95 template <typename TargetProcessingPropertiesT = TargetProcessingProperties>
97 SetTargetProcessingProperties(std::forward<TargetProcessingPropertiesT>(value));
98 return *this;
99 }
101
103
104 inline const Aws::String& GetRequestId() const { return m_requestId; }
105 template <typename RequestIdT = Aws::String>
106 void SetRequestId(RequestIdT&& value) {
107 m_requestIdHasBeenSet = true;
108 m_requestId = std::forward<RequestIdT>(value);
109 }
110 template <typename RequestIdT = Aws::String>
112 SetRequestId(std::forward<RequestIdT>(value));
113 return *this;
114 }
116 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
117
118 private:
119 Aws::String m_resourceArn;
120
121 Aws::String m_resourcePropertyArn;
122
123 SourceProcessingProperties m_sourceProcessingProperties;
124
125 TargetProcessingProperties m_targetProcessingProperties;
126
127 Aws::String m_requestId;
128 Aws::Http::HttpResponseCode m_HttpResponseCode;
129 bool m_resourceArnHasBeenSet = false;
130 bool m_resourcePropertyArnHasBeenSet = false;
131 bool m_sourceProcessingPropertiesHasBeenSet = false;
132 bool m_targetProcessingPropertiesHasBeenSet = false;
133 bool m_requestIdHasBeenSet = false;
134};
135
136} // namespace Model
137} // namespace Glue
138} // namespace Aws
GetIntegrationResourcePropertyResult & WithSourceProcessingProperties(SourceProcessingPropertiesT &&value)
GetIntegrationResourcePropertyResult & WithRequestId(RequestIdT &&value)
GetIntegrationResourcePropertyResult & WithResourcePropertyArn(ResourcePropertyArnT &&value)
AWS_GLUE_API GetIntegrationResourcePropertyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GLUE_API GetIntegrationResourcePropertyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIntegrationResourcePropertyResult & WithResourceArn(ResourceArnT &&value)
GetIntegrationResourcePropertyResult & WithTargetProcessingProperties(TargetProcessingPropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue