7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/voice-id/model/DuplicateRegistrationAction.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
75 template<
typename WatchlistIdsT = Aws::Vector<Aws::String>>
76 void SetWatchlistIds(WatchlistIdsT&& value) { m_watchlistIdsHasBeenSet =
true; m_watchlistIds = std::forward<WatchlistIdsT>(value); }
77 template<
typename WatchlistIdsT = Aws::Vector<Aws::String>>
79 template<
typename WatchlistIdsT = Aws::String>
80 RegistrationConfig&
AddWatchlistIds(WatchlistIdsT&& value) { m_watchlistIdsHasBeenSet =
true; m_watchlistIds.emplace_back(std::forward<WatchlistIdsT>(value));
return *
this; }
85 bool m_duplicateRegistrationActionHasBeenSet =
false;
87 int m_fraudsterSimilarityThreshold{0};
88 bool m_fraudsterSimilarityThresholdHasBeenSet =
false;
91 bool m_watchlistIdsHasBeenSet =
false;
AWS_VOICEID_API RegistrationConfig(Aws::Utils::Json::JsonView jsonValue)
RegistrationConfig & WithFraudsterSimilarityThreshold(int value)
void SetWatchlistIds(WatchlistIdsT &&value)
int GetFraudsterSimilarityThreshold() const
RegistrationConfig & AddWatchlistIds(WatchlistIdsT &&value)
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
bool DuplicateRegistrationActionHasBeenSet() const
void SetFraudsterSimilarityThreshold(int value)
RegistrationConfig & WithDuplicateRegistrationAction(DuplicateRegistrationAction value)
AWS_VOICEID_API RegistrationConfig()=default
bool FraudsterSimilarityThresholdHasBeenSet() const
RegistrationConfig & WithWatchlistIds(WatchlistIdsT &&value)
const Aws::Vector< Aws::String > & GetWatchlistIds() const
DuplicateRegistrationAction GetDuplicateRegistrationAction() const
AWS_VOICEID_API RegistrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WatchlistIdsHasBeenSet() const
void SetDuplicateRegistrationAction(DuplicateRegistrationAction value)
DuplicateRegistrationAction
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue