7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/guardduty/model/AnomalyObject.h>
50 template<
typename BehaviorT = Aws::Map<Aws::String, Aws::Map<Aws::String, AnomalyObject>>>
51 void SetBehavior(BehaviorT&& value) { m_behaviorHasBeenSet =
true; m_behavior = std::forward<BehaviorT>(value); }
52 template<
typename BehaviorT = Aws::Map<Aws::String, Aws::Map<Aws::String, AnomalyObject>>>
54 template<
typename BehaviorKeyT = Aws::String,
typename BehaviorValueT = Aws::Map<Aws::String, AnomalyObject>>
56 m_behaviorHasBeenSet =
true; m_behavior.emplace(std::forward<BehaviorKeyT>(key), std::forward<BehaviorValueT>(value));
return *
this;
62 bool m_behaviorHasBeenSet =
false;
AnomalyUnusual & AddBehavior(BehaviorKeyT &&key, BehaviorValueT &&value)
AWS_GUARDDUTY_API AnomalyUnusual(Aws::Utils::Json::JsonView jsonValue)
bool BehaviorHasBeenSet() const
AWS_GUARDDUTY_API AnomalyUnusual & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API AnomalyUnusual()=default
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::Map< Aws::String, AnomalyObject > > & GetBehavior() const
AnomalyUnusual & WithBehavior(BehaviorT &&value)
void SetBehavior(BehaviorT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue