/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include
#include
#include
#include
#include
namespace Aws
{
namespace Http
{
class URI;
} //namespace Http
namespace WellArchitected
{
namespace Model
{
/**
* Input to list lens review improvements.
See Also:
AWS
* API Reference
*/
class ListLensReviewImprovementsRequest : public WellArchitectedRequest
{
public:
AWS_WELLARCHITECTED_API ListLensReviewImprovementsRequest();
// Service request name is the Operation name which will send this request out,
// each operation should has unique request name, so that we can get operation's name from this request.
// Note: this is not true for response, multiple operations may have the same response name,
// so we can not get operation's name from response.
inline virtual const char* GetServiceRequestName() const override { return "ListLensReviewImprovements"; }
AWS_WELLARCHITECTED_API Aws::String SerializePayload() const override;
AWS_WELLARCHITECTED_API void AddQueryStringParameters(Aws::Http::URI& uri) const override;
inline const Aws::String& GetWorkloadId() const{ return m_workloadId; }
inline bool WorkloadIdHasBeenSet() const { return m_workloadIdHasBeenSet; }
inline void SetWorkloadId(const Aws::String& value) { m_workloadIdHasBeenSet = true; m_workloadId = value; }
inline void SetWorkloadId(Aws::String&& value) { m_workloadIdHasBeenSet = true; m_workloadId = std::move(value); }
inline void SetWorkloadId(const char* value) { m_workloadIdHasBeenSet = true; m_workloadId.assign(value); }
inline ListLensReviewImprovementsRequest& WithWorkloadId(const Aws::String& value) { SetWorkloadId(value); return *this;}
inline ListLensReviewImprovementsRequest& WithWorkloadId(Aws::String&& value) { SetWorkloadId(std::move(value)); return *this;}
inline ListLensReviewImprovementsRequest& WithWorkloadId(const char* value) { SetWorkloadId(value); return *this;}
inline const Aws::String& GetLensAlias() const{ return m_lensAlias; }
inline bool LensAliasHasBeenSet() const { return m_lensAliasHasBeenSet; }
inline void SetLensAlias(const Aws::String& value) { m_lensAliasHasBeenSet = true; m_lensAlias = value; }
inline void SetLensAlias(Aws::String&& value) { m_lensAliasHasBeenSet = true; m_lensAlias = std::move(value); }
inline void SetLensAlias(const char* value) { m_lensAliasHasBeenSet = true; m_lensAlias.assign(value); }
inline ListLensReviewImprovementsRequest& WithLensAlias(const Aws::String& value) { SetLensAlias(value); return *this;}
inline ListLensReviewImprovementsRequest& WithLensAlias(Aws::String&& value) { SetLensAlias(std::move(value)); return *this;}
inline ListLensReviewImprovementsRequest& WithLensAlias(const char* value) { SetLensAlias(value); return *this;}
inline const Aws::String& GetPillarId() const{ return m_pillarId; }
inline bool PillarIdHasBeenSet() const { return m_pillarIdHasBeenSet; }
inline void SetPillarId(const Aws::String& value) { m_pillarIdHasBeenSet = true; m_pillarId = value; }
inline void SetPillarId(Aws::String&& value) { m_pillarIdHasBeenSet = true; m_pillarId = std::move(value); }
inline void SetPillarId(const char* value) { m_pillarIdHasBeenSet = true; m_pillarId.assign(value); }
inline ListLensReviewImprovementsRequest& WithPillarId(const Aws::String& value) { SetPillarId(value); return *this;}
inline ListLensReviewImprovementsRequest& WithPillarId(Aws::String&& value) { SetPillarId(std::move(value)); return *this;}
inline ListLensReviewImprovementsRequest& WithPillarId(const char* value) { SetPillarId(value); return *this;}
inline int GetMilestoneNumber() const{ return m_milestoneNumber; }
inline bool MilestoneNumberHasBeenSet() const { return m_milestoneNumberHasBeenSet; }
inline void SetMilestoneNumber(int value) { m_milestoneNumberHasBeenSet = true; m_milestoneNumber = value; }
inline ListLensReviewImprovementsRequest& WithMilestoneNumber(int value) { SetMilestoneNumber(value); return *this;}
inline const Aws::String& GetNextToken() const{ return m_nextToken; }
inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; }
inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; }
inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); }
inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); }
inline ListLensReviewImprovementsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
inline ListLensReviewImprovementsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
inline ListLensReviewImprovementsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;}
/**
* The maximum number of results to return for this request.
*/
inline int GetMaxResults() const{ return m_maxResults; }
/**
* The maximum number of results to return for this request.
*/
inline bool MaxResultsHasBeenSet() const { return m_maxResultsHasBeenSet; }
/**
* The maximum number of results to return for this request.
*/
inline void SetMaxResults(int value) { m_maxResultsHasBeenSet = true; m_maxResults = value; }
/**
* The maximum number of results to return for this request.
*/
inline ListLensReviewImprovementsRequest& WithMaxResults(int value) { SetMaxResults(value); return *this;}
/**
* The priority of the question.
*/
inline const QuestionPriority& GetQuestionPriority() const{ return m_questionPriority; }
/**
* The priority of the question.
*/
inline bool QuestionPriorityHasBeenSet() const { return m_questionPriorityHasBeenSet; }
/**
* The priority of the question.
*/
inline void SetQuestionPriority(const QuestionPriority& value) { m_questionPriorityHasBeenSet = true; m_questionPriority = value; }
/**
* The priority of the question.
*/
inline void SetQuestionPriority(QuestionPriority&& value) { m_questionPriorityHasBeenSet = true; m_questionPriority = std::move(value); }
/**
* The priority of the question.
*/
inline ListLensReviewImprovementsRequest& WithQuestionPriority(const QuestionPriority& value) { SetQuestionPriority(value); return *this;}
/**
* The priority of the question.
*/
inline ListLensReviewImprovementsRequest& WithQuestionPriority(QuestionPriority&& value) { SetQuestionPriority(std::move(value)); return *this;}
private:
Aws::String m_workloadId;
bool m_workloadIdHasBeenSet = false;
Aws::String m_lensAlias;
bool m_lensAliasHasBeenSet = false;
Aws::String m_pillarId;
bool m_pillarIdHasBeenSet = false;
int m_milestoneNumber;
bool m_milestoneNumberHasBeenSet = false;
Aws::String m_nextToken;
bool m_nextTokenHasBeenSet = false;
int m_maxResults;
bool m_maxResultsHasBeenSet = false;
QuestionPriority m_questionPriority;
bool m_questionPriorityHasBeenSet = false;
};
} // namespace Model
} // namespace WellArchitected
} // namespace Aws