AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
ImportOptions.h
1
6#pragma once
7#include <aws/neptune-graph/NeptuneGraph_EXPORTS.h>
8#include <aws/neptune-graph/model/NeptuneImportOptions.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace NeptuneGraph {
20namespace Model {
21
28 public:
29 AWS_NEPTUNEGRAPH_API ImportOptions() = default;
30 AWS_NEPTUNEGRAPH_API ImportOptions(Aws::Utils::Json::JsonView jsonValue);
31 AWS_NEPTUNEGRAPH_API ImportOptions& operator=(Aws::Utils::Json::JsonView jsonValue);
32 AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const NeptuneImportOptions& GetNeptune() const { return m_neptune; }
39 inline bool NeptuneHasBeenSet() const { return m_neptuneHasBeenSet; }
40 template <typename NeptuneT = NeptuneImportOptions>
41 void SetNeptune(NeptuneT&& value) {
42 m_neptuneHasBeenSet = true;
43 m_neptune = std::forward<NeptuneT>(value);
44 }
45 template <typename NeptuneT = NeptuneImportOptions>
46 ImportOptions& WithNeptune(NeptuneT&& value) {
47 SetNeptune(std::forward<NeptuneT>(value));
48 return *this;
49 }
51 private:
52 NeptuneImportOptions m_neptune;
53 bool m_neptuneHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace NeptuneGraph
58} // namespace Aws
AWS_NEPTUNEGRAPH_API ImportOptions()=default
AWS_NEPTUNEGRAPH_API ImportOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_NEPTUNEGRAPH_API ImportOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const NeptuneImportOptions & GetNeptune() const
ImportOptions & WithNeptune(NeptuneT &&value)
AWS_NEPTUNEGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue