7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetEndLine(
int value) { m_endLineHasBeenSet =
true; m_endLine = value; }
60 inline void SetFileName(
const char* value) { m_fileNameHasBeenSet =
true; m_fileName.assign(value); }
74 inline void SetFilePath(
const char* value) { m_filePathHasBeenSet =
true; m_filePath.assign(value); }
87 inline void SetStartLine(
int value) { m_startLineHasBeenSet =
true; m_startLine = value; }
93 bool m_endLineHasBeenSet =
false;
96 bool m_fileNameHasBeenSet =
false;
99 bool m_filePathHasBeenSet =
false;
102 bool m_startLineHasBeenSet =
false;
void SetStartLine(int value)
CodeFilePath & WithFilePath(const char *value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFileName(Aws::String &&value)
bool FileNameHasBeenSet() const
bool FilePathHasBeenSet() const
void SetEndLine(int value)
CodeFilePath & WithFileName(Aws::String &&value)
CodeFilePath & WithEndLine(int value)
AWS_INSPECTOR2_API CodeFilePath & operator=(Aws::Utils::Json::JsonView jsonValue)
CodeFilePath & WithStartLine(int value)
CodeFilePath & WithFilePath(Aws::String &&value)
void SetFilePath(Aws::String &&value)
bool EndLineHasBeenSet() const
AWS_INSPECTOR2_API CodeFilePath()
void SetFilePath(const Aws::String &value)
void SetFileName(const char *value)
const Aws::String & GetFileName() const
AWS_INSPECTOR2_API CodeFilePath(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFilePath() const
CodeFilePath & WithFileName(const Aws::String &value)
bool StartLineHasBeenSet() const
CodeFilePath & WithFileName(const char *value)
CodeFilePath & WithFilePath(const Aws::String &value)
void SetFileName(const Aws::String &value)
void SetFilePath(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue