AWS SDK for C++
AWS SDK for C++ Version 1.11.758
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-neptunedata
include
aws
neptunedata
model
ManagePropertygraphStatisticsRequest.h
1
6
#pragma once
7
#include <aws/neptunedata/NeptunedataRequest.h>
8
#include <aws/neptunedata/Neptunedata_EXPORTS.h>
9
#include <aws/neptunedata/model/StatisticsAutoGenerationMode.h>
10
11
#include <utility>
12
13
namespace
Aws
{
14
namespace
neptunedata {
15
namespace
Model {
16
19
class
ManagePropertygraphStatisticsRequest
:
public
NeptunedataRequest
{
20
public
:
21
AWS_NEPTUNEDATA_API
ManagePropertygraphStatisticsRequest
() =
default
;
22
23
// Service request name is the Operation name which will send this request out,
24
// each operation should has unique request name, so that we can get operation's name from this request.
25
// Note: this is not true for response, multiple operations may have the same response name,
26
// so we can not get operation's name from response.
27
inline
virtual
const
char
*
GetServiceRequestName
()
const override
{
return
"ManagePropertygraphStatistics"
; }
28
29
AWS_NEPTUNEDATA_API
Aws::String
SerializePayload
()
const override
;
30
32
37
inline
StatisticsAutoGenerationMode
GetMode
()
const
{
return
m_mode; }
38
inline
bool
ModeHasBeenSet
()
const
{
return
m_modeHasBeenSet; }
39
inline
void
SetMode
(
StatisticsAutoGenerationMode
value) {
40
m_modeHasBeenSet =
true
;
41
m_mode = value;
42
}
43
inline
ManagePropertygraphStatisticsRequest
&
WithMode
(
StatisticsAutoGenerationMode
value) {
44
SetMode
(value);
45
return
*
this
;
46
}
48
private
:
49
StatisticsAutoGenerationMode
m_mode{
StatisticsAutoGenerationMode::NOT_SET
};
50
bool
m_modeHasBeenSet =
false
;
51
};
52
53
}
// namespace Model
54
}
// namespace neptunedata
55
}
// namespace Aws
Aws::neptunedata::Model::ManagePropertygraphStatisticsRequest
Definition
ManagePropertygraphStatisticsRequest.h:19
Aws::neptunedata::Model::ManagePropertygraphStatisticsRequest::GetServiceRequestName
virtual const char * GetServiceRequestName() const override
Definition
ManagePropertygraphStatisticsRequest.h:27
Aws::neptunedata::Model::ManagePropertygraphStatisticsRequest::ManagePropertygraphStatisticsRequest
AWS_NEPTUNEDATA_API ManagePropertygraphStatisticsRequest()=default
Aws::neptunedata::Model::ManagePropertygraphStatisticsRequest::SerializePayload
AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override
Aws::neptunedata::Model::ManagePropertygraphStatisticsRequest::WithMode
ManagePropertygraphStatisticsRequest & WithMode(StatisticsAutoGenerationMode value)
Definition
ManagePropertygraphStatisticsRequest.h:43
Aws::neptunedata::Model::ManagePropertygraphStatisticsRequest::ModeHasBeenSet
bool ModeHasBeenSet() const
Definition
ManagePropertygraphStatisticsRequest.h:38
Aws::neptunedata::Model::ManagePropertygraphStatisticsRequest::SetMode
void SetMode(StatisticsAutoGenerationMode value)
Definition
ManagePropertygraphStatisticsRequest.h:39
Aws::neptunedata::Model::ManagePropertygraphStatisticsRequest::GetMode
StatisticsAutoGenerationMode GetMode() const
Definition
ManagePropertygraphStatisticsRequest.h:37
Aws::neptunedata::NeptunedataRequest
Definition
NeptunedataRequest.h:15
Aws::neptunedata::Model::StatisticsAutoGenerationMode
StatisticsAutoGenerationMode
Definition
StatisticsAutoGenerationMode.h:13
Aws::neptunedata::Model::StatisticsAutoGenerationMode::NOT_SET
@ NOT_SET
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences