7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruSecurity
46 template<
typename ContentT = Aws::String>
47 void SetContent(ContentT&& value) { m_contentHasBeenSet =
true; m_content = std::forward<ContentT>(value); }
48 template<
typename ContentT = Aws::String>
58 inline void SetNumber(
int value) { m_numberHasBeenSet =
true; m_number = value; }
64 bool m_contentHasBeenSet =
false;
67 bool m_numberHasBeenSet =
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