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;
bool DetectorIdHasBeenSet() const
const Aws::String & GetDetectorId() const
GetThreatIntelSetRequest & WithThreatIntelSetId(Aws::String &&value)
void SetThreatIntelSetId(Aws::String &&value)
void SetDetectorId(Aws::String &&value)
GetThreatIntelSetRequest & WithDetectorId(Aws::String &&value)
void SetDetectorId(const Aws::String &value)
GetThreatIntelSetRequest & WithDetectorId(const Aws::String &value)
bool ThreatIntelSetIdHasBeenSet() const
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
void SetThreatIntelSetId(const Aws::String &value)
GetThreatIntelSetRequest & WithDetectorId(const char *value)
AWS_GUARDDUTY_API GetThreatIntelSetRequest()
const Aws::String & GetThreatIntelSetId() const
GetThreatIntelSetRequest & WithThreatIntelSetId(const char *value)
GetThreatIntelSetRequest & WithThreatIntelSetId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetThreatIntelSetId(const char *value)
void SetDetectorId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String