7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/wellarchitected/model/JiraSelectedQuestionConfiguration.h>
16namespace WellArchitected
44 template<
typename WorkloadIdT = Aws::String>
45 void SetWorkloadId(WorkloadIdT&& value) { m_workloadIdHasBeenSet =
true; m_workloadId = std::forward<WorkloadIdT>(value); }
46 template<
typename WorkloadIdT = Aws::String>
54 template<
typename LensAliasT = Aws::String>
55 void SetLensAlias(LensAliasT&& value) { m_lensAliasHasBeenSet =
true; m_lensAlias = std::forward<LensAliasT>(value); }
56 template<
typename LensAliasT = Aws::String>
64 template<
typename LensNotesT = Aws::String>
65 void SetLensNotes(LensNotesT&& value) { m_lensNotesHasBeenSet =
true; m_lensNotes = std::forward<LensNotesT>(value); }
66 template<
typename LensNotesT = Aws::String>
74 template<
typename PillarNotesT = Aws::Map<Aws::String, Aws::String>>
75 void SetPillarNotes(PillarNotesT&& value) { m_pillarNotesHasBeenSet =
true; m_pillarNotes = std::forward<PillarNotesT>(value); }
76 template<
typename PillarNotesT = Aws::Map<Aws::String, Aws::String>>
78 template<
typename PillarNotesKeyT = Aws::String,
typename PillarNotesValueT = Aws::String>
80 m_pillarNotesHasBeenSet =
true; m_pillarNotes.emplace(std::forward<PillarNotesKeyT>(key), std::forward<PillarNotesValueT>(value));
return *
this;
90 template<
typename JiraConfigurationT = JiraSelectedQuestionConfiguration>
91 void SetJiraConfiguration(JiraConfigurationT&& value) { m_jiraConfigurationHasBeenSet =
true; m_jiraConfiguration = std::forward<JiraConfigurationT>(value); }
92 template<
typename JiraConfigurationT = JiraSelectedQuestionConfiguration>
98 bool m_workloadIdHasBeenSet =
false;
101 bool m_lensAliasHasBeenSet =
false;
104 bool m_lensNotesHasBeenSet =
false;
107 bool m_pillarNotesHasBeenSet =
false;
110 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