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
47 template<
typename ModelEndpo
intT = Aws::String>
48 void SetModelEndpoint(ModelEndpointT&& value) { m_modelEndpointHasBeenSet =
true; m_modelEndpoint = std::forward<ModelEndpointT>(value); }
49 template<
typename ModelEndpo
intT = Aws::String>
65 bool m_modelEndpointHasBeenSet =
false;
68 bool m_modelSourceHasBeenSet =
false;
void SetModelSource(ModelSource value)
bool ModelEndpointHasBeenSet() const
ExternalModelSummary & WithModelSource(ModelSource value)
ModelSource GetModelSource() const
ExternalModelSummary & WithModelEndpoint(ModelEndpointT &&value)
bool ModelSourceHasBeenSet() const
AWS_FRAUDDETECTOR_API ExternalModelSummary()=default
AWS_FRAUDDETECTOR_API ExternalModelSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetModelEndpoint() const
AWS_FRAUDDETECTOR_API ExternalModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetModelEndpoint(ModelEndpointT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue