7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/neptunedata/Neptunedata_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace neptunedata {
36 template <
typename StatusT = Aws::String>
38 m_statusHasBeenSet =
true;
39 m_status = std::forward<StatusT>(value);
41 template <
typename StatusT = Aws::String>
54 template <
typename PayloadT = Aws::Map<Aws::String, Aws::String>>
56 m_payloadHasBeenSet =
true;
57 m_payload = std::forward<PayloadT>(value);
59 template <
typename PayloadT = Aws::Map<Aws::String, Aws::String>>
64 template <
typename PayloadKeyT = Aws::String,
typename PayloadValueT = Aws::String>
66 m_payloadHasBeenSet =
true;
67 m_payload.emplace(std::forward<PayloadKeyT>(key), std::forward<PayloadValueT>(value));
75 template <
typename RequestIdT = Aws::String>
77 m_requestIdHasBeenSet =
true;
78 m_requestId = std::forward<RequestIdT>(value);
80 template <
typename RequestIdT = Aws::String>
95 bool m_statusHasBeenSet =
false;
96 bool m_payloadHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
StartLoaderJobResult & AddPayload(PayloadKeyT &&key, PayloadValueT &&value)
AWS_NEPTUNEDATA_API StartLoaderJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetPayload(PayloadT &&value)
StartLoaderJobResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_NEPTUNEDATA_API StartLoaderJobResult()=default
const Aws::String & GetStatus() const
void SetStatus(StatusT &&value)
const Aws::Map< Aws::String, Aws::String > & GetPayload() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_NEPTUNEDATA_API StartLoaderJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartLoaderJobResult & WithPayload(PayloadT &&value)
StartLoaderJobResult & WithStatus(StatusT &&value)
const Aws::String & GetRequestId() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue