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); }
51 bool m_detectorIdHasBeenSet =
false;
void SetDetectorId(const Aws::String &value)
const Aws::String & GetDetectorId() const
void SetDetectorId(Aws::String &&value)
GetDetectorRequest & WithDetectorId(const Aws::String &value)
AWS_GUARDDUTY_API GetDetectorRequest()
GetDetectorRequest & WithDetectorId(Aws::String &&value)
bool DetectorIdHasBeenSet() const
void SetDetectorId(const char *value)
AWS_GUARDDUTY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetDetectorRequest & WithDetectorId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String