7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/Neptunedata_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace neptunedata {
35 template <
typename IdT = Aws::String>
37 m_idHasBeenSet =
true;
38 m_id = std::forward<IdT>(value);
40 template <
typename IdT = Aws::String>
42 SetId(std::forward<IdT>(value));
52 template <
typename ArnT = Aws::String>
54 m_arnHasBeenSet =
true;
55 m_arn = std::forward<ArnT>(value);
57 template <
typename ArnT = Aws::String>
59 SetArn(std::forward<ArnT>(value));
70 m_creationTimeInMillisHasBeenSet =
true;
71 m_creationTimeInMillis = value;
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
100 long long m_creationTimeInMillis{0};
104 bool m_idHasBeenSet =
false;
105 bool m_arnHasBeenSet =
false;
106 bool m_creationTimeInMillisHasBeenSet =
false;
107 bool m_requestIdHasBeenSet =
false;
void SetArn(ArnT &&value)
const Aws::String & GetId() const
AWS_NEPTUNEDATA_API CreateMLEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NEPTUNEDATA_API CreateMLEndpointResult()=default
void SetCreationTimeInMillis(long long value)
CreateMLEndpointResult & WithCreationTimeInMillis(long long value)
CreateMLEndpointResult & WithId(IdT &&value)
const Aws::String & GetArn() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
long long GetCreationTimeInMillis() const
CreateMLEndpointResult & WithArn(ArnT &&value)
CreateMLEndpointResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_NEPTUNEDATA_API CreateMLEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue