7#include <aws/securityhub/SecurityHub_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;
bool FilePathHasBeenSet() const
void SetEndLine(int value)
bool EndLineHasBeenSet() const
CodeVulnerabilitiesFilePath & WithFileName(FileNameT &&value)
CodeVulnerabilitiesFilePath & WithEndLine(int value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
bool StartLineHasBeenSet() const
void SetFileName(FileNameT &&value)
CodeVulnerabilitiesFilePath & WithFilePath(FilePathT &&value)
const Aws::String & GetFileName() const
CodeVulnerabilitiesFilePath & WithStartLine(int value)
void SetStartLine(int value)
const Aws::String & GetFilePath() const
AWS_SECURITYHUB_API CodeVulnerabilitiesFilePath()=default
AWS_SECURITYHUB_API CodeVulnerabilitiesFilePath(Aws::Utils::Json::JsonView jsonValue)
void SetFilePath(FilePathT &&value)
bool FileNameHasBeenSet() const
AWS_SECURITYHUB_API CodeVulnerabilitiesFilePath & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue