AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateFaceLivenessSessionResult.h
1
6#pragma once
7#include <aws/rekognition/Rekognition_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Rekognition
24{
25namespace Model
26{
28 {
29 public:
30 AWS_REKOGNITION_API CreateFaceLivenessSessionResult();
33
34
36
43 inline const Aws::String& GetSessionId() const{ return m_sessionId; }
44 inline void SetSessionId(const Aws::String& value) { m_sessionId = value; }
45 inline void SetSessionId(Aws::String&& value) { m_sessionId = std::move(value); }
46 inline void SetSessionId(const char* value) { m_sessionId.assign(value); }
47 inline CreateFaceLivenessSessionResult& WithSessionId(const Aws::String& value) { SetSessionId(value); return *this;}
48 inline CreateFaceLivenessSessionResult& WithSessionId(Aws::String&& value) { SetSessionId(std::move(value)); return *this;}
49 inline CreateFaceLivenessSessionResult& WithSessionId(const char* value) { SetSessionId(value); return *this;}
51
53
54 inline const Aws::String& GetRequestId() const{ return m_requestId; }
55 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
56 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
57 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
58 inline CreateFaceLivenessSessionResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
59 inline CreateFaceLivenessSessionResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
60 inline CreateFaceLivenessSessionResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
62 private:
63
64 Aws::String m_sessionId;
65
66 Aws::String m_requestId;
67 };
68
69} // namespace Model
70} // namespace Rekognition
71} // namespace Aws
CreateFaceLivenessSessionResult & WithRequestId(const Aws::String &value)
CreateFaceLivenessSessionResult & WithRequestId(Aws::String &&value)
CreateFaceLivenessSessionResult & WithSessionId(const Aws::String &value)
CreateFaceLivenessSessionResult & WithSessionId(const char *value)
CreateFaceLivenessSessionResult & WithSessionId(Aws::String &&value)
CreateFaceLivenessSessionResult & WithRequestId(const char *value)
AWS_REKOGNITION_API CreateFaceLivenessSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_REKOGNITION_API CreateFaceLivenessSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue