7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename DetectorIdT = Aws::String>
46 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
47 template<
typename DetectorIdT = Aws::String>
53 bool m_detectorIdHasBeenSet =
false;
bool DetectorIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDetectorId(DetectorIdT &&value)
const Aws::String & GetDetectorId() const
AWS_GUARDDUTY_API GetMalwareScanSettingsRequest()=default
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
GetMalwareScanSettingsRequest & WithDetectorId(DetectorIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String