7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
10#include <aws/ivs-realtime/model/Video.h>
21namespace ivsrealtime {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
79 template <
typename V
ideoT = V
ideo>
81 m_videoHasBeenSet =
true;
82 m_video = std::forward<VideoT>(value);
84 template <
typename V
ideoT = V
ideo>
86 SetVideo(std::forward<VideoT>(value));
103 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
105 m_tagsHasBeenSet =
true;
106 m_tags = std::forward<TagsT>(value);
108 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 SetTags(std::forward<TagsT>(value));
113 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true;
116 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
128 bool m_arnHasBeenSet =
false;
129 bool m_nameHasBeenSet =
false;
130 bool m_videoHasBeenSet =
false;
131 bool m_tagsHasBeenSet =
false;
EncoderConfiguration & AddTags(TagsKeyT &&key, TagsValueT &&value)
EncoderConfiguration & WithArn(ArnT &&value)
EncoderConfiguration & WithTags(TagsT &&value)
AWS_IVSREALTIME_API EncoderConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_IVSREALTIME_API EncoderConfiguration()=default
bool ArnHasBeenSet() const
void SetName(NameT &&value)
bool TagsHasBeenSet() const
AWS_IVSREALTIME_API EncoderConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EncoderConfiguration & WithVideo(VideoT &&value)
void SetArn(ArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetVideo(VideoT &&value)
bool VideoHasBeenSet() const
const Aws::String & GetArn() const
EncoderConfiguration & WithName(NameT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
const Video & GetVideo() const
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTags(TagsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue