7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
76 template <
typename Bluepr
intLocationT = Aws::String>
78 m_blueprintLocationHasBeenSet =
true;
79 m_blueprintLocation = std::forward<BlueprintLocationT>(value);
81 template <
typename Bluepr
intLocationT = Aws::String>
94 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
96 m_tagsHasBeenSet =
true;
97 m_tags = std::forward<TagsT>(value);
99 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 SetTags(std::forward<TagsT>(value));
104 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
106 m_tagsHasBeenSet =
true;
107 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
113 bool m_nameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
119 bool m_blueprintLocationHasBeenSet =
false;
122 bool m_tagsHasBeenSet =
false;
const Aws::String & GetBlueprintLocation() const
bool TagsHasBeenSet() const
bool BlueprintLocationHasBeenSet() const
CreateBlueprintRequest & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateBlueprintRequest & WithBlueprintLocation(BlueprintLocationT &&value)
AWS_GLUE_API CreateBlueprintRequest()=default
void SetDescription(DescriptionT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetTags(TagsT &&value)
void SetBlueprintLocation(BlueprintLocationT &&value)
void SetName(NameT &&value)
CreateBlueprintRequest & WithTags(TagsT &&value)
CreateBlueprintRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateBlueprintRequest & WithDescription(DescriptionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String