7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/S3SourceAdditionalOptions.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DatabaseT = Aws::String>
62 m_databaseHasBeenSet =
true;
63 m_database = std::forward<DatabaseT>(value);
65 template <
typename DatabaseT = Aws::String>
78 template <
typename TableT = Aws::String>
80 m_tableHasBeenSet =
true;
81 m_table = std::forward<TableT>(value);
83 template <
typename TableT = Aws::String>
85 SetTable(std::forward<TableT>(value));
98 template <
typename PartitionPredicateT = Aws::String>
100 m_partitionPredicateHasBeenSet =
true;
101 m_partitionPredicate = std::forward<PartitionPredicateT>(value);
103 template <
typename PartitionPredicateT = Aws::String>
116 template <
typename AdditionalOptionsT = S3SourceAdditionalOptions>
118 m_additionalOptionsHasBeenSet =
true;
119 m_additionalOptions = std::forward<AdditionalOptionsT>(value);
121 template <
typename AdditionalOptionsT = S3SourceAdditionalOptions>
129 bool m_nameHasBeenSet =
false;
132 bool m_databaseHasBeenSet =
false;
135 bool m_tableHasBeenSet =
false;
138 bool m_partitionPredicateHasBeenSet =
false;
141 bool m_additionalOptionsHasBeenSet =
false;
void SetAdditionalOptions(AdditionalOptionsT &&value)
AWS_GLUE_API GovernedCatalogSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTable(TableT &&value)
bool TableHasBeenSet() const
bool AdditionalOptionsHasBeenSet() const
AWS_GLUE_API GovernedCatalogSource()=default
bool NameHasBeenSet() const
void SetName(NameT &&value)
GovernedCatalogSource & WithName(NameT &&value)
void SetPartitionPredicate(PartitionPredicateT &&value)
const Aws::String & GetName() const
GovernedCatalogSource & WithAdditionalOptions(AdditionalOptionsT &&value)
const Aws::String & GetTable() const
GovernedCatalogSource & WithDatabase(DatabaseT &&value)
GovernedCatalogSource & WithPartitionPredicate(PartitionPredicateT &&value)
const Aws::String & GetPartitionPredicate() const
GovernedCatalogSource & WithTable(TableT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const S3SourceAdditionalOptions & GetAdditionalOptions() const
const Aws::String & GetDatabase() const
AWS_GLUE_API GovernedCatalogSource(Aws::Utils::Json::JsonView jsonValue)
bool PartitionPredicateHasBeenSet() const
void SetDatabase(DatabaseT &&value)
bool DatabaseHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue