AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ProjectDataDeliveryConfig.h
1
6#pragma once
7#include <aws/evidently/CloudWatchEvidently_EXPORTS.h>
8#include <aws/evidently/model/CloudWatchLogsDestinationConfig.h>
9#include <aws/evidently/model/S3DestinationConfig.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 CloudWatchEvidently
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_CLOUDWATCHEVIDENTLY_API ProjectDataDeliveryConfig();
37 AWS_CLOUDWATCHEVIDENTLY_API ProjectDataDeliveryConfig(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CLOUDWATCHEVIDENTLY_API ProjectDataDeliveryConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const CloudWatchLogsDestinationConfig& GetCloudWatchLogs() const{ return m_cloudWatchLogs; }
48 inline bool CloudWatchLogsHasBeenSet() const { return m_cloudWatchLogsHasBeenSet; }
49 inline void SetCloudWatchLogs(const CloudWatchLogsDestinationConfig& value) { m_cloudWatchLogsHasBeenSet = true; m_cloudWatchLogs = value; }
50 inline void SetCloudWatchLogs(CloudWatchLogsDestinationConfig&& value) { m_cloudWatchLogsHasBeenSet = true; m_cloudWatchLogs = std::move(value); }
54
56
60 inline const S3DestinationConfig& GetS3Destination() const{ return m_s3Destination; }
61 inline bool S3DestinationHasBeenSet() const { return m_s3DestinationHasBeenSet; }
62 inline void SetS3Destination(const S3DestinationConfig& value) { m_s3DestinationHasBeenSet = true; m_s3Destination = value; }
63 inline void SetS3Destination(S3DestinationConfig&& value) { m_s3DestinationHasBeenSet = true; m_s3Destination = std::move(value); }
65 inline ProjectDataDeliveryConfig& WithS3Destination(S3DestinationConfig&& value) { SetS3Destination(std::move(value)); return *this;}
67 private:
68
69 CloudWatchLogsDestinationConfig m_cloudWatchLogs;
70 bool m_cloudWatchLogsHasBeenSet = false;
71
72 S3DestinationConfig m_s3Destination;
73 bool m_s3DestinationHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace CloudWatchEvidently
78} // namespace Aws
ProjectDataDeliveryConfig & WithCloudWatchLogs(CloudWatchLogsDestinationConfig &&value)
AWS_CLOUDWATCHEVIDENTLY_API Aws::Utils::Json::JsonValue Jsonize() const
ProjectDataDeliveryConfig & WithS3Destination(S3DestinationConfig &&value)
ProjectDataDeliveryConfig & WithCloudWatchLogs(const CloudWatchLogsDestinationConfig &value)
AWS_CLOUDWATCHEVIDENTLY_API ProjectDataDeliveryConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ProjectDataDeliveryConfig & WithS3Destination(const S3DestinationConfig &value)
void SetCloudWatchLogs(CloudWatchLogsDestinationConfig &&value)
void SetCloudWatchLogs(const CloudWatchLogsDestinationConfig &value)
AWS_CLOUDWATCHEVIDENTLY_API ProjectDataDeliveryConfig(Aws::Utils::Json::JsonView jsonValue)
const CloudWatchLogsDestinationConfig & GetCloudWatchLogs() const
Aws::Utils::Json::JsonValue JsonValue