7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/guardduty/model/ScanFilePath.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
65 inline void SetSeverity(
const char* value) { m_severityHasBeenSet =
true; m_severity.assign(value); }
77 inline void SetItemCount(
int value) { m_itemCountHasBeenSet =
true; m_itemCount = value; }
97 bool m_nameHasBeenSet =
false;
100 bool m_severityHasBeenSet =
false;
103 bool m_itemCountHasBeenSet =
false;
106 bool m_filePathsHasBeenSet =
false;
ScanThreatName & WithFilePaths(Aws::Vector< ScanFilePath > &&value)
const Aws::String & GetSeverity() const
ScanThreatName & WithSeverity(const char *value)
ScanThreatName & WithName(const Aws::String &value)
void SetSeverity(const char *value)
ScanThreatName & AddFilePaths(const ScanFilePath &value)
ScanThreatName & WithName(const char *value)
bool ItemCountHasBeenSet() const
void SetName(Aws::String &&value)
const Aws::String & GetName() const
void SetItemCount(int value)
void SetName(const Aws::String &value)
void SetFilePaths(const Aws::Vector< ScanFilePath > &value)
ScanThreatName & WithSeverity(const Aws::String &value)
void SetName(const char *value)
AWS_GUARDDUTY_API ScanThreatName()
void SetSeverity(Aws::String &&value)
ScanThreatName & WithFilePaths(const Aws::Vector< ScanFilePath > &value)
void SetFilePaths(Aws::Vector< ScanFilePath > &&value)
bool NameHasBeenSet() const
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API ScanThreatName & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API ScanThreatName(Aws::Utils::Json::JsonView jsonValue)
ScanThreatName & WithItemCount(int value)
ScanThreatName & WithSeverity(Aws::String &&value)
const Aws::Vector< ScanFilePath > & GetFilePaths() const
ScanThreatName & AddFilePaths(ScanFilePath &&value)
bool FilePathsHasBeenSet() const
void SetSeverity(const Aws::String &value)
bool SeverityHasBeenSet() const
ScanThreatName & WithName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue