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>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
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>
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>
69 template<
typename SourceTableConfigT = SourceTableConfig>
70 void SetSourceTableConfig(SourceTableConfigT&& value) { m_sourceTableConfigHasBeenSet =
true; m_sourceTableConfig = std::forward<SourceTableConfigT>(value); }
71 template<
typename SourceTableConfigT = SourceTableConfig>
80 template<
typename TargetTableConfigT = TargetTableConfig>
81 void SetTargetTableConfig(TargetTableConfigT&& value) { m_targetTableConfigHasBeenSet =
true; m_targetTableConfig = std::forward<TargetTableConfigT>(value); }
82 template<
typename TargetTableConfigT = TargetTableConfig>
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>
97 bool m_resourceArnHasBeenSet =
false;
100 bool m_tableNameHasBeenSet =
false;
103 bool m_sourceTableConfigHasBeenSet =
false;
106 bool m_targetTableConfigHasBeenSet =
false;
109 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
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