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/core/utils/memory/stl/AWSVector.h>
11#include <aws/frauddetector/model/RuleExecutionMode.h>
12#include <aws/frauddetector/model/Rule.h>
13#include <aws/frauddetector/model/ModelVersion.h>
18namespace FraudDetector
47 template<
typename DetectorIdT = Aws::String>
48 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
49 template<
typename DetectorIdT = Aws::String>
59 template<
typename DetectorVersionIdT = Aws::String>
60 void SetDetectorVersionId(DetectorVersionIdT&& value) { m_detectorVersionIdHasBeenSet =
true; m_detectorVersionId = std::forward<DetectorVersionIdT>(value); }
61 template<
typename DetectorVersionIdT = Aws::String>
71 template<
typename ExternalModelEndpo
intsT = Aws::Vector<Aws::String>>
72 void SetExternalModelEndpoints(ExternalModelEndpointsT&& value) { m_externalModelEndpointsHasBeenSet =
true; m_externalModelEndpoints = std::forward<ExternalModelEndpointsT>(value); }
73 template<
typename ExternalModelEndpo
intsT = Aws::Vector<Aws::String>>
75 template<
typename ExternalModelEndpo
intsT = Aws::String>
85 template<
typename RulesT = Aws::Vector<Rule>>
86 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
87 template<
typename RulesT = Aws::Vector<Rule>>
89 template<
typename RulesT = Rule>
99 template<
typename DescriptionT = Aws::String>
100 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
101 template<
typename DescriptionT = Aws::String>
111 template<
typename ModelVersionsT = Aws::Vector<ModelVersion>>
112 void SetModelVersions(ModelVersionsT&& value) { m_modelVersionsHasBeenSet =
true; m_modelVersions = std::forward<ModelVersionsT>(value); }
113 template<
typename ModelVersionsT = Aws::Vector<ModelVersion>>
115 template<
typename ModelVersionsT = ModelVersion>
138 bool m_detectorIdHasBeenSet =
false;
141 bool m_detectorVersionIdHasBeenSet =
false;
144 bool m_externalModelEndpointsHasBeenSet =
false;
147 bool m_rulesHasBeenSet =
false;
150 bool m_descriptionHasBeenSet =
false;
153 bool m_modelVersionsHasBeenSet =
false;
156 bool m_ruleExecutionModeHasBeenSet =
false;
void SetExternalModelEndpoints(ExternalModelEndpointsT &&value)
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
const Aws::Vector< Rule > & GetRules() const
UpdateDetectorVersionRequest & WithDetectorVersionId(DetectorVersionIdT &&value)
const Aws::String & GetDetectorVersionId() const
void SetModelVersions(ModelVersionsT &&value)
UpdateDetectorVersionRequest & WithDetectorId(DetectorIdT &&value)
virtual const char * GetServiceRequestName() const override
UpdateDetectorVersionRequest & WithExternalModelEndpoints(ExternalModelEndpointsT &&value)
bool ModelVersionsHasBeenSet() const
UpdateDetectorVersionRequest & WithDescription(DescriptionT &&value)
void SetDetectorVersionId(DetectorVersionIdT &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
AWS_FRAUDDETECTOR_API UpdateDetectorVersionRequest()=default
UpdateDetectorVersionRequest & AddExternalModelEndpoints(ExternalModelEndpointsT &&value)
UpdateDetectorVersionRequest & WithModelVersions(ModelVersionsT &&value)
bool DetectorVersionIdHasBeenSet() const
UpdateDetectorVersionRequest & AddRules(RulesT &&value)
const Aws::String & GetDetectorId() const
void SetDetectorId(DetectorIdT &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetRuleExecutionMode(RuleExecutionMode value)
bool DescriptionHasBeenSet() const
bool ExternalModelEndpointsHasBeenSet() const
bool DetectorIdHasBeenSet() const
UpdateDetectorVersionRequest & AddModelVersions(ModelVersionsT &&value)
const Aws::Vector< ModelVersion > & GetModelVersions() const
UpdateDetectorVersionRequest & WithRules(RulesT &&value)
RuleExecutionMode GetRuleExecutionMode() const
UpdateDetectorVersionRequest & WithRuleExecutionMode(RuleExecutionMode value)
void SetRules(RulesT &&value)
const Aws::Vector< Aws::String > & GetExternalModelEndpoints() const
bool RuleExecutionModeHasBeenSet() const
bool RulesHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector