7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qapps/QApps_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename SessionIdT = Aws::String>
37 m_sessionIdHasBeenSet =
true;
38 m_sessionId = std::forward<SessionIdT>(value);
40 template <
typename SessionIdT = Aws::String>
52 template <
typename SessionArnT = Aws::String>
54 m_sessionArnHasBeenSet =
true;
55 m_sessionArn = std::forward<SessionArnT>(value);
57 template <
typename SessionArnT = Aws::String>
67 template <
typename RequestIdT = Aws::String>
69 m_requestIdHasBeenSet =
true;
70 m_requestId = std::forward<RequestIdT>(value);
72 template <
typename RequestIdT = Aws::String>
87 bool m_sessionIdHasBeenSet =
false;
88 bool m_sessionArnHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetSessionId() const
UpdateQAppSessionResult & WithSessionId(SessionIdT &&value)
const Aws::String & GetSessionArn() const
UpdateQAppSessionResult & WithSessionArn(SessionArnT &&value)
AWS_QAPPS_API UpdateQAppSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_QAPPS_API UpdateQAppSessionResult()=default
void SetSessionArn(SessionArnT &&value)
AWS_QAPPS_API UpdateQAppSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetSessionId(SessionIdT &&value)
UpdateQAppSessionResult & 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