7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/guardduty/model/AnomalyUnusual.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/guardduty/model/AnomalyObject.h>
50 template<
typename ProfilesT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<AnomalyObject>>>>
51 void SetProfiles(ProfilesT&& value) { m_profilesHasBeenSet =
true; m_profiles = std::forward<ProfilesT>(value); }
52 template<
typename ProfilesT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<AnomalyObject>>>>
54 template<
typename ProfilesKeyT = Aws::String,
typename ProfilesValueT = Aws::Map<Aws::String, Aws::Vector<AnomalyObject>>>
56 m_profilesHasBeenSet =
true; m_profiles.emplace(std::forward<ProfilesKeyT>(key), std::forward<ProfilesValueT>(value));
return *
this;
66 template<
typename UnusualT = AnomalyUnusual>
67 void SetUnusual(UnusualT&& value) { m_unusualHasBeenSet =
true; m_unusual = std::forward<UnusualT>(value); }
68 template<
typename UnusualT = AnomalyUnusual>
74 bool m_profilesHasBeenSet =
false;
77 bool m_unusualHasBeenSet =
false;
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
bool ProfilesHasBeenSet() const
AWS_GUARDDUTY_API Anomaly()=default
Anomaly & WithProfiles(ProfilesT &&value)
AWS_GUARDDUTY_API Anomaly(Aws::Utils::Json::JsonView jsonValue)
Anomaly & WithUnusual(UnusualT &&value)
Anomaly & AddProfiles(ProfilesKeyT &&key, ProfilesValueT &&value)
void SetUnusual(UnusualT &&value)
void SetProfiles(ProfilesT &&value)
AWS_GUARDDUTY_API Anomaly & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UnusualHasBeenSet() const
const Aws::Map< Aws::String, Aws::Map< Aws::String, Aws::Vector< AnomalyObject > > > & GetProfiles() const
const AnomalyUnusual & GetUnusual() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue