/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about how to remediate a finding.See Also:
AWS
* API Reference
An object that contains information about the recommended course of action to * remediate a finding.
*/ inline const Recommendation& GetRecommendation() const{ return m_recommendation; } /** *An object that contains information about the recommended course of action to * remediate a finding.
*/ inline bool RecommendationHasBeenSet() const { return m_recommendationHasBeenSet; } /** *An object that contains information about the recommended course of action to * remediate a finding.
*/ inline void SetRecommendation(const Recommendation& value) { m_recommendationHasBeenSet = true; m_recommendation = value; } /** *An object that contains information about the recommended course of action to * remediate a finding.
*/ inline void SetRecommendation(Recommendation&& value) { m_recommendationHasBeenSet = true; m_recommendation = std::move(value); } /** *An object that contains information about the recommended course of action to * remediate a finding.
*/ inline Remediation& WithRecommendation(const Recommendation& value) { SetRecommendation(value); return *this;} /** *An object that contains information about the recommended course of action to * remediate a finding.
*/ inline Remediation& WithRecommendation(Recommendation&& value) { SetRecommendation(std::move(value)); return *this;} /** *A list of SuggestedFix
objects. Each object contains information
* about a suggested code fix to remediate the finding.
A list of SuggestedFix
objects. Each object contains information
* about a suggested code fix to remediate the finding.
A list of SuggestedFix
objects. Each object contains information
* about a suggested code fix to remediate the finding.
A list of SuggestedFix
objects. Each object contains information
* about a suggested code fix to remediate the finding.
A list of SuggestedFix
objects. Each object contains information
* about a suggested code fix to remediate the finding.
A list of SuggestedFix
objects. Each object contains information
* about a suggested code fix to remediate the finding.
A list of SuggestedFix
objects. Each object contains information
* about a suggested code fix to remediate the finding.
A list of SuggestedFix
objects. Each object contains information
* about a suggested code fix to remediate the finding.