AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
GetIntegrationTablePropertiesResult.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/SourceTableConfig.h>
11#include <aws/glue/model/TargetTableConfig.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 GetIntegrationTablePropertiesResult() = default;
31
33
41 inline const Aws::String& GetResourceArn() const { return m_resourceArn; }
42 template <typename ResourceArnT = Aws::String>
43 void SetResourceArn(ResourceArnT&& value) {
44 m_resourceArnHasBeenSet = true;
45 m_resourceArn = std::forward<ResourceArnT>(value);
46 }
47 template <typename ResourceArnT = Aws::String>
49 SetResourceArn(std::forward<ResourceArnT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetTableName() const { return m_tableName; }
59 template <typename TableNameT = Aws::String>
60 void SetTableName(TableNameT&& value) {
61 m_tableNameHasBeenSet = true;
62 m_tableName = std::forward<TableNameT>(value);
63 }
64 template <typename TableNameT = Aws::String>
66 SetTableName(std::forward<TableNameT>(value));
67 return *this;
68 }
70
72
75 inline const SourceTableConfig& GetSourceTableConfig() const { return m_sourceTableConfig; }
76 template <typename SourceTableConfigT = SourceTableConfig>
77 void SetSourceTableConfig(SourceTableConfigT&& value) {
78 m_sourceTableConfigHasBeenSet = true;
79 m_sourceTableConfig = std::forward<SourceTableConfigT>(value);
80 }
81 template <typename SourceTableConfigT = SourceTableConfig>
83 SetSourceTableConfig(std::forward<SourceTableConfigT>(value));
84 return *this;
85 }
87
89
92 inline const TargetTableConfig& GetTargetTableConfig() const { return m_targetTableConfig; }
93 template <typename TargetTableConfigT = TargetTableConfig>
94 void SetTargetTableConfig(TargetTableConfigT&& value) {
95 m_targetTableConfigHasBeenSet = true;
96 m_targetTableConfig = std::forward<TargetTableConfigT>(value);
97 }
98 template <typename TargetTableConfigT = TargetTableConfig>
100 SetTargetTableConfig(std::forward<TargetTableConfigT>(value));
101 return *this;
102 }
104
106
107 inline const Aws::String& GetRequestId() const { return m_requestId; }
108 template <typename RequestIdT = Aws::String>
109 void SetRequestId(RequestIdT&& value) {
110 m_requestIdHasBeenSet = true;
111 m_requestId = std::forward<RequestIdT>(value);
112 }
113 template <typename RequestIdT = Aws::String>
115 SetRequestId(std::forward<RequestIdT>(value));
116 return *this;
117 }
119 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
120
121 private:
122 Aws::String m_resourceArn;
123
124 Aws::String m_tableName;
125
126 SourceTableConfig m_sourceTableConfig;
127
128 TargetTableConfig m_targetTableConfig;
129
130 Aws::String m_requestId;
131 Aws::Http::HttpResponseCode m_HttpResponseCode;
132 bool m_resourceArnHasBeenSet = false;
133 bool m_tableNameHasBeenSet = false;
134 bool m_sourceTableConfigHasBeenSet = false;
135 bool m_targetTableConfigHasBeenSet = false;
136 bool m_requestIdHasBeenSet = false;
137};
138
139} // namespace Model
140} // namespace Glue
141} // namespace Aws
GetIntegrationTablePropertiesResult & WithSourceTableConfig(SourceTableConfigT &&value)
GetIntegrationTablePropertiesResult & WithTargetTableConfig(TargetTableConfigT &&value)
GetIntegrationTablePropertiesResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API GetIntegrationTablePropertiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIntegrationTablePropertiesResult & WithTableName(TableNameT &&value)
GetIntegrationTablePropertiesResult & WithResourceArn(ResourceArnT &&value)
AWS_GLUE_API GetIntegrationTablePropertiesResult & operator=(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