7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/guardduty/GuardDutyRequest.h>
10#include <aws/guardduty/GuardDuty_EXPORTS.h>
11#include <aws/guardduty/model/DetectorFeatureConfiguration.h>
12#include <aws/guardduty/model/FindingPublishingFrequency.h>
44 template <
typename DetectorIdT = Aws::String>
46 m_detectorIdHasBeenSet =
true;
47 m_detectorId = std::forward<DetectorIdT>(value);
49 template <
typename DetectorIdT = Aws::String>
63 m_enableHasBeenSet =
true;
80 m_findingPublishingFrequencyHasBeenSet =
true;
81 m_findingPublishingFrequency = value;
95 template <
typename FeaturesT = Aws::Vector<DetectorFeatureConfiguration>>
97 m_featuresHasBeenSet =
true;
98 m_features = std::forward<FeaturesT>(value);
100 template <
typename FeaturesT = Aws::Vector<DetectorFeatureConfiguration>>
105 template <
typename FeaturesT = DetectorFeatureConfiguration>
107 m_featuresHasBeenSet =
true;
108 m_features.emplace_back(std::forward<FeaturesT>(value));
115 bool m_enable{
false};
120 bool m_detectorIdHasBeenSet =
false;
121 bool m_enableHasBeenSet =
false;
122 bool m_findingPublishingFrequencyHasBeenSet =
false;
123 bool m_featuresHasBeenSet =
false;
void SetFindingPublishingFrequency(FindingPublishingFrequency value)
UpdateDetectorRequest & WithEnable(bool value)
const Aws::Vector< DetectorFeatureConfiguration > & GetFeatures() const
virtual const char * GetServiceRequestName() const override
bool FeaturesHasBeenSet() const
UpdateDetectorRequest & AddFeatures(FeaturesT &&value)
UpdateDetectorRequest & WithDetectorId(DetectorIdT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
FindingPublishingFrequency GetFindingPublishingFrequency() const
bool FindingPublishingFrequencyHasBeenSet() const
void SetDetectorId(DetectorIdT &&value)
bool DetectorIdHasBeenSet() const
void SetEnable(bool value)
AWS_GUARDDUTY_API UpdateDetectorRequest()=default
void SetFeatures(FeaturesT &&value)
UpdateDetectorRequest & WithFindingPublishingFrequency(FindingPublishingFrequency value)
bool EnableHasBeenSet() const
const Aws::String & GetDetectorId() const
UpdateDetectorRequest & WithFeatures(FeaturesT &&value)
FindingPublishingFrequency
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector