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/wellarchitected/model/QuestionPriority.h>
19namespace WellArchitected
49 template<
typename WorkloadIdT = Aws::String>
50 void SetWorkloadId(WorkloadIdT&& value) { m_workloadIdHasBeenSet =
true; m_workloadId = std::forward<WorkloadIdT>(value); }
51 template<
typename WorkloadIdT = Aws::String>
59 template<
typename LensAliasT = Aws::String>
60 void SetLensAlias(LensAliasT&& value) { m_lensAliasHasBeenSet =
true; m_lensAlias = std::forward<LensAliasT>(value); }
61 template<
typename LensAliasT = Aws::String>
69 template<
typename PillarIdT = Aws::String>
70 void SetPillarId(PillarIdT&& value) { m_pillarIdHasBeenSet =
true; m_pillarId = std::forward<PillarIdT>(value); }
71 template<
typename PillarIdT = Aws::String>
79 inline void SetMilestoneNumber(
int value) { m_milestoneNumberHasBeenSet =
true; m_milestoneNumber = value; }
87 template<
typename NextTokenT = Aws::String>
88 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
89 template<
typename NextTokenT = Aws::String>
99 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
115 bool m_workloadIdHasBeenSet =
false;
118 bool m_lensAliasHasBeenSet =
false;
121 bool m_pillarIdHasBeenSet =
false;
123 int m_milestoneNumber{0};
124 bool m_milestoneNumberHasBeenSet =
false;
127 bool m_nextTokenHasBeenSet =
false;
130 bool m_maxResultsHasBeenSet =
false;
133 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