7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeGuruSecurity {
41 template <
typename DescriptionT = Aws::String>
43 m_descriptionHasBeenSet =
true;
44 m_description = std::forward<DescriptionT>(value);
46 template <
typename DescriptionT = Aws::String>
60 template <
typename CodeT = Aws::String>
62 m_codeHasBeenSet =
true;
63 m_code = std::forward<CodeT>(value);
65 template <
typename CodeT = Aws::String>
67 SetCode(std::forward<CodeT>(value));
75 bool m_descriptionHasBeenSet =
false;
76 bool m_codeHasBeenSet =
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