7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename NamesT = Aws::Vector<Aws::String>>
42 m_namesHasBeenSet =
true;
43 m_names = std::forward<NamesT>(value);
45 template <
typename NamesT = Aws::Vector<Aws::String>>
47 SetNames(std::forward<NamesT>(value));
50 template <
typename NamesT = Aws::String>
52 m_namesHasBeenSet =
true;
53 m_names.emplace_back(std::forward<NamesT>(value));
65 m_includeBlueprintHasBeenSet =
true;
66 m_includeBlueprint = value;
82 m_includeParameterSpecHasBeenSet =
true;
83 m_includeParameterSpec = value;
92 bool m_namesHasBeenSet =
false;
94 bool m_includeBlueprint{
false};
95 bool m_includeBlueprintHasBeenSet =
false;
97 bool m_includeParameterSpec{
false};
98 bool m_includeParameterSpecHasBeenSet =
false;
bool NamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_GLUE_API BatchGetBlueprintsRequest()=default
BatchGetBlueprintsRequest & AddNames(NamesT &&value)
BatchGetBlueprintsRequest & WithIncludeBlueprint(bool value)
bool GetIncludeBlueprint() const
void SetIncludeBlueprint(bool value)
bool IncludeParameterSpecHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool GetIncludeParameterSpec() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNames(NamesT &&value)
void SetIncludeParameterSpec(bool value)
BatchGetBlueprintsRequest & WithNames(NamesT &&value)
BatchGetBlueprintsRequest & WithIncludeParameterSpec(bool value)
const Aws::Vector< Aws::String > & GetNames() const
bool IncludeBlueprintHasBeenSet() const
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