7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
55 inline void SetIncludeBlueprint(
bool value) { m_includeBlueprintHasBeenSet =
true; m_includeBlueprint = value; }
65 inline void SetIncludeParameterSpec(
bool value) { m_includeParameterSpecHasBeenSet =
true; m_includeParameterSpec = value; }
71 bool m_nameHasBeenSet =
false;
73 bool m_includeBlueprint{
false};
74 bool m_includeBlueprintHasBeenSet =
false;
76 bool m_includeParameterSpec{
false};
77 bool m_includeParameterSpecHasBeenSet =
false;
bool GetIncludeParameterSpec() const
void SetIncludeBlueprint(bool value)
AWS_GLUE_API GetBlueprintRequest()=default
void SetIncludeParameterSpec(bool value)
GetBlueprintRequest & WithIncludeBlueprint(bool value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
GetBlueprintRequest & WithIncludeParameterSpec(bool value)
bool NameHasBeenSet() const
bool GetIncludeBlueprint() const
bool IncludeParameterSpecHasBeenSet() const
GetBlueprintRequest & WithName(NameT &&value)
const Aws::String & GetName() const
bool IncludeBlueprintHasBeenSet() const
void SetName(NameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String