7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/frauddetector/model/DetectorVersionStatus.h>
11#include <aws/frauddetector/model/RuleExecutionMode.h>
12#include <aws/frauddetector/model/ModelVersion.h>
13#include <aws/frauddetector/model/Rule.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace FraudDetector
47 inline void SetDetectorId(
const char* value) { m_detectorId.assign(value); }
73 inline void SetDescription(
const char* value) { m_description.assign(value); }
180 inline void SetArn(
const char* value) { m_arn.assign(value); }
191 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetDetectorVersionResult & WithModelVersions(Aws::Vector< ModelVersion > &&value)
void SetCreatedTime(const char *value)
void SetRequestId(const char *value)
AWS_FRAUDDETECTOR_API GetDetectorVersionResult()
void SetModelVersions(const Aws::Vector< ModelVersion > &value)
void SetStatus(DetectorVersionStatus &&value)
const Aws::String & GetDescription() const
void SetDescription(const Aws::String &value)
const Aws::String & GetCreatedTime() const
void SetDetectorId(const Aws::String &value)
GetDetectorVersionResult & WithRuleExecutionMode(const RuleExecutionMode &value)
const Aws::Vector< ModelVersion > & GetModelVersions() const
GetDetectorVersionResult & WithArn(Aws::String &&value)
void SetDetectorVersionId(const char *value)
GetDetectorVersionResult & WithRequestId(Aws::String &&value)
void SetDescription(const char *value)
GetDetectorVersionResult & AddExternalModelEndpoints(const char *value)
void SetRules(Aws::Vector< Rule > &&value)
GetDetectorVersionResult & WithDescription(Aws::String &&value)
GetDetectorVersionResult & WithLastUpdatedTime(const Aws::String &value)
const Aws::String & GetRequestId() const
void SetDetectorId(const char *value)
AWS_FRAUDDETECTOR_API GetDetectorVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDetectorVersionResult & WithDetectorVersionId(const char *value)
GetDetectorVersionResult & WithDetectorId(const Aws::String &value)
void SetStatus(const DetectorVersionStatus &value)
GetDetectorVersionResult & WithLastUpdatedTime(const char *value)
GetDetectorVersionResult & WithDetectorId(Aws::String &&value)
void SetLastUpdatedTime(const Aws::String &value)
void SetExternalModelEndpoints(const Aws::Vector< Aws::String > &value)
GetDetectorVersionResult & AddExternalModelEndpoints(const Aws::String &value)
GetDetectorVersionResult & AddExternalModelEndpoints(Aws::String &&value)
GetDetectorVersionResult & WithRules(Aws::Vector< Rule > &&value)
GetDetectorVersionResult & WithLastUpdatedTime(Aws::String &&value)
GetDetectorVersionResult & WithRuleExecutionMode(RuleExecutionMode &&value)
GetDetectorVersionResult & WithDetectorVersionId(const Aws::String &value)
GetDetectorVersionResult & WithCreatedTime(const Aws::String &value)
void SetArn(const Aws::String &value)
GetDetectorVersionResult & WithCreatedTime(Aws::String &&value)
GetDetectorVersionResult & WithRequestId(const char *value)
AWS_FRAUDDETECTOR_API GetDetectorVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRules(const Aws::Vector< Rule > &value)
GetDetectorVersionResult & WithArn(const char *value)
const DetectorVersionStatus & GetStatus() const
const RuleExecutionMode & GetRuleExecutionMode() const
void SetDescription(Aws::String &&value)
GetDetectorVersionResult & WithStatus(DetectorVersionStatus &&value)
void SetArn(Aws::String &&value)
GetDetectorVersionResult & WithDetectorId(const char *value)
GetDetectorVersionResult & WithDescription(const char *value)
void SetLastUpdatedTime(Aws::String &&value)
void SetDetectorVersionId(const Aws::String &value)
void SetDetectorVersionId(Aws::String &&value)
GetDetectorVersionResult & AddModelVersions(ModelVersion &&value)
GetDetectorVersionResult & WithStatus(const DetectorVersionStatus &value)
void SetExternalModelEndpoints(Aws::Vector< Aws::String > &&value)
GetDetectorVersionResult & WithExternalModelEndpoints(const Aws::Vector< Aws::String > &value)
void SetRequestId(const Aws::String &value)
const Aws::String & GetDetectorVersionId() const
void SetDetectorId(Aws::String &&value)
GetDetectorVersionResult & AddModelVersions(const ModelVersion &value)
void SetRuleExecutionMode(RuleExecutionMode &&value)
GetDetectorVersionResult & WithRules(const Aws::Vector< Rule > &value)
GetDetectorVersionResult & WithExternalModelEndpoints(Aws::Vector< Aws::String > &&value)
const Aws::String & GetArn() const
GetDetectorVersionResult & WithRequestId(const Aws::String &value)
GetDetectorVersionResult & WithArn(const Aws::String &value)
const Aws::String & GetDetectorId() const
GetDetectorVersionResult & WithDetectorVersionId(Aws::String &&value)
GetDetectorVersionResult & WithDescription(const Aws::String &value)
void SetCreatedTime(const Aws::String &value)
GetDetectorVersionResult & AddRules(Rule &&value)
GetDetectorVersionResult & AddRules(const Rule &value)
const Aws::String & GetLastUpdatedTime() const
void SetRuleExecutionMode(const RuleExecutionMode &value)
void SetLastUpdatedTime(const char *value)
void SetRequestId(Aws::String &&value)
GetDetectorVersionResult & WithCreatedTime(const char *value)
void SetModelVersions(Aws::Vector< ModelVersion > &&value)
GetDetectorVersionResult & WithModelVersions(const Aws::Vector< ModelVersion > &value)
void SetArn(const char *value)
const Aws::Vector< Aws::String > & GetExternalModelEndpoints() const
void SetCreatedTime(Aws::String &&value)
const Aws::Vector< Rule > & GetRules() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue