AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetPropertygraphStatisticsResult.h
1
6#pragma once
7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/neptunedata/model/Statistics.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace neptunedata
25{
26namespace Model
27{
29 {
30 public:
31 AWS_NEPTUNEDATA_API GetPropertygraphStatisticsResult();
34
35
37
43 inline const Aws::String& GetStatus() const{ return m_status; }
44 inline void SetStatus(const Aws::String& value) { m_status = value; }
45 inline void SetStatus(Aws::String&& value) { m_status = std::move(value); }
46 inline void SetStatus(const char* value) { m_status.assign(value); }
47 inline GetPropertygraphStatisticsResult& WithStatus(const Aws::String& value) { SetStatus(value); return *this;}
48 inline GetPropertygraphStatisticsResult& WithStatus(Aws::String&& value) { SetStatus(std::move(value)); return *this;}
49 inline GetPropertygraphStatisticsResult& WithStatus(const char* value) { SetStatus(value); return *this;}
51
53
56 inline const Statistics& GetPayload() const{ return m_payload; }
57 inline void SetPayload(const Statistics& value) { m_payload = value; }
58 inline void SetPayload(Statistics&& value) { m_payload = std::move(value); }
59 inline GetPropertygraphStatisticsResult& WithPayload(const Statistics& value) { SetPayload(value); return *this;}
60 inline GetPropertygraphStatisticsResult& WithPayload(Statistics&& value) { SetPayload(std::move(value)); return *this;}
62
64
65 inline const Aws::String& GetRequestId() const{ return m_requestId; }
66 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
67 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
68 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
69 inline GetPropertygraphStatisticsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
70 inline GetPropertygraphStatisticsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
71 inline GetPropertygraphStatisticsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
73 private:
74
75 Aws::String m_status;
76
77 Statistics m_payload;
78
79 Aws::String m_requestId;
80 };
81
82} // namespace Model
83} // namespace neptunedata
84} // namespace Aws
GetPropertygraphStatisticsResult & WithStatus(Aws::String &&value)
GetPropertygraphStatisticsResult & WithStatus(const char *value)
GetPropertygraphStatisticsResult & WithRequestId(const Aws::String &value)
AWS_NEPTUNEDATA_API GetPropertygraphStatisticsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPropertygraphStatisticsResult & WithPayload(Statistics &&value)
AWS_NEPTUNEDATA_API GetPropertygraphStatisticsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetPropertygraphStatisticsResult & WithStatus(const Aws::String &value)
GetPropertygraphStatisticsResult & WithRequestId(const char *value)
GetPropertygraphStatisticsResult & WithRequestId(Aws::String &&value)
GetPropertygraphStatisticsResult & WithPayload(const Statistics &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue