7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitectedRequest.h>
9#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
10#include <aws/wellarchitected/model/QuestionPriority.h>
18namespace WellArchitected {
44 template <
typename WorkloadIdT = Aws::String>
46 m_workloadIdHasBeenSet =
true;
47 m_workloadId = std::forward<WorkloadIdT>(value);
49 template <
typename WorkloadIdT = Aws::String>
60 template <
typename LensAliasT = Aws::String>
62 m_lensAliasHasBeenSet =
true;
63 m_lensAlias = std::forward<LensAliasT>(value);
65 template <
typename LensAliasT = Aws::String>
76 template <
typename PillarIdT = Aws::String>
78 m_pillarIdHasBeenSet =
true;
79 m_pillarId = std::forward<PillarIdT>(value);
81 template <
typename PillarIdT = Aws::String>
93 m_milestoneNumberHasBeenSet =
true;
94 m_milestoneNumber = value;
106 template <
typename NextTokenT = Aws::String>
108 m_nextTokenHasBeenSet =
true;
109 m_nextToken = std::forward<NextTokenT>(value);
111 template <
typename NextTokenT = Aws::String>
125 m_maxResultsHasBeenSet =
true;
126 m_maxResults = value;
141 m_questionPriorityHasBeenSet =
true;
142 m_questionPriority = value;
151 bool m_workloadIdHasBeenSet =
false;
154 bool m_lensAliasHasBeenSet =
false;
157 bool m_pillarIdHasBeenSet =
false;
159 int m_milestoneNumber{0};
160 bool m_milestoneNumberHasBeenSet =
false;
163 bool m_nextTokenHasBeenSet =
false;
166 bool m_maxResultsHasBeenSet =
false;
169 bool m_questionPriorityHasBeenSet =
false;
void SetPillarId(PillarIdT &&value)
ListAnswersRequest & WithQuestionPriority(QuestionPriority value)
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override
bool WorkloadIdHasBeenSet() const
ListAnswersRequest & WithNextToken(NextTokenT &&value)
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAnswersRequest & WithWorkloadId(WorkloadIdT &&value)
bool MaxResultsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_WELLARCHITECTED_API ListAnswersRequest()=default
void SetNextToken(NextTokenT &&value)
const Aws::String & GetWorkloadId() const
const Aws::String & GetLensAlias() const
ListAnswersRequest & WithLensAlias(LensAliasT &&value)
const Aws::String & GetNextToken() const
void SetLensAlias(LensAliasT &&value)
void SetMilestoneNumber(int value)
bool QuestionPriorityHasBeenSet() const
bool MilestoneNumberHasBeenSet() const
void SetQuestionPriority(QuestionPriority value)
ListAnswersRequest & WithPillarId(PillarIdT &&value)
QuestionPriority GetQuestionPriority() const
bool LensAliasHasBeenSet() const
const Aws::String & GetPillarId() const
bool PillarIdHasBeenSet() const
ListAnswersRequest & WithMilestoneNumber(int value)
void SetMaxResults(int value)
ListAnswersRequest & WithMaxResults(int value)
bool NextTokenHasBeenSet() const
int GetMaxResults() const
void SetWorkloadId(WorkloadIdT &&value)
int GetMilestoneNumber() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String