7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/voice-id/model/FraudDetectionAction.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
64 inline void SetRiskThreshold(
int value) { m_riskThresholdHasBeenSet =
true; m_riskThreshold = value; }
74 template<
typename WatchlistIdsT = Aws::Vector<Aws::String>>
75 void SetWatchlistIds(WatchlistIdsT&& value) { m_watchlistIdsHasBeenSet =
true; m_watchlistIds = std::forward<WatchlistIdsT>(value); }
76 template<
typename WatchlistIdsT = Aws::Vector<Aws::String>>
78 template<
typename WatchlistIdsT = Aws::String>
84 bool m_fraudDetectionActionHasBeenSet =
false;
86 int m_riskThreshold{0};
87 bool m_riskThresholdHasBeenSet =
false;
90 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