7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/odb/Odb_EXPORTS.h>
41 template <
typename ApexVersionT = Aws::String>
43 m_apexVersionHasBeenSet =
true;
44 m_apexVersion = std::forward<ApexVersionT>(value);
46 template <
typename ApexVersionT = Aws::String>
59 template <
typename OrdsVersionT = Aws::String>
61 m_ordsVersionHasBeenSet =
true;
62 m_ordsVersion = std::forward<OrdsVersionT>(value);
64 template <
typename OrdsVersionT = Aws::String>
74 bool m_apexVersionHasBeenSet =
false;
75 bool m_ordsVersionHasBeenSet =
false;
void SetOrdsVersion(OrdsVersionT &&value)
AutonomousDatabaseApex & WithOrdsVersion(OrdsVersionT &&value)
AWS_ODB_API AutonomousDatabaseApex(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API AutonomousDatabaseApex()=default
void SetApexVersion(ApexVersionT &&value)
const Aws::String & GetOrdsVersion() const
AutonomousDatabaseApex & WithApexVersion(ApexVersionT &&value)
bool OrdsVersionHasBeenSet() const
const Aws::String & GetApexVersion() const
AWS_ODB_API AutonomousDatabaseApex & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ApexVersionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue