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>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
42 template <
typename ResourceArnT = Aws::String>
44 m_resourceArnHasBeenSet =
true;
45 m_resourceArn = std::forward<ResourceArnT>(value);
47 template <
typename ResourceArnT = Aws::String>
59 template <
typename TableNameT = Aws::String>
61 m_tableNameHasBeenSet =
true;
62 m_tableName = std::forward<TableNameT>(value);
64 template <
typename TableNameT = Aws::String>
76 template <
typename SourceTableConfigT = SourceTableConfig>
78 m_sourceTableConfigHasBeenSet =
true;
79 m_sourceTableConfig = std::forward<SourceTableConfigT>(value);
81 template <
typename SourceTableConfigT = SourceTableConfig>
93 template <
typename TargetTableConfigT = TargetTableConfig>
95 m_targetTableConfigHasBeenSet =
true;
96 m_targetTableConfig = std::forward<TargetTableConfigT>(value);
98 template <
typename TargetTableConfigT = TargetTableConfig>
108 template <
typename RequestIdT = Aws::String>
110 m_requestIdHasBeenSet =
true;
111 m_requestId = std::forward<RequestIdT>(value);
113 template <
typename RequestIdT = Aws::String>
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;
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetResourceArn(ResourceArnT &&value)
GetIntegrationTablePropertiesResult & WithSourceTableConfig(SourceTableConfigT &&value)
const Aws::String & GetRequestId() const
const TargetTableConfig & GetTargetTableConfig() const
void SetTargetTableConfig(TargetTableConfigT &&value)
GetIntegrationTablePropertiesResult & WithTargetTableConfig(TargetTableConfigT &&value)
void SetTableName(TableNameT &&value)
GetIntegrationTablePropertiesResult & WithRequestId(RequestIdT &&value)
AWS_GLUE_API GetIntegrationTablePropertiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetIntegrationTablePropertiesResult & WithTableName(TableNameT &&value)
const SourceTableConfig & GetSourceTableConfig() const
AWS_GLUE_API GetIntegrationTablePropertiesResult()=default
GetIntegrationTablePropertiesResult & WithResourceArn(ResourceArnT &&value)
const Aws::String & GetResourceArn() const
AWS_GLUE_API GetIntegrationTablePropertiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSourceTableConfig(SourceTableConfigT &&value)
const Aws::String & GetTableName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue