7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/model/LivenessOutputConfig.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/rekognition/model/ChallengePreference.h>
55 template<
typename OutputConfigT = LivenessOutputConfig>
56 void SetOutputConfig(OutputConfigT&& value) { m_outputConfigHasBeenSet =
true; m_outputConfig = std::forward<OutputConfigT>(value); }
57 template<
typename OutputConfigT = LivenessOutputConfig>
70 inline void SetAuditImagesLimit(
int value) { m_auditImagesLimitHasBeenSet =
true; m_auditImagesLimit = value; }
81 template<
typename ChallengePreferencesT = Aws::Vector<ChallengePreference>>
82 void SetChallengePreferences(ChallengePreferencesT&& value) { m_challengePreferencesHasBeenSet =
true; m_challengePreferences = std::forward<ChallengePreferencesT>(value); }
83 template<
typename ChallengePreferencesT = Aws::Vector<ChallengePreference>>
85 template<
typename ChallengePreferencesT = ChallengePreference>
91 bool m_outputConfigHasBeenSet =
false;
93 int m_auditImagesLimit{0};
94 bool m_auditImagesLimitHasBeenSet =
false;
97 bool m_challengePreferencesHasBeenSet =
false;
bool AuditImagesLimitHasBeenSet() const
CreateFaceLivenessSessionRequestSettings & WithAuditImagesLimit(int value)
CreateFaceLivenessSessionRequestSettings & AddChallengePreferences(ChallengePreferencesT &&value)
void SetAuditImagesLimit(int value)
bool OutputConfigHasBeenSet() const
int GetAuditImagesLimit() const
bool ChallengePreferencesHasBeenSet() const
AWS_REKOGNITION_API CreateFaceLivenessSessionRequestSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
CreateFaceLivenessSessionRequestSettings & WithOutputConfig(OutputConfigT &&value)
const LivenessOutputConfig & GetOutputConfig() const
CreateFaceLivenessSessionRequestSettings & WithChallengePreferences(ChallengePreferencesT &&value)
AWS_REKOGNITION_API CreateFaceLivenessSessionRequestSettings()=default
AWS_REKOGNITION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOutputConfig(OutputConfigT &&value)
const Aws::Vector< ChallengePreference > & GetChallengePreferences() const
AWS_REKOGNITION_API CreateFaceLivenessSessionRequestSettings(Aws::Utils::Json::JsonView jsonValue)
void SetChallengePreferences(ChallengePreferencesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue