7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruSecurity
48 template<
typename CodeT = Aws::String>
49 void SetCode(CodeT&& value) { m_codeHasBeenSet =
true; m_code = std::forward<CodeT>(value); }
50 template<
typename CodeT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
68 bool m_codeHasBeenSet =
false;
71 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetDescription() const
SuggestedFix & WithCode(CodeT &&value)
const Aws::String & GetCode() const
AWS_CODEGURUSECURITY_API SuggestedFix()=default
AWS_CODEGURUSECURITY_API Aws::Utils::Json::JsonValue Jsonize() const
bool CodeHasBeenSet() const
AWS_CODEGURUSECURITY_API SuggestedFix & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCode(CodeT &&value)
void SetDescription(DescriptionT &&value)
AWS_CODEGURUSECURITY_API SuggestedFix(Aws::Utils::Json::JsonView jsonValue)
bool DescriptionHasBeenSet() const
SuggestedFix & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue