AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DatasetContentDeliveryRule.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotanalytics/model/DatasetContentDeliveryDestination.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTAnalytics
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_IOTANALYTICS_API DatasetContentDeliveryRule() = default;
39 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetEntryName() const { return m_entryName; }
47 inline bool EntryNameHasBeenSet() const { return m_entryNameHasBeenSet; }
48 template<typename EntryNameT = Aws::String>
49 void SetEntryName(EntryNameT&& value) { m_entryNameHasBeenSet = true; m_entryName = std::forward<EntryNameT>(value); }
50 template<typename EntryNameT = Aws::String>
51 DatasetContentDeliveryRule& WithEntryName(EntryNameT&& value) { SetEntryName(std::forward<EntryNameT>(value)); return *this;}
53
55
58 inline const DatasetContentDeliveryDestination& GetDestination() const { return m_destination; }
59 inline bool DestinationHasBeenSet() const { return m_destinationHasBeenSet; }
60 template<typename DestinationT = DatasetContentDeliveryDestination>
61 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet = true; m_destination = std::forward<DestinationT>(value); }
62 template<typename DestinationT = DatasetContentDeliveryDestination>
63 DatasetContentDeliveryRule& WithDestination(DestinationT&& value) { SetDestination(std::forward<DestinationT>(value)); return *this;}
65 private:
66
67 Aws::String m_entryName;
68 bool m_entryNameHasBeenSet = false;
69
71 bool m_destinationHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoTAnalytics
76} // namespace Aws
DatasetContentDeliveryRule & WithDestination(DestinationT &&value)
AWS_IOTANALYTICS_API DatasetContentDeliveryRule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTANALYTICS_API DatasetContentDeliveryRule(Aws::Utils::Json::JsonView jsonValue)
DatasetContentDeliveryRule & WithEntryName(EntryNameT &&value)
AWS_IOTANALYTICS_API DatasetContentDeliveryRule()=default
const DatasetContentDeliveryDestination & GetDestination() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue