7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
19namespace ivsrealtime {
42 template <
typename ChannelArnT = Aws::String>
44 m_channelArnHasBeenSet =
true;
45 m_channelArn = std::forward<ChannelArnT>(value);
47 template <
typename ChannelArnT = Aws::String>
61 template <
typename EncoderConfigurationArnT = Aws::String>
63 m_encoderConfigurationArnHasBeenSet =
true;
64 m_encoderConfigurationArn = std::forward<EncoderConfigurationArnT>(value);
66 template <
typename EncoderConfigurationArnT = Aws::String>
76 bool m_channelArnHasBeenSet =
false;
77 bool m_encoderConfigurationArnHasBeenSet =
false;
const Aws::String & GetChannelArn() const
const Aws::String & GetEncoderConfigurationArn() const
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)
bool ChannelArnHasBeenSet() const
void SetChannelArn(ChannelArnT &&value)
AWS_IVSREALTIME_API ChannelDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ChannelDestinationConfiguration & WithEncoderConfigurationArn(EncoderConfigurationArnT &&value)
void SetEncoderConfigurationArn(EncoderConfigurationArnT &&value)
bool EncoderConfigurationArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue