AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
GetIntegrationTablePropertiesResult.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/SourceTableConfig.h>
10#include <aws/glue/model/TargetTableConfig.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace Glue
26{
27namespace Model
28{
30 {
31 public:
32 AWS_GLUE_API GetIntegrationTablePropertiesResult() = default;
35
36
38
46 inline const Aws::String& GetResourceArn() const { return m_resourceArn; }
47 template<typename ResourceArnT = Aws::String>
48 void SetResourceArn(ResourceArnT&& value) { m_resourceArnHasBeenSet = true; m_resourceArn = std::forward<ResourceArnT>(value); }
49 template<typename ResourceArnT = Aws::String>
50 GetIntegrationTablePropertiesResult& WithResourceArn(ResourceArnT&& value) { SetResourceArn(std::forward<ResourceArnT>(value)); return *this;}
52
54
57 inline const Aws::String& GetTableName() const { return m_tableName; }
58 template<typename TableNameT = Aws::String>
59 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet = true; m_tableName = std::forward<TableNameT>(value); }
60 template<typename TableNameT = Aws::String>
61 GetIntegrationTablePropertiesResult& WithTableName(TableNameT&& value) { SetTableName(std::forward<TableNameT>(value)); return *this;}
63
65
68 inline const SourceTableConfig& GetSourceTableConfig() const { return m_sourceTableConfig; }
69 template<typename SourceTableConfigT = SourceTableConfig>
70 void SetSourceTableConfig(SourceTableConfigT&& value) { m_sourceTableConfigHasBeenSet = true; m_sourceTableConfig = std::forward<SourceTableConfigT>(value); }
71 template<typename SourceTableConfigT = SourceTableConfig>
72 GetIntegrationTablePropertiesResult& WithSourceTableConfig(SourceTableConfigT&& value) { SetSourceTableConfig(std::forward<SourceTableConfigT>(value)); return *this;}
74
76
79 inline const TargetTableConfig& GetTargetTableConfig() const { return m_targetTableConfig; }
80 template<typename TargetTableConfigT = TargetTableConfig>
81 void SetTargetTableConfig(TargetTableConfigT&& value) { m_targetTableConfigHasBeenSet = true; m_targetTableConfig = std::forward<TargetTableConfigT>(value); }
82 template<typename TargetTableConfigT = TargetTableConfig>
83 GetIntegrationTablePropertiesResult& WithTargetTableConfig(TargetTableConfigT&& value) { SetTargetTableConfig(std::forward<TargetTableConfigT>(value)); return *this;}
85
87
88 inline const Aws::String& GetRequestId() const { return m_requestId; }
89 template<typename RequestIdT = Aws::String>
90 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
91 template<typename RequestIdT = Aws::String>
92 GetIntegrationTablePropertiesResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
94 private:
95
96 Aws::String m_resourceArn;
97 bool m_resourceArnHasBeenSet = false;
98
99 Aws::String m_tableName;
100 bool m_tableNameHasBeenSet = false;
101
102 SourceTableConfig m_sourceTableConfig;
103 bool m_sourceTableConfigHasBeenSet = false;
104
105 TargetTableConfig m_targetTableConfig;
106 bool m_targetTableConfigHasBeenSet = false;
107
108 Aws::String m_requestId;
109 bool m_requestIdHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace Glue
114} // 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