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>
23namespace ConfigService
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
98 bool m_nameHasBeenSet =
false;
101 bool m_configSnapshotDeliveryInfoHasBeenSet =
false;
104 bool m_configHistoryDeliveryInfoHasBeenSet =
false;
107 bool m_configStreamDeliveryInfoHasBeenSet =
false;
DeliveryChannelStatus & WithConfigStreamDeliveryInfo(const ConfigStreamDeliveryInfo &value)
bool ConfigSnapshotDeliveryInfoHasBeenSet() const
bool ConfigHistoryDeliveryInfoHasBeenSet() const
void SetName(const char *value)
void SetConfigStreamDeliveryInfo(const ConfigStreamDeliveryInfo &value)
bool NameHasBeenSet() const
void SetName(Aws::String &&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
AWS_CONFIGSERVICE_API DeliveryChannelStatus()
void SetConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo &&value)
DeliveryChannelStatus & WithConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo &&value)
const Aws::String & GetName() const
void SetName(const Aws::String &value)
void SetConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo &&value)
DeliveryChannelStatus & WithConfigHistoryDeliveryInfo(const ConfigExportDeliveryInfo &value)
DeliveryChannelStatus & WithConfigSnapshotDeliveryInfo(const ConfigExportDeliveryInfo &value)
DeliveryChannelStatus & WithConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo &&value)
bool ConfigStreamDeliveryInfoHasBeenSet() const
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