7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/frauddetector/model/ModelSource.h>
22namespace FraudDetector
49 inline void SetModelEndpoint(
const char* value) { m_modelEndpointHasBeenSet =
true; m_modelEndpoint.assign(value); }
69 bool m_modelEndpointHasBeenSet =
false;
72 bool m_modelSourceHasBeenSet =
false;
bool ModelEndpointHasBeenSet() const
void SetModelEndpoint(const char *value)
ExternalModelSummary & WithModelEndpoint(const Aws::String &value)
void SetModelSource(ModelSource &&value)
void SetModelSource(const ModelSource &value)
bool ModelSourceHasBeenSet() const
AWS_FRAUDDETECTOR_API ExternalModelSummary()
AWS_FRAUDDETECTOR_API ExternalModelSummary(Aws::Utils::Json::JsonView jsonValue)
ExternalModelSummary & WithModelSource(const ModelSource &value)
ExternalModelSummary & WithModelEndpoint(Aws::String &&value)
void SetModelEndpoint(Aws::String &&value)
const Aws::String & GetModelEndpoint() const
AWS_FRAUDDETECTOR_API ExternalModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ExternalModelSummary & WithModelEndpoint(const char *value)
void SetModelEndpoint(const Aws::String &value)
ExternalModelSummary & WithModelSource(ModelSource &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const ModelSource & GetModelSource() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue