AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConfigSnapshotDeliveryProperties.h
1
6#pragma once
7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/MaximumExecutionFrequency.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 ConfigService
22{
23namespace Model
24{
25
60 {
61 public:
62 AWS_CONFIGSERVICE_API ConfigSnapshotDeliveryProperties();
65 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
66
67
69
72 inline const MaximumExecutionFrequency& GetDeliveryFrequency() const{ return m_deliveryFrequency; }
73 inline bool DeliveryFrequencyHasBeenSet() const { return m_deliveryFrequencyHasBeenSet; }
74 inline void SetDeliveryFrequency(const MaximumExecutionFrequency& value) { m_deliveryFrequencyHasBeenSet = true; m_deliveryFrequency = value; }
75 inline void SetDeliveryFrequency(MaximumExecutionFrequency&& value) { m_deliveryFrequencyHasBeenSet = true; m_deliveryFrequency = std::move(value); }
79 private:
80
81 MaximumExecutionFrequency m_deliveryFrequency;
82 bool m_deliveryFrequencyHasBeenSet = false;
83 };
84
85} // namespace Model
86} // namespace ConfigService
87} // namespace Aws
ConfigSnapshotDeliveryProperties & WithDeliveryFrequency(const MaximumExecutionFrequency &value)
AWS_CONFIGSERVICE_API ConfigSnapshotDeliveryProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONFIGSERVICE_API ConfigSnapshotDeliveryProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
ConfigSnapshotDeliveryProperties & WithDeliveryFrequency(MaximumExecutionFrequency &&value)
Aws::Utils::Json::JsonValue JsonValue