7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/rekognition/Rekognition_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace Rekognition {
38 template <
typename SessionIdT = Aws::String>
40 m_sessionIdHasBeenSet =
true;
41 m_sessionId = std::forward<SessionIdT>(value);
43 template <
typename SessionIdT = Aws::String>
53 template <
typename RequestIdT = Aws::String>
55 m_requestIdHasBeenSet =
true;
56 m_requestId = std::forward<RequestIdT>(value);
58 template <
typename RequestIdT = Aws::String>
66 bool m_sessionIdHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
AWS_REKOGNITION_API CreateFaceLivenessSessionResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetSessionId() const
CreateFaceLivenessSessionResult & WithSessionId(SessionIdT &&value)
CreateFaceLivenessSessionResult & WithRequestId(RequestIdT &&value)
void SetSessionId(SessionIdT &&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