AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeliveryChannelStatus.h
1
6#pragma once
7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/ConfigExportDeliveryInfo.h>
10#include <aws/config/model/ConfigStreamDeliveryInfo.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace ConfigService
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_CONFIGSERVICE_API DeliveryChannelStatus();
38 AWS_CONFIGSERVICE_API DeliveryChannelStatus(Aws::Utils::Json::JsonView jsonValue);
40 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline const Aws::String& GetName() const{ return m_name; }
48 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
49 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
50 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
51 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
52 inline DeliveryChannelStatus& WithName(const Aws::String& value) { SetName(value); return *this;}
53 inline DeliveryChannelStatus& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
54 inline DeliveryChannelStatus& WithName(const char* value) { SetName(value); return *this;}
56
58
62 inline const ConfigExportDeliveryInfo& GetConfigSnapshotDeliveryInfo() const{ return m_configSnapshotDeliveryInfo; }
63 inline bool ConfigSnapshotDeliveryInfoHasBeenSet() const { return m_configSnapshotDeliveryInfoHasBeenSet; }
64 inline void SetConfigSnapshotDeliveryInfo(const ConfigExportDeliveryInfo& value) { m_configSnapshotDeliveryInfoHasBeenSet = true; m_configSnapshotDeliveryInfo = value; }
65 inline void SetConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo&& value) { m_configSnapshotDeliveryInfoHasBeenSet = true; m_configSnapshotDeliveryInfo = std::move(value); }
69
71
75 inline const ConfigExportDeliveryInfo& GetConfigHistoryDeliveryInfo() const{ return m_configHistoryDeliveryInfo; }
76 inline bool ConfigHistoryDeliveryInfoHasBeenSet() const { return m_configHistoryDeliveryInfoHasBeenSet; }
77 inline void SetConfigHistoryDeliveryInfo(const ConfigExportDeliveryInfo& value) { m_configHistoryDeliveryInfoHasBeenSet = true; m_configHistoryDeliveryInfo = value; }
78 inline void SetConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo&& value) { m_configHistoryDeliveryInfoHasBeenSet = true; m_configHistoryDeliveryInfo = std::move(value); }
82
84
88 inline const ConfigStreamDeliveryInfo& GetConfigStreamDeliveryInfo() const{ return m_configStreamDeliveryInfo; }
89 inline bool ConfigStreamDeliveryInfoHasBeenSet() const { return m_configStreamDeliveryInfoHasBeenSet; }
90 inline void SetConfigStreamDeliveryInfo(const ConfigStreamDeliveryInfo& value) { m_configStreamDeliveryInfoHasBeenSet = true; m_configStreamDeliveryInfo = value; }
91 inline void SetConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo&& value) { m_configStreamDeliveryInfoHasBeenSet = true; m_configStreamDeliveryInfo = std::move(value); }
95 private:
96
97 Aws::String m_name;
98 bool m_nameHasBeenSet = false;
99
100 ConfigExportDeliveryInfo m_configSnapshotDeliveryInfo;
101 bool m_configSnapshotDeliveryInfoHasBeenSet = false;
102
103 ConfigExportDeliveryInfo m_configHistoryDeliveryInfo;
104 bool m_configHistoryDeliveryInfoHasBeenSet = false;
105
106 ConfigStreamDeliveryInfo m_configStreamDeliveryInfo;
107 bool m_configStreamDeliveryInfoHasBeenSet = false;
108 };
109
110} // namespace Model
111} // namespace ConfigService
112} // namespace Aws
DeliveryChannelStatus & WithConfigStreamDeliveryInfo(const ConfigStreamDeliveryInfo &value)
void SetConfigStreamDeliveryInfo(const ConfigStreamDeliveryInfo &value)
DeliveryChannelStatus & WithName(const char *value)
const ConfigExportDeliveryInfo & GetConfigSnapshotDeliveryInfo() const
const ConfigExportDeliveryInfo & GetConfigHistoryDeliveryInfo() const
void SetConfigSnapshotDeliveryInfo(const ConfigExportDeliveryInfo &value)
AWS_CONFIGSERVICE_API DeliveryChannelStatus & operator=(Aws::Utils::Json::JsonView jsonValue)
DeliveryChannelStatus & WithConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo &&value)
DeliveryChannelStatus & WithName(Aws::String &&value)
void SetConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo &&value)
AWS_CONFIGSERVICE_API DeliveryChannelStatus(Aws::Utils::Json::JsonView jsonValue)
void SetConfigHistoryDeliveryInfo(const ConfigExportDeliveryInfo &value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo &&value)
DeliveryChannelStatus & WithConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo &&value)
void SetConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo &&value)
DeliveryChannelStatus & WithConfigHistoryDeliveryInfo(const ConfigExportDeliveryInfo &value)
DeliveryChannelStatus & WithConfigSnapshotDeliveryInfo(const ConfigExportDeliveryInfo &value)
DeliveryChannelStatus & WithConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo &&value)
DeliveryChannelStatus & WithName(const Aws::String &value)
const ConfigStreamDeliveryInfo & GetConfigStreamDeliveryInfo() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue