7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/guardduty/model/FindingPublishingFrequency.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/guardduty/model/DetectorFeatureConfiguration.h>
48 template<
typename DetectorIdT = Aws::String>
49 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
50 template<
typename DetectorIdT = Aws::String>
60 inline void SetEnable(
bool value) { m_enableHasBeenSet =
true; m_enable = value; }
81 template<
typename FeaturesT = Aws::Vector<DetectorFeatureConfiguration>>
82 void SetFeatures(FeaturesT&& value) { m_featuresHasBeenSet =
true; m_features = std::forward<FeaturesT>(value); }
83 template<
typename FeaturesT = Aws::Vector<DetectorFeatureConfiguration>>
85 template<
typename FeaturesT = DetectorFeatureConfiguration>
91 bool m_detectorIdHasBeenSet =
false;
94 bool m_enableHasBeenSet =
false;
97 bool m_findingPublishingFrequencyHasBeenSet =
false;
100 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