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/core/utils/memory/stl/AWSString.h>
44 template<
typename NamesT = Aws::Vector<Aws::String>>
45 void SetNames(NamesT&& value) { m_namesHasBeenSet =
true; m_names = std::forward<NamesT>(value); }
46 template<
typename NamesT = Aws::Vector<Aws::String>>
48 template<
typename NamesT = Aws::String>
58 inline void SetIncludeBlueprint(
bool value) { m_includeBlueprintHasBeenSet =
true; m_includeBlueprint = value; }
69 inline void SetIncludeParameterSpec(
bool value) { m_includeParameterSpecHasBeenSet =
true; m_includeParameterSpec = value; }
75 bool m_namesHasBeenSet =
false;
77 bool m_includeBlueprint{
false};
78 bool m_includeBlueprintHasBeenSet =
false;
80 bool m_includeParameterSpec{
false};
81 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