7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename SessionIdT = Aws::String>
41 void SetSessionId(
SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
42 template<
typename SessionIdT = Aws::String>
51 template<
typename SessionArnT = Aws::String>
53 template<
typename SessionArnT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(
RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_sessionIdHasBeenSet =
false;
71 bool m_sessionArnHasBeenSet =
false;
74 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)
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