7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/rekognition/Rekognition_EXPORTS.h>
10#include <aws/rekognition/model/CreateFaceLivenessSessionRequestSettings.h>
15namespace Rekognition {
41 template <
typename KmsKeyIdT = Aws::String>
43 m_kmsKeyIdHasBeenSet =
true;
44 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
46 template <
typename KmsKeyIdT = Aws::String>
61 template <
typename SettingsT = CreateFaceLivenessSessionRequestSettings>
63 m_settingsHasBeenSet =
true;
64 m_settings = std::forward<SettingsT>(value);
66 template <
typename SettingsT = CreateFaceLivenessSessionRequestSettings>
82 template <
typename ClientRequestTokenT = Aws::String>
84 m_clientRequestTokenHasBeenSet =
true;
85 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
87 template <
typename ClientRequestTokenT = Aws::String>
95 bool m_kmsKeyIdHasBeenSet =
false;
98 bool m_settingsHasBeenSet =
false;
101 bool m_clientRequestTokenHasBeenSet =
false;
AWS_REKOGNITION_API Aws::String SerializePayload() const override
CreateFaceLivenessSessionRequest & WithKmsKeyId(KmsKeyIdT &&value)
bool SettingsHasBeenSet() const
const Aws::String & GetClientRequestToken() const
void SetSettings(SettingsT &&value)
AWS_REKOGNITION_API CreateFaceLivenessSessionRequest()=default
const Aws::String & GetKmsKeyId() const
bool KmsKeyIdHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetKmsKeyId(KmsKeyIdT &&value)
CreateFaceLivenessSessionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
CreateFaceLivenessSessionRequest & WithSettings(SettingsT &&value)
virtual const char * GetServiceRequestName() const override
const CreateFaceLivenessSessionRequestSettings & GetSettings() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String