AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DatasetContentDeliveryDestination.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/iotanalytics/model/IotEventsDestinationConfiguration.h>
9#include <aws/iotanalytics/model/S3DestinationConfiguration.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 DatasetContentDeliveryDestination();
39 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const IotEventsDestinationConfiguration& GetIotEventsDestinationConfiguration() const{ return m_iotEventsDestinationConfiguration; }
47 inline bool IotEventsDestinationConfigurationHasBeenSet() const { return m_iotEventsDestinationConfigurationHasBeenSet; }
48 inline void SetIotEventsDestinationConfiguration(const IotEventsDestinationConfiguration& value) { m_iotEventsDestinationConfigurationHasBeenSet = true; m_iotEventsDestinationConfiguration = value; }
49 inline void SetIotEventsDestinationConfiguration(IotEventsDestinationConfiguration&& value) { m_iotEventsDestinationConfigurationHasBeenSet = true; m_iotEventsDestinationConfiguration = std::move(value); }
53
55
58 inline const S3DestinationConfiguration& GetS3DestinationConfiguration() const{ return m_s3DestinationConfiguration; }
59 inline bool S3DestinationConfigurationHasBeenSet() const { return m_s3DestinationConfigurationHasBeenSet; }
60 inline void SetS3DestinationConfiguration(const S3DestinationConfiguration& value) { m_s3DestinationConfigurationHasBeenSet = true; m_s3DestinationConfiguration = value; }
61 inline void SetS3DestinationConfiguration(S3DestinationConfiguration&& value) { m_s3DestinationConfigurationHasBeenSet = true; m_s3DestinationConfiguration = std::move(value); }
65 private:
66
67 IotEventsDestinationConfiguration m_iotEventsDestinationConfiguration;
68 bool m_iotEventsDestinationConfigurationHasBeenSet = false;
69
70 S3DestinationConfiguration m_s3DestinationConfiguration;
71 bool m_s3DestinationConfigurationHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoTAnalytics
76} // namespace Aws
DatasetContentDeliveryDestination & WithIotEventsDestinationConfiguration(IotEventsDestinationConfiguration &&value)
DatasetContentDeliveryDestination & WithS3DestinationConfiguration(S3DestinationConfiguration &&value)
void SetIotEventsDestinationConfiguration(IotEventsDestinationConfiguration &&value)
const IotEventsDestinationConfiguration & GetIotEventsDestinationConfiguration() const
AWS_IOTANALYTICS_API DatasetContentDeliveryDestination & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API DatasetContentDeliveryDestination(Aws::Utils::Json::JsonView jsonValue)
DatasetContentDeliveryDestination & WithIotEventsDestinationConfiguration(const IotEventsDestinationConfiguration &value)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIotEventsDestinationConfiguration(const IotEventsDestinationConfiguration &value)
void SetS3DestinationConfiguration(const S3DestinationConfiguration &value)
DatasetContentDeliveryDestination & WithS3DestinationConfiguration(const S3DestinationConfiguration &value)
Aws::Utils::Json::JsonValue JsonValue