7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetChannelArn(
const char* value) { m_channelArnHasBeenSet =
true; m_channelArn.assign(value); }
65 inline void SetEncoderConfigurationArn(
const char* value) { m_encoderConfigurationArnHasBeenSet =
true; m_encoderConfigurationArn.assign(value); }
73 bool m_channelArnHasBeenSet =
false;
76 bool m_encoderConfigurationArnHasBeenSet =
false;
void SetChannelArn(Aws::String &&value)
void SetEncoderConfigurationArn(const Aws::String &value)
void SetChannelArn(const char *value)
const Aws::String & GetChannelArn() const
ChannelDestinationConfiguration & WithEncoderConfigurationArn(Aws::String &&value)
ChannelDestinationConfiguration & WithChannelArn(Aws::String &&value)
const Aws::String & GetEncoderConfigurationArn() const
ChannelDestinationConfiguration & WithEncoderConfigurationArn(const Aws::String &value)
ChannelDestinationConfiguration & WithChannelArn(const char *value)
ChannelDestinationConfiguration & WithChannelArn(const Aws::String &value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVSREALTIME_API ChannelDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetChannelArn(const Aws::String &value)
bool ChannelArnHasBeenSet() const
AWS_IVSREALTIME_API ChannelDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ChannelDestinationConfiguration & WithEncoderConfigurationArn(const char *value)
bool EncoderConfigurationArnHasBeenSet() const
void SetEncoderConfigurationArn(const char *value)
void SetEncoderConfigurationArn(Aws::String &&value)
AWS_IVSREALTIME_API ChannelDestinationConfiguration()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue