7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/guardduty/GuardDutyRequest.h>
9#include <aws/guardduty/GuardDuty_EXPORTS.h>
41 template <
typename DetectorIdT = Aws::String>
43 m_detectorIdHasBeenSet =
true;
44 m_detectorId = std::forward<DetectorIdT>(value);
46 template <
typename DetectorIdT = Aws::String>
60 template <
typename ThreatEntitySetIdT = Aws::String>
62 m_threatEntitySetIdHasBeenSet =
true;
63 m_threatEntitySetId = std::forward<ThreatEntitySetIdT>(value);
65 template <
typename ThreatEntitySetIdT = Aws::String>
75 bool m_detectorIdHasBeenSet =
false;
76 bool m_threatEntitySetIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_GUARDDUTY_API DeleteThreatEntitySetRequest()=default
bool ThreatEntitySetIdHasBeenSet() const
void SetThreatEntitySetId(ThreatEntitySetIdT &&value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
const Aws::String & GetThreatEntitySetId() const
const Aws::String & GetDetectorId() const
void SetDetectorId(DetectorIdT &&value)
DeleteThreatEntitySetRequest & WithDetectorId(DetectorIdT &&value)
DeleteThreatEntitySetRequest & WithThreatEntitySetId(ThreatEntitySetIdT &&value)
bool DetectorIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String