AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ChannelDestinationConfiguration.h
1
6#pragma once
7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace ivsrealtime
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_IVSREALTIME_API ChannelDestinationConfiguration() = default;
37 AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline const Aws::String& GetChannelArn() const { return m_channelArn; }
47 inline bool ChannelArnHasBeenSet() const { return m_channelArnHasBeenSet; }
48 template<typename ChannelArnT = Aws::String>
49 void SetChannelArn(ChannelArnT&& value) { m_channelArnHasBeenSet = true; m_channelArn = std::forward<ChannelArnT>(value); }
50 template<typename ChannelArnT = Aws::String>
51 ChannelDestinationConfiguration& WithChannelArn(ChannelArnT&& value) { SetChannelArn(std::forward<ChannelArnT>(value)); return *this;}
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) { m_encoderConfigurationArnHasBeenSet = true; m_encoderConfigurationArn = std::forward<EncoderConfigurationArnT>(value); }
63 template<typename EncoderConfigurationArnT = Aws::String>
64 ChannelDestinationConfiguration& WithEncoderConfigurationArn(EncoderConfigurationArnT&& value) { SetEncoderConfigurationArn(std::forward<EncoderConfigurationArnT>(value)); return *this;}
66 private:
67
68 Aws::String m_channelArn;
69 bool m_channelArnHasBeenSet = false;
70
71 Aws::String m_encoderConfigurationArn;
72 bool m_encoderConfigurationArnHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace ivsrealtime
77} // 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