7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/SessionData.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename SessionT = SessionData>
42 void SetSession(
SessionT&& value) { m_sessionHasBeenSet =
true; m_session = std::forward<SessionT>(value); }
43 template<
typename SessionT = SessionData>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_sessionHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
GetSessionResult & WithRequestId(RequestIdT &&value)
void SetSession(SessionT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_QCONNECT_API GetSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_QCONNECT_API GetSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSessionResult & WithSession(SessionT &&value)
const SessionData & GetSession() const
AWS_QCONNECT_API GetSessionResult()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue