7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
57 template <
typename DescriptionT = Aws::String>
59 m_descriptionHasBeenSet =
true;
60 m_description = std::forward<DescriptionT>(value);
62 template <
typename DescriptionT = Aws::String>
75 template <
typename Bluepr
intLocationT = Aws::String>
77 m_blueprintLocationHasBeenSet =
true;
78 m_blueprintLocation = std::forward<BlueprintLocationT>(value);
80 template <
typename Bluepr
intLocationT = Aws::String>
92 bool m_nameHasBeenSet =
false;
93 bool m_descriptionHasBeenSet =
false;
94 bool m_blueprintLocationHasBeenSet =
false;
AWS_GLUE_API UpdateBlueprintRequest()=default
bool BlueprintLocationHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
void SetBlueprintLocation(BlueprintLocationT &&value)
UpdateBlueprintRequest & WithDescription(DescriptionT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
UpdateBlueprintRequest & WithBlueprintLocation(BlueprintLocationT &&value)
const Aws::String & GetBlueprintLocation() const
UpdateBlueprintRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDescription() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String