7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/rekognition/RekognitionRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/rekognition/model/CreateFaceLivenessSessionRequestSettings.h>
47 inline void SetKmsKeyId(
const char* value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId.assign(value); }
78 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
86 bool m_kmsKeyIdHasBeenSet =
false;
89 bool m_settingsHasBeenSet =
false;
92 bool m_clientRequestTokenHasBeenSet =
false;
AWS_REKOGNITION_API Aws::String SerializePayload() const override
AWS_REKOGNITION_API CreateFaceLivenessSessionRequest()
bool SettingsHasBeenSet() const
void SetKmsKeyId(const char *value)
void SetClientRequestToken(Aws::String &&value)
CreateFaceLivenessSessionRequest & WithSettings(CreateFaceLivenessSessionRequestSettings &&value)
CreateFaceLivenessSessionRequest & WithKmsKeyId(const Aws::String &value)
const Aws::String & GetClientRequestToken() const
CreateFaceLivenessSessionRequest & WithKmsKeyId(const char *value)
CreateFaceLivenessSessionRequest & WithSettings(const CreateFaceLivenessSessionRequestSettings &value)
void SetKmsKeyId(const Aws::String &value)
CreateFaceLivenessSessionRequest & WithKmsKeyId(Aws::String &&value)
const Aws::String & GetKmsKeyId() const
void SetClientRequestToken(const char *value)
bool KmsKeyIdHasBeenSet() const
bool ClientRequestTokenHasBeenSet() const
AWS_REKOGNITION_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSettings(CreateFaceLivenessSessionRequestSettings &&value)
CreateFaceLivenessSessionRequest & WithClientRequestToken(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
CreateFaceLivenessSessionRequest & WithClientRequestToken(const char *value)
void SetClientRequestToken(const Aws::String &value)
CreateFaceLivenessSessionRequest & WithClientRequestToken(const Aws::String &value)
void SetSettings(const CreateFaceLivenessSessionRequestSettings &value)
void SetKmsKeyId(Aws::String &&value)
const CreateFaceLivenessSessionRequestSettings & GetSettings() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String