7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace CodeGuruSecurity {
41 m_numberHasBeenSet =
true;
56 template <
typename ContentT = Aws::String>
58 m_contentHasBeenSet =
true;
59 m_content = std::forward<ContentT>(value);
61 template <
typename ContentT = Aws::String>
71 bool m_numberHasBeenSet =
false;
72 bool m_contentHasBeenSet =
false;
AWS_CODEGURUSECURITY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetNumber(int value)
const Aws::String & GetContent() const
CodeLine & WithNumber(int value)
AWS_CODEGURUSECURITY_API CodeLine & operator=(Aws::Utils::Json::JsonView jsonValue)
CodeLine & WithContent(ContentT &&value)
void SetContent(ContentT &&value)
bool NumberHasBeenSet() const
AWS_CODEGURUSECURITY_API CodeLine()=default
bool ContentHasBeenSet() const
AWS_CODEGURUSECURITY_API CodeLine(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue