7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rekognition/model/LivenessSessionStatus.h>
10#include <aws/rekognition/model/AuditImage.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
45 inline void SetSessionId(
const char* value) { m_sessionId.assign(value); }
112 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetFaceLivenessSessionResultsResult & WithRequestId(const Aws::String &value)
GetFaceLivenessSessionResultsResult & WithRequestId(Aws::String &&value)
void SetReferenceImage(AuditImage &&value)
const Aws::String & GetRequestId() const
const AuditImage & GetReferenceImage() const
GetFaceLivenessSessionResultsResult & AddAuditImages(const AuditImage &value)
void SetSessionId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
GetFaceLivenessSessionResultsResult & WithSessionId(Aws::String &&value)
GetFaceLivenessSessionResultsResult & WithSessionId(const Aws::String &value)
GetFaceLivenessSessionResultsResult & WithReferenceImage(AuditImage &&value)
void SetAuditImages(Aws::Vector< AuditImage > &&value)
GetFaceLivenessSessionResultsResult & WithAuditImages(const Aws::Vector< AuditImage > &value)
GetFaceLivenessSessionResultsResult & WithRequestId(const char *value)
GetFaceLivenessSessionResultsResult & WithStatus(LivenessSessionStatus &&value)
void SetConfidence(double value)
AWS_REKOGNITION_API GetFaceLivenessSessionResultsResult()
GetFaceLivenessSessionResultsResult & WithReferenceImage(const AuditImage &value)
const LivenessSessionStatus & GetStatus() const
GetFaceLivenessSessionResultsResult & WithStatus(const LivenessSessionStatus &value)
GetFaceLivenessSessionResultsResult & AddAuditImages(AuditImage &&value)
void SetSessionId(const Aws::String &value)
GetFaceLivenessSessionResultsResult & WithConfidence(double value)
const Aws::Vector< AuditImage > & GetAuditImages() const
GetFaceLivenessSessionResultsResult & WithSessionId(const char *value)
GetFaceLivenessSessionResultsResult & WithAuditImages(Aws::Vector< AuditImage > &&value)
double GetConfidence() const
AWS_REKOGNITION_API GetFaceLivenessSessionResultsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(LivenessSessionStatus &&value)
AWS_REKOGNITION_API GetFaceLivenessSessionResultsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(Aws::String &&value)
const Aws::String & GetSessionId() const
void SetAuditImages(const Aws::Vector< AuditImage > &value)
void SetReferenceImage(const AuditImage &value)
void SetRequestId(const char *value)
void SetStatus(const LivenessSessionStatus &value)
void SetSessionId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue