7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
43 m_endLineHasBeenSet =
true;
58 template <
typename FileNameT = Aws::String>
60 m_fileNameHasBeenSet =
true;
61 m_fileName = std::forward<FileNameT>(value);
63 template <
typename FileNameT = Aws::String>
76 template <
typename FilePathT = Aws::String>
78 m_filePathHasBeenSet =
true;
79 m_filePath = std::forward<FilePathT>(value);
81 template <
typename FilePathT = Aws::String>
96 m_startLineHasBeenSet =
true;
112 bool m_endLineHasBeenSet =
false;
113 bool m_fileNameHasBeenSet =
false;
114 bool m_filePathHasBeenSet =
false;
115 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