AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
33
34
36
39 inline const Aws::String& GetId() const{ return m_id; }
40 inline void SetId(const Aws::String& value) { m_id = value; }
41 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
42 inline void SetId(const char* value) { m_id.assign(value); }
43 inline CreateMLEndpointResult& WithId(const Aws::String& value) { SetId(value); return *this;}
44 inline CreateMLEndpointResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
45 inline CreateMLEndpointResult& WithId(const char* value) { SetId(value); return *this;}
47
49
52 inline const Aws::String& GetArn() const{ return m_arn; }
53 inline void SetArn(const Aws::String& value) { m_arn = value; }
54 inline void SetArn(Aws::String&& value) { m_arn = std::move(value); }
55 inline void SetArn(const char* value) { m_arn.assign(value); }
56 inline CreateMLEndpointResult& WithArn(const Aws::String& value) { SetArn(value); return *this;}
57 inline CreateMLEndpointResult& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
58 inline CreateMLEndpointResult& WithArn(const char* value) { SetArn(value); return *this;}
60
62
65 inline long long GetCreationTimeInMillis() const{ return m_creationTimeInMillis; }
66 inline void SetCreationTimeInMillis(long long value) { m_creationTimeInMillis = value; }
67 inline CreateMLEndpointResult& WithCreationTimeInMillis(long long value) { SetCreationTimeInMillis(value); return *this;}
69
71
72 inline const Aws::String& GetRequestId() const{ return m_requestId; }
73 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
74 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
75 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
76 inline CreateMLEndpointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
77 inline CreateMLEndpointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
78 inline CreateMLEndpointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
80 private:
81
82 Aws::String m_id;
83
84 Aws::String m_arn;
85
86 long long m_creationTimeInMillis;
87
88 Aws::String m_requestId;
89 };
90
91} // namespace Model
92} // namespace neptunedata
93} // namespace Aws
CreateMLEndpointResult & WithId(const Aws::String &value)
CreateMLEndpointResult & WithArn(const Aws::String &value)
AWS_NEPTUNEDATA_API CreateMLEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateMLEndpointResult & WithRequestId(const Aws::String &value)
CreateMLEndpointResult & WithArn(Aws::String &&value)
CreateMLEndpointResult & WithCreationTimeInMillis(long long value)
CreateMLEndpointResult & WithId(Aws::String &&value)
CreateMLEndpointResult & WithArn(const char *value)
CreateMLEndpointResult & WithId(const char *value)
AWS_NEPTUNEDATA_API CreateMLEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateMLEndpointResult & WithRequestId(const char *value)
CreateMLEndpointResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue