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 ThreatEntitySetIdT = Aws::String>
58 void SetThreatEntitySetId(ThreatEntitySetIdT&& value) { m_threatEntitySetIdHasBeenSet =
true; m_threatEntitySetId = std::forward<ThreatEntitySetIdT>(value); }
59 template<
typename ThreatEntitySetIdT = Aws::String>
65 bool m_detectorIdHasBeenSet =
false;
68 bool m_threatEntitySetIdHasBeenSet =
false;
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetThreatEntitySetId() const
GetThreatEntitySetRequest & WithThreatEntitySetId(ThreatEntitySetIdT &&value)
bool ThreatEntitySetIdHasBeenSet() const
const Aws::String & GetDetectorId() const
AWS_GUARDDUTY_API GetThreatEntitySetRequest()=default
GetThreatEntitySetRequest & WithDetectorId(DetectorIdT &&value)
void SetDetectorId(DetectorIdT &&value)
void SetThreatEntitySetId(ThreatEntitySetIdT &&value)
bool DetectorIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String