/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The choice level improvement plan.See Also:
AWS
* API Reference
The display text for the improvement plan.
*/ inline const Aws::String& GetDisplayText() const{ return m_displayText; } /** *The display text for the improvement plan.
*/ inline bool DisplayTextHasBeenSet() const { return m_displayTextHasBeenSet; } /** *The display text for the improvement plan.
*/ inline void SetDisplayText(const Aws::String& value) { m_displayTextHasBeenSet = true; m_displayText = value; } /** *The display text for the improvement plan.
*/ inline void SetDisplayText(Aws::String&& value) { m_displayTextHasBeenSet = true; m_displayText = std::move(value); } /** *The display text for the improvement plan.
*/ inline void SetDisplayText(const char* value) { m_displayTextHasBeenSet = true; m_displayText.assign(value); } /** *The display text for the improvement plan.
*/ inline ChoiceImprovementPlan& WithDisplayText(const Aws::String& value) { SetDisplayText(value); return *this;} /** *The display text for the improvement plan.
*/ inline ChoiceImprovementPlan& WithDisplayText(Aws::String&& value) { SetDisplayText(std::move(value)); return *this;} /** *The display text for the improvement plan.
*/ inline ChoiceImprovementPlan& WithDisplayText(const char* value) { SetDisplayText(value); return *this;} inline const Aws::String& GetImprovementPlanUrl() const{ return m_improvementPlanUrl; } inline bool ImprovementPlanUrlHasBeenSet() const { return m_improvementPlanUrlHasBeenSet; } inline void SetImprovementPlanUrl(const Aws::String& value) { m_improvementPlanUrlHasBeenSet = true; m_improvementPlanUrl = value; } inline void SetImprovementPlanUrl(Aws::String&& value) { m_improvementPlanUrlHasBeenSet = true; m_improvementPlanUrl = std::move(value); } inline void SetImprovementPlanUrl(const char* value) { m_improvementPlanUrlHasBeenSet = true; m_improvementPlanUrl.assign(value); } inline ChoiceImprovementPlan& WithImprovementPlanUrl(const Aws::String& value) { SetImprovementPlanUrl(value); return *this;} inline ChoiceImprovementPlan& WithImprovementPlanUrl(Aws::String&& value) { SetImprovementPlanUrl(std::move(value)); return *this;} inline ChoiceImprovementPlan& WithImprovementPlanUrl(const char* value) { SetImprovementPlanUrl(value); return *this;} private: Aws::String m_choiceId; bool m_choiceIdHasBeenSet = false; Aws::String m_displayText; bool m_displayTextHasBeenSet = false; Aws::String m_improvementPlanUrl; bool m_improvementPlanUrlHasBeenSet = false; }; } // namespace Model } // namespace WellArchitected } // namespace Aws