7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/SourceTableConfig.h>
10#include <aws/glue/model/TargetTableConfig.h>
44 template <
typename ResourceArnT = Aws::String>
46 m_resourceArnHasBeenSet =
true;
47 m_resourceArn = std::forward<ResourceArnT>(value);
49 template <
typename ResourceArnT = Aws::String>
62 template <
typename TableNameT = Aws::String>
64 m_tableNameHasBeenSet =
true;
65 m_tableName = std::forward<TableNameT>(value);
67 template <
typename TableNameT = Aws::String>
80 template <
typename SourceTableConfigT = SourceTableConfig>
82 m_sourceTableConfigHasBeenSet =
true;
83 m_sourceTableConfig = std::forward<SourceTableConfigT>(value);
85 template <
typename SourceTableConfigT = SourceTableConfig>
98 template <
typename TargetTableConfigT = TargetTableConfig>
100 m_targetTableConfigHasBeenSet =
true;
101 m_targetTableConfig = std::forward<TargetTableConfigT>(value);
103 template <
typename TargetTableConfigT = TargetTableConfig>
117 bool m_resourceArnHasBeenSet =
false;
118 bool m_tableNameHasBeenSet =
false;
119 bool m_sourceTableConfigHasBeenSet =
false;
120 bool m_targetTableConfigHasBeenSet =
false;
const Aws::String & GetTableName() const
AWS_GLUE_API IntegrationTableProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
IntegrationTableProperties & WithTargetTableConfig(TargetTableConfigT &&value)
const SourceTableConfig & GetSourceTableConfig() const
void SetResourceArn(ResourceArnT &&value)
void SetTargetTableConfig(TargetTableConfigT &&value)
const TargetTableConfig & GetTargetTableConfig() const
void SetTableName(TableNameT &&value)
IntegrationTableProperties & WithSourceTableConfig(SourceTableConfigT &&value)
const Aws::String & GetResourceArn() const
AWS_GLUE_API IntegrationTableProperties()=default
AWS_GLUE_API IntegrationTableProperties(Aws::Utils::Json::JsonView jsonValue)
void SetSourceTableConfig(SourceTableConfigT &&value)
bool SourceTableConfigHasBeenSet() const
bool TargetTableConfigHasBeenSet() const
bool TableNameHasBeenSet() const
bool ResourceArnHasBeenSet() const
IntegrationTableProperties & WithResourceArn(ResourceArnT &&value)
IntegrationTableProperties & WithTableName(TableNameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue