7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename DeltaTablesT = Aws::Vector<Aws::String>>
49 void SetDeltaTables(DeltaTablesT&& value) { m_deltaTablesHasBeenSet =
true; m_deltaTables = std::forward<DeltaTablesT>(value); }
50 template<
typename DeltaTablesT = Aws::Vector<Aws::String>>
52 template<
typename DeltaTablesT = Aws::String>
53 DeltaTarget&
AddDeltaTables(DeltaTablesT&& value) { m_deltaTablesHasBeenSet =
true; m_deltaTables.emplace_back(std::forward<DeltaTablesT>(value));
return *
this; }
62 template<
typename ConnectionNameT = Aws::String>
63 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
64 template<
typename ConnectionNameT = Aws::String>
74 inline void SetWriteManifest(
bool value) { m_writeManifestHasBeenSet =
true; m_writeManifest = value; }
92 bool m_deltaTablesHasBeenSet =
false;
95 bool m_connectionNameHasBeenSet =
false;
97 bool m_writeManifest{
false};
98 bool m_writeManifestHasBeenSet =
false;
100 bool m_createNativeDeltaTable{
false};
101 bool m_createNativeDeltaTableHasBeenSet =
false;
const Aws::String & GetConnectionName() const
void SetDeltaTables(DeltaTablesT &&value)
bool DeltaTablesHasBeenSet() const
DeltaTarget & AddDeltaTables(DeltaTablesT &&value)
bool WriteManifestHasBeenSet() const
const Aws::Vector< Aws::String > & GetDeltaTables() const
bool GetWriteManifest() const
DeltaTarget & WithConnectionName(ConnectionNameT &&value)
AWS_GLUE_API DeltaTarget(Aws::Utils::Json::JsonView jsonValue)
void SetWriteManifest(bool value)
DeltaTarget & WithDeltaTables(DeltaTablesT &&value)
AWS_GLUE_API DeltaTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DeltaTarget()=default
DeltaTarget & WithCreateNativeDeltaTable(bool value)
void SetConnectionName(ConnectionNameT &&value)
bool ConnectionNameHasBeenSet() const
bool GetCreateNativeDeltaTable() const
void SetCreateNativeDeltaTable(bool value)
bool CreateNativeDeltaTableHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DeltaTarget & WithWriteManifest(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue