7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/model/CatalogEntry.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/Location.h>
45 template<
typename SourceT = CatalogEntry>
46 void SetSource(SourceT&& value) { m_sourceHasBeenSet =
true; m_source = std::forward<SourceT>(value); }
47 template<
typename SourceT = CatalogEntry>
57 template<
typename SinksT = Aws::Vector<CatalogEntry>>
58 void SetSinks(SinksT&& value) { m_sinksHasBeenSet =
true; m_sinks = std::forward<SinksT>(value); }
59 template<
typename SinksT = Aws::Vector<CatalogEntry>>
61 template<
typename SinksT = CatalogEntry>
62 GetMappingRequest&
AddSinks(SinksT&& value) { m_sinksHasBeenSet =
true; m_sinks.emplace_back(std::forward<SinksT>(value));
return *
this; }
71 template<
typename LocationT = Location>
72 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
73 template<
typename LocationT = Location>
79 bool m_sourceHasBeenSet =
false;
82 bool m_sinksHasBeenSet =
false;
85 bool m_locationHasBeenSet =
false;
const Aws::Vector< CatalogEntry > & GetSinks() const
const Location & GetLocation() const
GetMappingRequest & AddSinks(SinksT &&value)
GetMappingRequest & WithLocation(LocationT &&value)
const CatalogEntry & GetSource() const
void SetLocation(LocationT &&value)
bool LocationHasBeenSet() const
GetMappingRequest & WithSinks(SinksT &&value)
void SetSinks(SinksT &&value)
bool SourceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool SinksHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLUE_API GetMappingRequest()=default
GetMappingRequest & WithSource(SourceT &&value)
void SetSource(SourceT &&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