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 NextTokenT = Aws::String>
42 m_nextTokenHasBeenSet =
true;
43 m_nextToken = std::forward<NextTokenT>(value);
45 template <
typename NextTokenT = Aws::String>
59 m_maxResultsHasBeenSet =
true;
74 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
76 m_tagsHasBeenSet =
true;
77 m_tags = std::forward<TagsT>(value);
79 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
81 SetTags(std::forward<TagsT>(value));
84 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
86 m_tagsHasBeenSet =
true;
87 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
93 bool m_nextTokenHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
99 bool m_tagsHasBeenSet =
false;
ListBlueprintsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ListBlueprintsRequest & WithTags(TagsT &&value)
ListBlueprintsRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_GLUE_API ListBlueprintsRequest()=default
bool NextTokenHasBeenSet() const
void SetMaxResults(int value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
ListBlueprintsRequest & WithNextToken(NextTokenT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
void SetTags(TagsT &&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