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>
59 template <
typename ThreatIntelSetIdT = Aws::String>
61 m_threatIntelSetIdHasBeenSet =
true;
62 m_threatIntelSetId = std::forward<ThreatIntelSetIdT>(value);
64 template <
typename ThreatIntelSetIdT = Aws::String>
74 bool m_detectorIdHasBeenSet =
false;
75 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