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/ItemPath.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
66 inline void SetSource(
const char* value) { m_sourceHasBeenSet =
true; m_source.assign(value); }
89 bool m_nameHasBeenSet =
false;
92 bool m_sourceHasBeenSet =
false;
95 bool m_itemPathsHasBeenSet =
false;
Threat & WithSource(Aws::String &&value)
Threat & AddItemPaths(ItemPath &&value)
bool NameHasBeenSet() const
const Aws::String & GetSource() const
void SetSource(const Aws::String &value)
bool ItemPathsHasBeenSet() const
AWS_GUARDDUTY_API Threat()
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
Threat & WithSource(const char *value)
void SetSource(Aws::String &&value)
void SetName(const char *value)
void SetName(Aws::String &&value)
const Aws::Vector< ItemPath > & GetItemPaths() const
Threat & WithName(Aws::String &&value)
Threat & WithItemPaths(Aws::Vector< ItemPath > &&value)
Threat & WithName(const char *value)
void SetName(const Aws::String &value)
Threat & AddItemPaths(const ItemPath &value)
Threat & WithName(const Aws::String &value)
const Aws::String & GetName() const
Threat & WithSource(const Aws::String &value)
AWS_GUARDDUTY_API Threat & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetItemPaths(const Aws::Vector< ItemPath > &value)
AWS_GUARDDUTY_API Threat(Aws::Utils::Json::JsonView jsonValue)
bool SourceHasBeenSet() const
Threat & WithItemPaths(const Aws::Vector< ItemPath > &value)
void SetSource(const char *value)
void SetItemPaths(Aws::Vector< ItemPath > &&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