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; }
58 template<
typename FileNameT = Aws::String>
59 void SetFileName(FileNameT&& value) { m_fileNameHasBeenSet =
true; m_fileName = std::forward<FileNameT>(value); }
60 template<
typename FileNameT = Aws::String>
70 template<
typename FilePathT = Aws::String>
71 void SetFilePath(FilePathT&& value) { m_filePathHasBeenSet =
true; m_filePath = std::forward<FilePathT>(value); }
72 template<
typename FilePathT = Aws::String>
83 inline void SetStartLine(
int value) { m_startLineHasBeenSet =
true; m_startLine = value; }
89 bool m_endLineHasBeenSet =
false;
92 bool m_fileNameHasBeenSet =
false;
95 bool m_filePathHasBeenSet =
false;
98 bool m_startLineHasBeenSet =
false;
void SetStartLine(int value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool FileNameHasBeenSet() const
bool FilePathHasBeenSet() const
void SetEndLine(int value)
CodeFilePath & WithEndLine(int value)
AWS_INSPECTOR2_API CodeFilePath & operator=(Aws::Utils::Json::JsonView jsonValue)
CodeFilePath & WithStartLine(int value)
CodeFilePath & WithFileName(FileNameT &&value)
AWS_INSPECTOR2_API CodeFilePath()=default
void SetFileName(FileNameT &&value)
bool EndLineHasBeenSet() const
void SetFilePath(FilePathT &&value)
CodeFilePath & WithFilePath(FilePathT &&value)
const Aws::String & GetFileName() const
AWS_INSPECTOR2_API CodeFilePath(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFilePath() const
bool StartLineHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue