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/CatalogEntry.h>
11#include <aws/glue/model/Location.h>
41 template <
typename SourceT = CatalogEntry>
43 m_sourceHasBeenSet =
true;
44 m_source = std::forward<SourceT>(value);
46 template <
typename SourceT = CatalogEntry>
59 template <
typename SinksT = Aws::Vector<CatalogEntry>>
61 m_sinksHasBeenSet =
true;
62 m_sinks = std::forward<SinksT>(value);
64 template <
typename SinksT = Aws::Vector<CatalogEntry>>
66 SetSinks(std::forward<SinksT>(value));
69 template <
typename SinksT = CatalogEntry>
71 m_sinksHasBeenSet =
true;
72 m_sinks.emplace_back(std::forward<SinksT>(value));
83 template <
typename LocationT = Location>
85 m_locationHasBeenSet =
true;
86 m_location = std::forward<LocationT>(value);
88 template <
typename LocationT = Location>
96 bool m_sourceHasBeenSet =
false;
99 bool m_sinksHasBeenSet =
false;
102 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