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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
41 template <
typename ResourceArnT = Aws::String>
43 m_resourceArnHasBeenSet =
true;
44 m_resourceArn = std::forward<ResourceArnT>(value);
46 template <
typename ResourceArnT = Aws::String>
58 template <
typename TableNameT = Aws::String>
60 m_tableNameHasBeenSet =
true;
61 m_tableName = std::forward<TableNameT>(value);
63 template <
typename TableNameT = Aws::String>
75 template <
typename SourceTableConfigT = SourceTableConfig>
77 m_sourceTableConfigHasBeenSet =
true;
78 m_sourceTableConfig = std::forward<SourceTableConfigT>(value);
80 template <
typename SourceTableConfigT = SourceTableConfig>
92 template <
typename TargetTableConfigT = TargetTableConfig>
94 m_targetTableConfigHasBeenSet =
true;
95 m_targetTableConfig = std::forward<TargetTableConfigT>(value);
97 template <
typename TargetTableConfigT = TargetTableConfig>
107 template <
typename RequestIdT = Aws::String>
109 m_requestIdHasBeenSet =
true;
110 m_requestId = std::forward<RequestIdT>(value);
112 template <
typename RequestIdT = Aws::String>
128 bool m_resourceArnHasBeenSet =
false;
129 bool m_tableNameHasBeenSet =
false;
130 bool m_sourceTableConfigHasBeenSet =
false;
131 bool m_targetTableConfigHasBeenSet =
false;
132 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