7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/nova-act/NovaAct_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>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
68 bool m_sessionIdHasBeenSet =
false;
69 bool m_requestIdHasBeenSet =
false;
AWS_NOVAACT_API CreateSessionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_NOVAACT_API CreateSessionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NOVAACT_API CreateSessionResult()=default
const Aws::String & GetSessionId() const
void SetRequestId(RequestIdT &&value)
CreateSessionResult & WithSessionId(SessionIdT &&value)
const Aws::String & GetRequestId() const
CreateSessionResult & WithRequestId(RequestIdT &&value)
void SetSessionId(SessionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue