7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace FraudDetector
45 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
53 bool m_detectorIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DeleteDetectorRequest & WithDetectorId(const char *value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_FRAUDDETECTOR_API DeleteDetectorRequest()
void SetDetectorId(const char *value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
DeleteDetectorRequest & WithDetectorId(const Aws::String &value)
void SetDetectorId(const Aws::String &value)
void SetDetectorId(Aws::String &&value)
DeleteDetectorRequest & WithDetectorId(Aws::String &&value)
bool DetectorIdHasBeenSet() const
const Aws::String & GetDetectorId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String