7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
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>
69 bool m_channelArnHasBeenSet =
false;
72 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