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/CatalogEntry.h>
11#include <aws/glue/model/Location.h>
12#include <aws/glue/model/Language.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/glue/model/MappingEntry.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
90 inline void SetLocation(
Location&& value) { m_locationHasBeenSet =
true; m_location = std::move(value); }
134 bool m_mappingHasBeenSet =
false;
137 bool m_sourceHasBeenSet =
false;
140 bool m_sinksHasBeenSet =
false;
143 bool m_locationHasBeenSet =
false;
146 bool m_languageHasBeenSet =
false;
149 bool m_additionalPlanOptionsMapHasBeenSet =
false;
void SetMapping(const Aws::Vector< MappingEntry > &value)
bool AdditionalPlanOptionsMapHasBeenSet() const
GetPlanRequest & WithMapping(const Aws::Vector< MappingEntry > &value)
GetPlanRequest & AddMapping(const MappingEntry &value)
AWS_GLUE_API GetPlanRequest()
void SetMapping(Aws::Vector< MappingEntry > &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetAdditionalPlanOptionsMap(Aws::Map< Aws::String, Aws::String > &&value)
GetPlanRequest & WithSinks(Aws::Vector< CatalogEntry > &&value)
void SetLocation(const Location &value)
GetPlanRequest & WithLocation(const Location &value)
GetPlanRequest & AddAdditionalPlanOptionsMap(const Aws::String &key, Aws::String &&value)
bool SourceHasBeenSet() const
void SetLanguage(Language &&value)
void SetSource(const CatalogEntry &value)
GetPlanRequest & WithMapping(Aws::Vector< MappingEntry > &&value)
void SetSinks(const Aws::Vector< CatalogEntry > &value)
GetPlanRequest & AddAdditionalPlanOptionsMap(const char *key, const char *value)
const Aws::Vector< CatalogEntry > & GetSinks() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalPlanOptionsMap() const
const Aws::Vector< MappingEntry > & GetMapping() const
bool SinksHasBeenSet() const
GetPlanRequest & AddAdditionalPlanOptionsMap(Aws::String &&key, const char *value)
GetPlanRequest & WithSinks(const Aws::Vector< CatalogEntry > &value)
void SetLocation(Location &&value)
GetPlanRequest & WithSource(CatalogEntry &&value)
void SetSinks(Aws::Vector< CatalogEntry > &&value)
GetPlanRequest & WithAdditionalPlanOptionsMap(Aws::Map< Aws::String, Aws::String > &&value)
GetPlanRequest & AddSinks(CatalogEntry &&value)
GetPlanRequest & AddSinks(const CatalogEntry &value)
GetPlanRequest & WithSource(const CatalogEntry &value)
const Location & GetLocation() const
GetPlanRequest & AddAdditionalPlanOptionsMap(Aws::String &&key, const Aws::String &value)
GetPlanRequest & AddMapping(MappingEntry &&value)
const Language & GetLanguage() const
GetPlanRequest & WithLanguage(Language &&value)
bool LanguageHasBeenSet() const
GetPlanRequest & WithLocation(Location &&value)
virtual const char * GetServiceRequestName() const override
bool MappingHasBeenSet() const
const CatalogEntry & GetSource() const
GetPlanRequest & WithAdditionalPlanOptionsMap(const Aws::Map< Aws::String, Aws::String > &value)
GetPlanRequest & AddAdditionalPlanOptionsMap(const Aws::String &key, const Aws::String &value)
GetPlanRequest & AddAdditionalPlanOptionsMap(Aws::String &&key, Aws::String &&value)
void SetLanguage(const Language &value)
GetPlanRequest & AddAdditionalPlanOptionsMap(const char *key, Aws::String &&value)
void SetSource(CatalogEntry &&value)
GetPlanRequest & WithLanguage(const Language &value)
bool LocationHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
void SetAdditionalPlanOptionsMap(const Aws::Map< Aws::String, Aws::String > &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector