AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
CreateMLEndpointResult.h
1
6#pragma once
7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace neptunedata
24{
25namespace Model
26{
28 {
29 public:
30 AWS_NEPTUNEDATA_API CreateMLEndpointResult() = default;
33
34
36
39 inline const Aws::String& GetId() const { return m_id; }
40 template<typename IdT = Aws::String>
41 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
42 template<typename IdT = Aws::String>
43 CreateMLEndpointResult& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
45
47
50 inline const Aws::String& GetArn() const { return m_arn; }
51 template<typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
53 template<typename ArnT = Aws::String>
54 CreateMLEndpointResult& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
56
58
61 inline long long GetCreationTimeInMillis() const { return m_creationTimeInMillis; }
62 inline void SetCreationTimeInMillis(long long value) { m_creationTimeInMillisHasBeenSet = true; m_creationTimeInMillis = value; }
63 inline CreateMLEndpointResult& WithCreationTimeInMillis(long long value) { SetCreationTimeInMillis(value); return *this;}
65
67
68 inline const Aws::String& GetRequestId() const { return m_requestId; }
69 template<typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
71 template<typename RequestIdT = Aws::String>
72 CreateMLEndpointResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
74 private:
75
76 Aws::String m_id;
77 bool m_idHasBeenSet = false;
78
79 Aws::String m_arn;
80 bool m_arnHasBeenSet = false;
81
82 long long m_creationTimeInMillis{0};
83 bool m_creationTimeInMillisHasBeenSet = false;
84
85 Aws::String m_requestId;
86 bool m_requestIdHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace neptunedata
91} // namespace Aws
AWS_NEPTUNEDATA_API CreateMLEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NEPTUNEDATA_API CreateMLEndpointResult()=default
CreateMLEndpointResult & WithCreationTimeInMillis(long long value)
CreateMLEndpointResult & WithId(IdT &&value)
CreateMLEndpointResult & WithArn(ArnT &&value)
CreateMLEndpointResult & WithRequestId(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