AWS SDK for C++

AWS SDK for C++ Version 1.11.831

Loading...
Searching...
No Matches
AutonomousDatabaseApex.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace odb {
20namespace Model {
21
29 public:
30 AWS_ODB_API AutonomousDatabaseApex() = default;
34
36
39 inline const Aws::String& GetApexVersion() const { return m_apexVersion; }
40 inline bool ApexVersionHasBeenSet() const { return m_apexVersionHasBeenSet; }
41 template <typename ApexVersionT = Aws::String>
42 void SetApexVersion(ApexVersionT&& value) {
43 m_apexVersionHasBeenSet = true;
44 m_apexVersion = std::forward<ApexVersionT>(value);
45 }
46 template <typename ApexVersionT = Aws::String>
47 AutonomousDatabaseApex& WithApexVersion(ApexVersionT&& value) {
48 SetApexVersion(std::forward<ApexVersionT>(value));
49 return *this;
50 }
52
54
57 inline const Aws::String& GetOrdsVersion() const { return m_ordsVersion; }
58 inline bool OrdsVersionHasBeenSet() const { return m_ordsVersionHasBeenSet; }
59 template <typename OrdsVersionT = Aws::String>
60 void SetOrdsVersion(OrdsVersionT&& value) {
61 m_ordsVersionHasBeenSet = true;
62 m_ordsVersion = std::forward<OrdsVersionT>(value);
63 }
64 template <typename OrdsVersionT = Aws::String>
65 AutonomousDatabaseApex& WithOrdsVersion(OrdsVersionT&& value) {
66 SetOrdsVersion(std::forward<OrdsVersionT>(value));
67 return *this;
68 }
70 private:
71 Aws::String m_apexVersion;
72
73 Aws::String m_ordsVersion;
74 bool m_apexVersionHasBeenSet = false;
75 bool m_ordsVersionHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace odb
80} // namespace Aws
AutonomousDatabaseApex & WithOrdsVersion(OrdsVersionT &&value)
AWS_ODB_API AutonomousDatabaseApex(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API AutonomousDatabaseApex()=default
AutonomousDatabaseApex & WithApexVersion(ApexVersionT &&value)
AWS_ODB_API AutonomousDatabaseApex & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue