AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportPreferences.h
1
6#pragma once
7#include <aws/discovery/ApplicationDiscoveryService_EXPORTS.h>
8#include <aws/discovery/model/Ec2RecommendationsExportPreferences.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 ApplicationDiscoveryService
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_APPLICATIONDISCOVERYSERVICE_API ExportPreferences();
38 AWS_APPLICATIONDISCOVERYSERVICE_API ExportPreferences(Aws::Utils::Json::JsonView jsonValue);
39 AWS_APPLICATIONDISCOVERYSERVICE_API ExportPreferences& operator=(Aws::Utils::Json::JsonView jsonValue);
40 AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const Ec2RecommendationsExportPreferences& GetEc2RecommendationsPreferences() const{ return m_ec2RecommendationsPreferences; }
50 inline bool Ec2RecommendationsPreferencesHasBeenSet() const { return m_ec2RecommendationsPreferencesHasBeenSet; }
51 inline void SetEc2RecommendationsPreferences(const Ec2RecommendationsExportPreferences& value) { m_ec2RecommendationsPreferencesHasBeenSet = true; m_ec2RecommendationsPreferences = value; }
52 inline void SetEc2RecommendationsPreferences(Ec2RecommendationsExportPreferences&& value) { m_ec2RecommendationsPreferencesHasBeenSet = true; m_ec2RecommendationsPreferences = std::move(value); }
56 private:
57
58 Ec2RecommendationsExportPreferences m_ec2RecommendationsPreferences;
59 bool m_ec2RecommendationsPreferencesHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace ApplicationDiscoveryService
64} // namespace Aws
AWS_APPLICATIONDISCOVERYSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ExportPreferences & WithEc2RecommendationsPreferences(const Ec2RecommendationsExportPreferences &value)
AWS_APPLICATIONDISCOVERYSERVICE_API ExportPreferences()
ExportPreferences & WithEc2RecommendationsPreferences(Ec2RecommendationsExportPreferences &&value)
AWS_APPLICATIONDISCOVERYSERVICE_API ExportPreferences & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONDISCOVERYSERVICE_API ExportPreferences(Aws::Utils::Json::JsonView jsonValue)
const Ec2RecommendationsExportPreferences & GetEc2RecommendationsPreferences() const
void SetEc2RecommendationsPreferences(const Ec2RecommendationsExportPreferences &value)
void SetEc2RecommendationsPreferences(Ec2RecommendationsExportPreferences &&value)
Aws::Utils::Json::JsonValue JsonValue