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>
57 template<
typename ThreatIntelSetIdT = Aws::String>
58 void SetThreatIntelSetId(ThreatIntelSetIdT&& value) { m_threatIntelSetIdHasBeenSet =
true; m_threatIntelSetId = std::forward<ThreatIntelSetIdT>(value); }
59 template<
typename ThreatIntelSetIdT = Aws::String>
65 bool m_detectorIdHasBeenSet =
false;
68 bool m_threatIntelSetIdHasBeenSet =
false;
bool DetectorIdHasBeenSet() const
const Aws::String & GetDetectorId() const
AWS_GUARDDUTY_API GetThreatIntelSetRequest()=default
void SetDetectorId(DetectorIdT &&value)
bool ThreatIntelSetIdHasBeenSet() const
void SetThreatIntelSetId(ThreatIntelSetIdT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
GetThreatIntelSetRequest & WithThreatIntelSetId(ThreatIntelSetIdT &&value)
const Aws::String & GetThreatIntelSetId() const
virtual const char * GetServiceRequestName() const override
GetThreatIntelSetRequest & WithDetectorId(DetectorIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String