7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
57 inline void SetThreatIntelSetId(
const char* value) { m_threatIntelSetIdHasBeenSet =
true; m_threatIntelSetId.assign(value); }
65 bool m_detectorIdHasBeenSet =
false;
68 bool m_threatIntelSetIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DeleteThreatIntelSetRequest & WithDetectorId(const char *value)
bool ThreatIntelSetIdHasBeenSet() const
DeleteThreatIntelSetRequest & WithDetectorId(Aws::String &&value)
void SetDetectorId(const Aws::String &value)
void SetThreatIntelSetId(const Aws::String &value)
bool DetectorIdHasBeenSet() const
DeleteThreatIntelSetRequest & WithThreatIntelSetId(const char *value)
const Aws::String & GetDetectorId() const
void SetDetectorId(Aws::String &&value)
AWS_GUARDDUTY_API DeleteThreatIntelSetRequest()
DeleteThreatIntelSetRequest & WithDetectorId(const Aws::String &value)
DeleteThreatIntelSetRequest & WithThreatIntelSetId(const Aws::String &value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
void SetDetectorId(const char *value)
void SetThreatIntelSetId(Aws::String &&value)
DeleteThreatIntelSetRequest & WithThreatIntelSetId(Aws::String &&value)
void SetThreatIntelSetId(const char *value)
const Aws::String & GetThreatIntelSetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String