7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/wellarchitected/WellArchitectedRequest.h>
10#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
11#include <aws/wellarchitected/model/JiraSelectedQuestionConfiguration.h>
16namespace WellArchitected {
40 template <
typename WorkloadIdT = Aws::String>
42 m_workloadIdHasBeenSet =
true;
43 m_workloadId = std::forward<WorkloadIdT>(value);
45 template <
typename WorkloadIdT = Aws::String>
56 template <
typename LensAliasT = Aws::String>
58 m_lensAliasHasBeenSet =
true;
59 m_lensAlias = std::forward<LensAliasT>(value);
61 template <
typename LensAliasT = Aws::String>
72 template <
typename LensNotesT = Aws::String>
74 m_lensNotesHasBeenSet =
true;
75 m_lensNotes = std::forward<LensNotesT>(value);
77 template <
typename LensNotesT = Aws::String>
88 template <
typename PillarNotesT = Aws::Map<Aws::String, Aws::String>>
90 m_pillarNotesHasBeenSet =
true;
91 m_pillarNotes = std::forward<PillarNotesT>(value);
93 template <
typename PillarNotesT = Aws::Map<Aws::String, Aws::String>>
98 template <
typename PillarNotesKeyT = Aws::String,
typename PillarNotesValueT = Aws::String>
100 m_pillarNotesHasBeenSet =
true;
101 m_pillarNotes.emplace(std::forward<PillarNotesKeyT>(key), std::forward<PillarNotesValueT>(value));
112 template <
typename JiraConfigurationT = JiraSelectedQuestionConfiguration>
114 m_jiraConfigurationHasBeenSet =
true;
115 m_jiraConfiguration = std::forward<JiraConfigurationT>(value);
117 template <
typename JiraConfigurationT = JiraSelectedQuestionConfiguration>
125 bool m_workloadIdHasBeenSet =
false;
128 bool m_lensAliasHasBeenSet =
false;
131 bool m_lensNotesHasBeenSet =
false;
134 bool m_pillarNotesHasBeenSet =
false;
137 bool m_jiraConfigurationHasBeenSet =
false;
void SetJiraConfiguration(JiraConfigurationT &&value)
bool WorkloadIdHasBeenSet() const
const JiraSelectedQuestionConfiguration & GetJiraConfiguration() const
UpdateLensReviewRequest & WithJiraConfiguration(JiraConfigurationT &&value)
bool LensAliasHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetWorkloadId() const
UpdateLensReviewRequest & WithLensNotes(LensNotesT &&value)
const Aws::String & GetLensNotes() const
bool PillarNotesHasBeenSet() const
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
bool LensNotesHasBeenSet() const
bool JiraConfigurationHasBeenSet() const
UpdateLensReviewRequest & WithWorkloadId(WorkloadIdT &&value)
const Aws::String & GetLensAlias() const
AWS_WELLARCHITECTED_API UpdateLensReviewRequest()=default
UpdateLensReviewRequest & WithPillarNotes(PillarNotesT &&value)
void SetLensNotes(LensNotesT &&value)
void SetWorkloadId(WorkloadIdT &&value)
void SetPillarNotes(PillarNotesT &&value)
UpdateLensReviewRequest & WithLensAlias(LensAliasT &&value)
UpdateLensReviewRequest & AddPillarNotes(PillarNotesKeyT &&key, PillarNotesValueT &&value)
void SetLensAlias(LensAliasT &&value)
const Aws::Map< Aws::String, Aws::String > & GetPillarNotes() const
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