7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetContent(
const char* value) { m_contentHasBeenSet =
true; m_content.assign(value); }
61 inline void SetLineNumber(
int value) { m_lineNumberHasBeenSet =
true; m_lineNumber = value; }
67 bool m_contentHasBeenSet =
false;
70 bool m_lineNumberHasBeenSet =
false;
CodeLine & WithLineNumber(int value)
void SetLineNumber(int value)
int GetLineNumber() const
bool ContentHasBeenSet() const
CodeLine & WithContent(Aws::String &&value)
AWS_INSPECTOR2_API CodeLine & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContent(Aws::String &&value)
void SetContent(const Aws::String &value)
const Aws::String & GetContent() const
CodeLine & WithContent(const char *value)
void SetContent(const char *value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API CodeLine(Aws::Utils::Json::JsonView jsonValue)
CodeLine & WithContent(const Aws::String &value)
bool LineNumberHasBeenSet() const
AWS_INSPECTOR2_API CodeLine()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue