7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/frauddetector/model/ModelTypeEnum.h>
15namespace FraudDetector
44 template<
typename ModelIdT = Aws::String>
45 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
46 template<
typename ModelIdT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
74 bool m_modelIdHasBeenSet =
false;
77 bool m_modelTypeHasBeenSet =
false;
80 bool m_descriptionHasBeenSet =
false;
bool ModelIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
UpdateModelRequest & WithModelType(ModelTypeEnum value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetModelType(ModelTypeEnum value)
bool DescriptionHasBeenSet() const
ModelTypeEnum GetModelType() const
void SetModelId(ModelIdT &&value)
virtual const char * GetServiceRequestName() const override
UpdateModelRequest & WithModelId(ModelIdT &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
const Aws::String & GetModelId() const
bool ModelTypeHasBeenSet() const
AWS_FRAUDDETECTOR_API UpdateModelRequest()=default
UpdateModelRequest & WithDescription(DescriptionT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String