7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/BatchGetTableOptimizerEntry.h>
41 template <
typename EntriesT = Aws::Vector<BatchGetTableOptimizerEntry>>
43 m_entriesHasBeenSet =
true;
44 m_entries = std::forward<EntriesT>(value);
46 template <
typename EntriesT = Aws::Vector<BatchGetTableOptimizerEntry>>
51 template <
typename EntriesT = BatchGetTableOptimizerEntry>
53 m_entriesHasBeenSet =
true;
54 m_entries.emplace_back(std::forward<EntriesT>(value));
60 bool m_entriesHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool EntriesHasBeenSet() const
BatchGetTableOptimizerRequest & AddEntries(EntriesT &&value)
AWS_GLUE_API BatchGetTableOptimizerRequest()=default
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< BatchGetTableOptimizerEntry > & GetEntries() const
void SetEntries(EntriesT &&value)
BatchGetTableOptimizerRequest & WithEntries(EntriesT &&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