AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListGremlinQueriesRequest.h
1
6#pragma once
7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/neptunedata/NeptunedataRequest.h>
9
10namespace Aws
11{
12namespace Http
13{
14 class URI;
15} //namespace Http
16namespace neptunedata
17{
18namespace Model
19{
20
24 {
25 public:
26 AWS_NEPTUNEDATA_API ListGremlinQueriesRequest();
27
28 // Service request name is the Operation name which will send this request out,
29 // each operation should has unique request name, so that we can get operation's name from this request.
30 // Note: this is not true for response, multiple operations may have the same response name,
31 // so we can not get operation's name from response.
32 inline virtual const char* GetServiceRequestName() const override { return "ListGremlinQueries"; }
33
34 AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override;
35
36 AWS_NEPTUNEDATA_API void AddQueryStringParameters(Aws::Http::URI& uri) const override;
37
38
40
44 inline bool GetIncludeWaiting() const{ return m_includeWaiting; }
45 inline bool IncludeWaitingHasBeenSet() const { return m_includeWaitingHasBeenSet; }
46 inline void SetIncludeWaiting(bool value) { m_includeWaitingHasBeenSet = true; m_includeWaiting = value; }
47 inline ListGremlinQueriesRequest& WithIncludeWaiting(bool value) { SetIncludeWaiting(value); return *this;}
49 private:
50
51 bool m_includeWaiting;
52 bool m_includeWaitingHasBeenSet = false;
53 };
54
55} // namespace Model
56} // namespace neptunedata
57} // namespace Aws
AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override
AWS_NEPTUNEDATA_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
ListGremlinQueriesRequest & WithIncludeWaiting(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String