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 SetModelEndpoint(
const char* value) { m_modelEndpointHasBeenSet =
true; m_modelEndpoint.assign(value); }
53 bool m_modelEndpointHasBeenSet =
false;
void SetModelEndpoint(const char *value)
DeleteExternalModelRequest & WithModelEndpoint(Aws::String &&value)
DeleteExternalModelRequest & WithModelEndpoint(const Aws::String &value)
AWS_FRAUDDETECTOR_API DeleteExternalModelRequest()
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool ModelEndpointHasBeenSet() const
DeleteExternalModelRequest & WithModelEndpoint(const char *value)
void SetModelEndpoint(const Aws::String &value)
const Aws::String & GetModelEndpoint() const
void SetModelEndpoint(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String