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;
39 template<
typename SessionT = SessionData>
40 void SetSession(
SessionT&& value) { m_sessionHasBeenSet =
true; m_session = std::forward<SessionT>(value); }
41 template<
typename SessionT = SessionData>
48 template<
typename RequestIdT = Aws::String>
49 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
50 template<
typename RequestIdT = Aws::String>
56 bool m_sessionHasBeenSet =
false;
59 bool m_requestIdHasBeenSet =
false;
void SetSession(SessionT &&value)
AWS_QCONNECT_API UpdateSessionResult()=default
const SessionData & GetSession() const
AWS_QCONNECT_API UpdateSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_QCONNECT_API UpdateSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
UpdateSessionResult & WithSession(SessionT &&value)
UpdateSessionResult & WithRequestId(RequestIdT &&value)
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