AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
GetPropertygraphSummaryRequest.h
1
6#pragma once
7#include <aws/neptunedata/NeptunedataRequest.h>
8#include <aws/neptunedata/Neptunedata_EXPORTS.h>
9#include <aws/neptunedata/model/GraphSummaryType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Http {
15class URI;
16} // namespace Http
17namespace neptunedata {
18namespace Model {
19
23 public:
24 AWS_NEPTUNEDATA_API GetPropertygraphSummaryRequest() = default;
25
26 // Service request name is the Operation name which will send this request out,
27 // each operation should has unique request name, so that we can get operation's name from this request.
28 // Note: this is not true for response, multiple operations may have the same response name,
29 // so we can not get operation's name from response.
30 inline virtual const char* GetServiceRequestName() const override { return "GetPropertygraphSummary"; }
31
32 AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override;
33
34 AWS_NEPTUNEDATA_API void AddQueryStringParameters(Aws::Http::URI& uri) const override;
35
37
41 inline GraphSummaryType GetMode() const { return m_mode; }
42 inline bool ModeHasBeenSet() const { return m_modeHasBeenSet; }
43 inline void SetMode(GraphSummaryType value) {
44 m_modeHasBeenSet = true;
45 m_mode = value;
46 }
48 SetMode(value);
49 return *this;
50 }
52 private:
54 bool m_modeHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace neptunedata
59} // namespace Aws
GetPropertygraphSummaryRequest & WithMode(GraphSummaryType value)
AWS_NEPTUNEDATA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override
AWS_NEPTUNEDATA_API GetPropertygraphSummaryRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String