AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
FrameCaptureCdnSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/FrameCaptureS3Settings.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace MediaLive {
20namespace Model {
21
28 public:
29 AWS_MEDIALIVE_API FrameCaptureCdnSettings() = default;
32 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
36 inline const FrameCaptureS3Settings& GetFrameCaptureS3Settings() const { return m_frameCaptureS3Settings; }
37 inline bool FrameCaptureS3SettingsHasBeenSet() const { return m_frameCaptureS3SettingsHasBeenSet; }
38 template <typename FrameCaptureS3SettingsT = FrameCaptureS3Settings>
39 void SetFrameCaptureS3Settings(FrameCaptureS3SettingsT&& value) {
40 m_frameCaptureS3SettingsHasBeenSet = true;
41 m_frameCaptureS3Settings = std::forward<FrameCaptureS3SettingsT>(value);
42 }
43 template <typename FrameCaptureS3SettingsT = FrameCaptureS3Settings>
44 FrameCaptureCdnSettings& WithFrameCaptureS3Settings(FrameCaptureS3SettingsT&& value) {
45 SetFrameCaptureS3Settings(std::forward<FrameCaptureS3SettingsT>(value));
46 return *this;
47 }
49 private:
50 FrameCaptureS3Settings m_frameCaptureS3Settings;
51 bool m_frameCaptureS3SettingsHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace MediaLive
56} // namespace Aws
AWS_MEDIALIVE_API FrameCaptureCdnSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFrameCaptureS3Settings(FrameCaptureS3SettingsT &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
const FrameCaptureS3Settings & GetFrameCaptureS3Settings() const
AWS_MEDIALIVE_API FrameCaptureCdnSettings()=default
FrameCaptureCdnSettings & WithFrameCaptureS3Settings(FrameCaptureS3SettingsT &&value)
AWS_MEDIALIVE_API FrameCaptureCdnSettings(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue