7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CodeT = Aws::String>
48 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
49 template<
typename CodeT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
67 bool m_codeHasBeenSet =
false;
70 bool m_descriptionHasBeenSet =
false;
AWS_INSPECTOR2_API SuggestedFix()=default
SuggestedFix & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool CodeHasBeenSet() const
SuggestedFix & WithCode(CodeT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool DescriptionHasBeenSet() const
void SetCode(CodeT &&value)
AWS_INSPECTOR2_API SuggestedFix & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCode() const
AWS_INSPECTOR2_API SuggestedFix(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue