7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/BatchUpdatePartitionRequestEntry.h>
46 template<
typename CatalogIdT = Aws::String>
47 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
48 template<
typename CatalogIdT = Aws::String>
59 template<
typename DatabaseNameT = Aws::String>
60 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
61 template<
typename DatabaseNameT = Aws::String>
71 template<
typename TableNameT = Aws::String>
72 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
73 template<
typename TableNameT = Aws::String>
84 template<
typename EntriesT = Aws::Vector<BatchUpdatePartitionRequestEntry>>
85 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
86 template<
typename EntriesT = Aws::Vector<BatchUpdatePartitionRequestEntry>>
88 template<
typename EntriesT = BatchUpdatePartitionRequestEntry>
94 bool m_catalogIdHasBeenSet =
false;
97 bool m_databaseNameHasBeenSet =
false;
100 bool m_tableNameHasBeenSet =
false;
103 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