7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/BatchUpdatePartitionRequestEntry.h>
42 template <
typename CatalogIdT = Aws::String>
44 m_catalogIdHasBeenSet =
true;
45 m_catalogId = std::forward<CatalogIdT>(value);
47 template <
typename CatalogIdT = Aws::String>
61 template <
typename DatabaseNameT = Aws::String>
63 m_databaseNameHasBeenSet =
true;
64 m_databaseName = std::forward<DatabaseNameT>(value);
66 template <
typename DatabaseNameT = Aws::String>
79 template <
typename TableNameT = Aws::String>
81 m_tableNameHasBeenSet =
true;
82 m_tableName = std::forward<TableNameT>(value);
84 template <
typename TableNameT = Aws::String>
98 template <
typename EntriesT = Aws::Vector<BatchUpdatePartitionRequestEntry>>
100 m_entriesHasBeenSet =
true;
101 m_entries = std::forward<EntriesT>(value);
103 template <
typename EntriesT = Aws::Vector<BatchUpdatePartitionRequestEntry>>
108 template <
typename EntriesT = BatchUpdatePartitionRequestEntry>
110 m_entriesHasBeenSet =
true;
111 m_entries.emplace_back(std::forward<EntriesT>(value));
117 bool m_catalogIdHasBeenSet =
false;
120 bool m_databaseNameHasBeenSet =
false;
123 bool m_tableNameHasBeenSet =
false;
126 bool m_entriesHasBeenSet =
false;
const Aws::String & GetDatabaseName() const
const Aws::Vector< BatchUpdatePartitionRequestEntry > & GetEntries() const
const Aws::String & GetCatalogId() const
AWS_GLUE_API BatchUpdatePartitionRequest()=default
BatchUpdatePartitionRequest & AddEntries(EntriesT &&value)
bool TableNameHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
BatchUpdatePartitionRequest & WithCatalogId(CatalogIdT &&value)
bool EntriesHasBeenSet() const
const Aws::String & GetTableName() const
void SetCatalogId(CatalogIdT &&value)
bool DatabaseNameHasBeenSet() const
void SetTableName(TableNameT &&value)
BatchUpdatePartitionRequest & WithDatabaseName(DatabaseNameT &&value)
void SetEntries(EntriesT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
BatchUpdatePartitionRequest & WithEntries(EntriesT &&value)
void SetDatabaseName(DatabaseNameT &&value)
bool CatalogIdHasBeenSet() const
BatchUpdatePartitionRequest & WithTableName(TableNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector