7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/guardduty/GuardDuty_EXPORTS.h>
11#include <aws/guardduty/model/AnomalyObject.h>
12#include <aws/guardduty/model/AnomalyUnusual.h>
44 template <
typename ProfilesT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::Vector<AnomalyObject>>>>
46 m_profilesHasBeenSet =
true;
47 m_profiles = std::forward<ProfilesT>(value);
49 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;
57 m_profiles.emplace(std::forward<ProfilesKeyT>(key), std::forward<ProfilesValueT>(value));
68 template <
typename UnusualT = AnomalyUnusual>
70 m_unusualHasBeenSet =
true;
71 m_unusual = std::forward<UnusualT>(value);
73 template <
typename UnusualT = AnomalyUnusual>
83 bool m_profilesHasBeenSet =
false;
84 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