7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/UpdateCatalogBehavior.h>
44 m_enableUpdateCatalogHasBeenSet =
true;
45 m_enableUpdateCatalog = value;
60 m_updateBehaviorHasBeenSet =
true;
61 m_updateBehavior = value;
76 template <
typename TableT = Aws::String>
78 m_tableHasBeenSet =
true;
79 m_table = std::forward<TableT>(value);
81 template <
typename TableT = Aws::String>
83 SetTable(std::forward<TableT>(value));
94 template <
typename DatabaseT = Aws::String>
96 m_databaseHasBeenSet =
true;
97 m_database = std::forward<DatabaseT>(value);
99 template <
typename DatabaseT = Aws::String>
106 bool m_enableUpdateCatalog{
false};
113 bool m_enableUpdateCatalogHasBeenSet =
false;
114 bool m_updateBehaviorHasBeenSet =
false;
115 bool m_tableHasBeenSet =
false;
116 bool m_databaseHasBeenSet =
false;
AWS_GLUE_API DirectSchemaChangePolicy(Aws::Utils::Json::JsonView jsonValue)
bool UpdateBehaviorHasBeenSet() const
void SetTable(TableT &&value)
DirectSchemaChangePolicy & WithUpdateBehavior(UpdateCatalogBehavior value)
void SetEnableUpdateCatalog(bool value)
bool GetEnableUpdateCatalog() const
DirectSchemaChangePolicy & WithEnableUpdateCatalog(bool value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDatabase(DatabaseT &&value)
bool TableHasBeenSet() const
void SetUpdateBehavior(UpdateCatalogBehavior value)
DirectSchemaChangePolicy & WithTable(TableT &&value)
bool DatabaseHasBeenSet() const
UpdateCatalogBehavior GetUpdateBehavior() const
const Aws::String & GetTable() const
bool EnableUpdateCatalogHasBeenSet() const
AWS_GLUE_API DirectSchemaChangePolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
DirectSchemaChangePolicy & WithDatabase(DatabaseT &&value)
const Aws::String & GetDatabase() const
AWS_GLUE_API DirectSchemaChangePolicy()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue