AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ChannelDestinationConfiguration.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ivsrealtime {
20namespace Model {
21
28 public:
29 AWS_IVSREALTIME_API ChannelDestinationConfiguration() = default;
32 AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
40 inline const Aws::String& GetChannelArn() const { return m_channelArn; }
41 inline bool ChannelArnHasBeenSet() const { return m_channelArnHasBeenSet; }
42 template <typename ChannelArnT = Aws::String>
43 void SetChannelArn(ChannelArnT&& value) {
44 m_channelArnHasBeenSet = true;
45 m_channelArn = std::forward<ChannelArnT>(value);
46 }
47 template <typename ChannelArnT = Aws::String>
49 SetChannelArn(std::forward<ChannelArnT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetEncoderConfigurationArn() const { return m_encoderConfigurationArn; }
60 inline bool EncoderConfigurationArnHasBeenSet() const { return m_encoderConfigurationArnHasBeenSet; }
61 template <typename EncoderConfigurationArnT = Aws::String>
62 void SetEncoderConfigurationArn(EncoderConfigurationArnT&& value) {
63 m_encoderConfigurationArnHasBeenSet = true;
64 m_encoderConfigurationArn = std::forward<EncoderConfigurationArnT>(value);
65 }
66 template <typename EncoderConfigurationArnT = Aws::String>
68 SetEncoderConfigurationArn(std::forward<EncoderConfigurationArnT>(value));
69 return *this;
70 }
72 private:
73 Aws::String m_channelArn;
74
75 Aws::String m_encoderConfigurationArn;
76 bool m_channelArnHasBeenSet = false;
77 bool m_encoderConfigurationArnHasBeenSet = false;
78};
79
80} // namespace Model
81} // namespace ivsrealtime
82} // namespace Aws
AWS_IVSREALTIME_API ChannelDestinationConfiguration()=default
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVSREALTIME_API ChannelDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
ChannelDestinationConfiguration & WithChannelArn(ChannelArnT &&value)
AWS_IVSREALTIME_API ChannelDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ChannelDestinationConfiguration & WithEncoderConfigurationArn(EncoderConfigurationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue