7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/BatchGetTableOptimizerEntry.h>
45 template<
typename EntriesT = Aws::Vector<BatchGetTableOptimizerEntry>>
46 void SetEntries(EntriesT&& value) { m_entriesHasBeenSet =
true; m_entries = std::forward<EntriesT>(value); }
47 template<
typename EntriesT = Aws::Vector<BatchGetTableOptimizerEntry>>
49 template<
typename EntriesT = BatchGetTableOptimizerEntry>
55 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