AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ServerSettings.h
1
6#pragma once
7#include <aws/license-manager-user-subscriptions/LicenseManagerUserSubscriptions_EXPORTS.h>
8#include <aws/license-manager-user-subscriptions/model/RdsSalSettings.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace LicenseManagerUserSubscriptions
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API ServerSettings() = default;
35 AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API ServerSettings(Aws::Utils::Json::JsonView jsonValue);
36 AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API ServerSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const RdsSalSettings& GetRdsSalSettings() const { return m_rdsSalSettings; }
46 inline bool RdsSalSettingsHasBeenSet() const { return m_rdsSalSettingsHasBeenSet; }
47 template<typename RdsSalSettingsT = RdsSalSettings>
48 void SetRdsSalSettings(RdsSalSettingsT&& value) { m_rdsSalSettingsHasBeenSet = true; m_rdsSalSettings = std::forward<RdsSalSettingsT>(value); }
49 template<typename RdsSalSettingsT = RdsSalSettings>
50 ServerSettings& WithRdsSalSettings(RdsSalSettingsT&& value) { SetRdsSalSettings(std::forward<RdsSalSettingsT>(value)); return *this;}
52 private:
53
54 RdsSalSettings m_rdsSalSettings;
55 bool m_rdsSalSettingsHasBeenSet = false;
56 };
57
58} // namespace Model
59} // namespace LicenseManagerUserSubscriptions
60} // namespace Aws
ServerSettings & WithRdsSalSettings(RdsSalSettingsT &&value)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API ServerSettings()=default
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API ServerSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API ServerSettings(Aws::Utils::Json::JsonView jsonValue)
AWS_LICENSEMANAGERUSERSUBSCRIPTIONS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue