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>
59 inline void SetIncludeBlueprint(
bool value) { m_includeBlueprintHasBeenSet =
true; m_includeBlueprint = value; }
70 inline void SetIncludeParameterSpec(
bool value) { m_includeParameterSpecHasBeenSet =
true; m_includeParameterSpec = value; }
76 bool m_namesHasBeenSet =
false;
78 bool m_includeBlueprint;
79 bool m_includeBlueprintHasBeenSet =
false;
81 bool m_includeParameterSpec;
82 bool m_includeParameterSpecHasBeenSet =
false;
AWS_GLUE_API BatchGetBlueprintsRequest()
bool NamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
BatchGetBlueprintsRequest & WithNames(Aws::Vector< Aws::String > &&value)
BatchGetBlueprintsRequest & WithIncludeBlueprint(bool value)
bool GetIncludeBlueprint() const
BatchGetBlueprintsRequest & AddNames(const Aws::String &value)
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(Aws::Vector< Aws::String > &&value)
void SetIncludeParameterSpec(bool value)
BatchGetBlueprintsRequest & AddNames(const char *value)
BatchGetBlueprintsRequest & WithIncludeParameterSpec(bool value)
BatchGetBlueprintsRequest & AddNames(Aws::String &&value)
const Aws::Vector< Aws::String > & GetNames() const
void SetNames(const Aws::Vector< Aws::String > &value)
BatchGetBlueprintsRequest & WithNames(const Aws::Vector< Aws::String > &value)
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