AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetChannelArn(const Aws::String& value) { m_channelArnHasBeenSet = true; m_channelArn = value; }
49 inline void SetChannelArn(Aws::String&& value) { m_channelArnHasBeenSet = true; m_channelArn = std::move(value); }
50 inline void SetChannelArn(const char* value) { m_channelArnHasBeenSet = true; m_channelArn.assign(value); }
51 inline ChannelDestinationConfiguration& WithChannelArn(const Aws::String& value) { SetChannelArn(value); return *this;}
52 inline ChannelDestinationConfiguration& WithChannelArn(Aws::String&& value) { SetChannelArn(std::move(value)); return *this;}
53 inline ChannelDestinationConfiguration& WithChannelArn(const char* value) { SetChannelArn(value); return *this;}
55
57
61 inline const Aws::String& GetEncoderConfigurationArn() const{ return m_encoderConfigurationArn; }
62 inline bool EncoderConfigurationArnHasBeenSet() const { return m_encoderConfigurationArnHasBeenSet; }
63 inline void SetEncoderConfigurationArn(const Aws::String& value) { m_encoderConfigurationArnHasBeenSet = true; m_encoderConfigurationArn = value; }
64 inline void SetEncoderConfigurationArn(Aws::String&& value) { m_encoderConfigurationArnHasBeenSet = true; m_encoderConfigurationArn = std::move(value); }
65 inline void SetEncoderConfigurationArn(const char* value) { m_encoderConfigurationArnHasBeenSet = true; m_encoderConfigurationArn.assign(value); }
70 private:
71
72 Aws::String m_channelArn;
73 bool m_channelArnHasBeenSet = false;
74
75 Aws::String m_encoderConfigurationArn;
76 bool m_encoderConfigurationArnHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace ivsrealtime
81} // namespace Aws
ChannelDestinationConfiguration & WithEncoderConfigurationArn(Aws::String &&value)
ChannelDestinationConfiguration & WithChannelArn(Aws::String &&value)
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)
AWS_IVSREALTIME_API ChannelDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ChannelDestinationConfiguration & WithEncoderConfigurationArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue