7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/wellarchitected/WellArchitectedRequest.h>
12#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
17namespace WellArchitected {
40 template <
typename TemplateNameT = Aws::String>
42 m_templateNameHasBeenSet =
true;
43 m_templateName = std::forward<TemplateNameT>(value);
45 template <
typename TemplateNameT = Aws::String>
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 LensesT = Aws::Vector<Aws::String>>
78 m_lensesHasBeenSet =
true;
79 m_lenses = std::forward<LensesT>(value);
81 template <
typename LensesT = Aws::Vector<Aws::String>>
86 template <
typename LensesT = Aws::String>
88 m_lensesHasBeenSet =
true;
89 m_lenses.emplace_back(std::forward<LensesT>(value));
98 template <
typename NotesT = Aws::String>
100 m_notesHasBeenSet =
true;
101 m_notes = std::forward<NotesT>(value);
103 template <
typename NotesT = Aws::String>
105 SetNotes(std::forward<NotesT>(value));
116 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 m_tagsHasBeenSet =
true;
119 m_tags = std::forward<TagsT>(value);
121 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 SetTags(std::forward<TagsT>(value));
126 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
128 m_tagsHasBeenSet =
true;
129 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
138 template <
typename ClientRequestTokenT = Aws::String>
140 m_clientRequestTokenHasBeenSet =
true;
141 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
143 template <
typename ClientRequestTokenT = Aws::String>
151 bool m_templateNameHasBeenSet =
false;
154 bool m_descriptionHasBeenSet =
false;
157 bool m_lensesHasBeenSet =
false;
160 bool m_notesHasBeenSet =
false;
163 bool m_tagsHasBeenSet =
false;
166 bool m_clientRequestTokenHasBeenSet =
true;
static Aws::Utils::UUID PseudoRandomUUID()
void SetLenses(LensesT &&value)
const Aws::String & GetNotes() const
bool TemplateNameHasBeenSet() const
AWS_WELLARCHITECTED_API CreateReviewTemplateRequest()=default
CreateReviewTemplateRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool NotesHasBeenSet() const
CreateReviewTemplateRequest & WithDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateReviewTemplateRequest & WithNotes(NotesT &&value)
bool LensesHasBeenSet() const
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
CreateReviewTemplateRequest & WithTemplateName(TemplateNameT &&value)
void SetTemplateName(TemplateNameT &&value)
bool DescriptionHasBeenSet() const
const Aws::Vector< Aws::String > & GetLenses() const
const Aws::String & GetClientRequestToken() const
CreateReviewTemplateRequest & AddLenses(LensesT &&value)
CreateReviewTemplateRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetNotes(NotesT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetTemplateName() const
bool ClientRequestTokenHasBeenSet() const
CreateReviewTemplateRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateReviewTemplateRequest & WithLenses(LensesT &&value)
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
std::vector< T, Aws::Allocator< T > > Vector