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>
14#include <aws/frauddetector/model/Tag.h>
19namespace FraudDetector
48 template<
typename DetectorIdT = Aws::String>
49 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
50 template<
typename DetectorIdT = Aws::String>
60 template<
typename DescriptionT = Aws::String>
61 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
62 template<
typename DescriptionT = Aws::String>
72 template<
typename ExternalModelEndpo
intsT = Aws::Vector<Aws::String>>
73 void SetExternalModelEndpoints(ExternalModelEndpointsT&& value) { m_externalModelEndpointsHasBeenSet =
true; m_externalModelEndpoints = std::forward<ExternalModelEndpointsT>(value); }
74 template<
typename ExternalModelEndpo
intsT = Aws::Vector<Aws::String>>
76 template<
typename ExternalModelEndpo
intsT = Aws::String>
86 template<
typename RulesT = Aws::Vector<Rule>>
87 void SetRules(RulesT&& value) { m_rulesHasBeenSet =
true; m_rules = std::forward<RulesT>(value); }
88 template<
typename RulesT = Aws::Vector<Rule>>
90 template<
typename RulesT = Rule>
100 template<
typename ModelVersionsT = Aws::Vector<ModelVersion>>
101 void SetModelVersions(ModelVersionsT&& value) { m_modelVersionsHasBeenSet =
true; m_modelVersions = std::forward<ModelVersionsT>(value); }
102 template<
typename ModelVersionsT = Aws::Vector<ModelVersion>>
104 template<
typename ModelVersionsT = ModelVersion>
131 template<
typename TagsT = Aws::Vector<Tag>>
132 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
133 template<
typename TagsT = Aws::Vector<Tag>>
135 template<
typename TagsT = Tag>
141 bool m_detectorIdHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
147 bool m_externalModelEndpointsHasBeenSet =
false;
150 bool m_rulesHasBeenSet =
false;
153 bool m_modelVersionsHasBeenSet =
false;
156 bool m_ruleExecutionModeHasBeenSet =
false;
159 bool m_tagsHasBeenSet =
false;
RuleExecutionMode GetRuleExecutionMode() const
void SetRules(RulesT &&value)
CreateDetectorVersionRequest & AddTags(TagsT &&value)
CreateDetectorVersionRequest & AddModelVersions(ModelVersionsT &&value)
const Aws::Vector< Aws::String > & GetExternalModelEndpoints() const
bool ExternalModelEndpointsHasBeenSet() const
CreateDetectorVersionRequest & WithRuleExecutionMode(RuleExecutionMode value)
virtual const char * GetServiceRequestName() const override
void SetTags(TagsT &&value)
void SetModelVersions(ModelVersionsT &&value)
CreateDetectorVersionRequest & AddExternalModelEndpoints(ExternalModelEndpointsT &&value)
void SetDescription(DescriptionT &&value)
bool RuleExecutionModeHasBeenSet() const
bool RulesHasBeenSet() const
const Aws::Vector< ModelVersion > & GetModelVersions() const
bool DescriptionHasBeenSet() const
bool TagsHasBeenSet() const
CreateDetectorVersionRequest & WithDetectorId(DetectorIdT &&value)
bool ModelVersionsHasBeenSet() const
CreateDetectorVersionRequest & WithTags(TagsT &&value)
CreateDetectorVersionRequest & WithModelVersions(ModelVersionsT &&value)
void SetRuleExecutionMode(RuleExecutionMode value)
CreateDetectorVersionRequest & WithDescription(DescriptionT &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDetectorId(DetectorIdT &&value)
CreateDetectorVersionRequest & WithRules(RulesT &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
const Aws::String & GetDetectorId() const
const Aws::String & GetDescription() const
const Aws::Vector< Rule > & GetRules() const
void SetExternalModelEndpoints(ExternalModelEndpointsT &&value)
const Aws::Vector< Tag > & GetTags() const
CreateDetectorVersionRequest & AddRules(RulesT &&value)
bool DetectorIdHasBeenSet() const
CreateDetectorVersionRequest & WithExternalModelEndpoints(ExternalModelEndpointsT &&value)
AWS_FRAUDDETECTOR_API CreateDetectorVersionRequest()=default
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