7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/voice-id/VoiceID_EXPORTS.h>
10#include <aws/voice-id/model/FraudDetectionAction.h>
47 m_fraudDetectionActionHasBeenSet =
true;
48 m_fraudDetectionAction = value;
65 m_riskThresholdHasBeenSet =
true;
66 m_riskThreshold = value;
80 template <
typename WatchlistIdsT = Aws::Vector<Aws::String>>
82 m_watchlistIdsHasBeenSet =
true;
83 m_watchlistIds = std::forward<WatchlistIdsT>(value);
85 template <
typename WatchlistIdsT = Aws::Vector<Aws::String>>
90 template <
typename WatchlistIdsT = Aws::String>
92 m_watchlistIdsHasBeenSet =
true;
93 m_watchlistIds.emplace_back(std::forward<WatchlistIdsT>(value));
100 int m_riskThreshold{0};
103 bool m_fraudDetectionActionHasBeenSet =
false;
104 bool m_riskThresholdHasBeenSet =
false;
105 bool m_watchlistIdsHasBeenSet =
false;
EnrollmentJobFraudDetectionConfig & WithRiskThreshold(int value)
EnrollmentJobFraudDetectionConfig & WithWatchlistIds(WatchlistIdsT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_VOICEID_API EnrollmentJobFraudDetectionConfig(Aws::Utils::Json::JsonView jsonValue)
int GetRiskThreshold() const
void SetRiskThreshold(int value)
void SetFraudDetectionAction(FraudDetectionAction value)
EnrollmentJobFraudDetectionConfig & AddWatchlistIds(WatchlistIdsT &&value)
bool FraudDetectionActionHasBeenSet() const
bool WatchlistIdsHasBeenSet() const
const Aws::Vector< Aws::String > & GetWatchlistIds() const
AWS_VOICEID_API EnrollmentJobFraudDetectionConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetWatchlistIds(WatchlistIdsT &&value)
FraudDetectionAction GetFraudDetectionAction() const
bool RiskThresholdHasBeenSet() const
AWS_VOICEID_API EnrollmentJobFraudDetectionConfig()=default
EnrollmentJobFraudDetectionConfig & WithFraudDetectionAction(FraudDetectionAction value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue