AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
UpdateIntegrationResourcePropertyResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/SourceProcessingProperties.h>
10#include <aws/glue/model/TargetProcessingProperties.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Glue {
24namespace Model {
26 public:
30
32
35 inline const Aws::String& GetResourceArn() const { return m_resourceArn; }
36 template <typename ResourceArnT = Aws::String>
37 void SetResourceArn(ResourceArnT&& value) {
38 m_resourceArnHasBeenSet = true;
39 m_resourceArn = std::forward<ResourceArnT>(value);
40 }
41 template <typename ResourceArnT = Aws::String>
43 SetResourceArn(std::forward<ResourceArnT>(value));
44 return *this;
45 }
47
49
54 inline const Aws::String& GetResourcePropertyArn() const { return m_resourcePropertyArn; }
55 template <typename ResourcePropertyArnT = Aws::String>
56 void SetResourcePropertyArn(ResourcePropertyArnT&& value) {
57 m_resourcePropertyArnHasBeenSet = true;
58 m_resourcePropertyArn = std::forward<ResourcePropertyArnT>(value);
59 }
60 template <typename ResourcePropertyArnT = Aws::String>
62 SetResourcePropertyArn(std::forward<ResourcePropertyArnT>(value));
63 return *this;
64 }
66
68
71 inline const SourceProcessingProperties& GetSourceProcessingProperties() const { return m_sourceProcessingProperties; }
72 template <typename SourceProcessingPropertiesT = SourceProcessingProperties>
73 void SetSourceProcessingProperties(SourceProcessingPropertiesT&& value) {
74 m_sourceProcessingPropertiesHasBeenSet = true;
75 m_sourceProcessingProperties = std::forward<SourceProcessingPropertiesT>(value);
76 }
77 template <typename SourceProcessingPropertiesT = SourceProcessingProperties>
79 SetSourceProcessingProperties(std::forward<SourceProcessingPropertiesT>(value));
80 return *this;
81 }
83
85
88 inline const TargetProcessingProperties& GetTargetProcessingProperties() const { return m_targetProcessingProperties; }
89 template <typename TargetProcessingPropertiesT = TargetProcessingProperties>
90 void SetTargetProcessingProperties(TargetProcessingPropertiesT&& value) {
91 m_targetProcessingPropertiesHasBeenSet = true;
92 m_targetProcessingProperties = std::forward<TargetProcessingPropertiesT>(value);
93 }
94 template <typename TargetProcessingPropertiesT = TargetProcessingProperties>
96 SetTargetProcessingProperties(std::forward<TargetProcessingPropertiesT>(value));
97 return *this;
98 }
100
102
103 inline const Aws::String& GetRequestId() const { return m_requestId; }
104 template <typename RequestIdT = Aws::String>
105 void SetRequestId(RequestIdT&& value) {
106 m_requestIdHasBeenSet = true;
107 m_requestId = std::forward<RequestIdT>(value);
108 }
109 template <typename RequestIdT = Aws::String>
111 SetRequestId(std::forward<RequestIdT>(value));
112 return *this;
113 }
115 private:
116 Aws::String m_resourceArn;
117
118 Aws::String m_resourcePropertyArn;
119
120 SourceProcessingProperties m_sourceProcessingProperties;
121
122 TargetProcessingProperties m_targetProcessingProperties;
123
124 Aws::String m_requestId;
125 bool m_resourceArnHasBeenSet = false;
126 bool m_resourcePropertyArnHasBeenSet = false;
127 bool m_sourceProcessingPropertiesHasBeenSet = false;
128 bool m_targetProcessingPropertiesHasBeenSet = false;
129 bool m_requestIdHasBeenSet = false;
130};
131
132} // namespace Model
133} // namespace Glue
134} // namespace Aws
UpdateIntegrationResourcePropertyResult & WithResourcePropertyArn(ResourcePropertyArnT &&value)
UpdateIntegrationResourcePropertyResult & WithResourceArn(ResourceArnT &&value)
AWS_GLUE_API UpdateIntegrationResourcePropertyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIntegrationResourcePropertyResult & WithTargetProcessingProperties(TargetProcessingPropertiesT &&value)
UpdateIntegrationResourcePropertyResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API UpdateIntegrationResourcePropertyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateIntegrationResourcePropertyResult & WithSourceProcessingProperties(SourceProcessingPropertiesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue