7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/medialive/MediaLiveRequest.h>
11#include <aws/medialive/MediaLive_EXPORTS.h>
12#include <aws/medialive/model/SdiSourceMode.h>
13#include <aws/medialive/model/SdiSourceType.h>
46 m_modeHasBeenSet =
true;
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
100 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 m_tagsHasBeenSet =
true;
103 m_tags = std::forward<TagsT>(value);
105 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 SetTags(std::forward<TagsT>(value));
110 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
112 m_tagsHasBeenSet =
true;
113 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
126 m_typeHasBeenSet =
true;
144 bool m_modeHasBeenSet =
false;
145 bool m_nameHasBeenSet =
false;
146 bool m_requestIdHasBeenSet =
true;
147 bool m_tagsHasBeenSet =
false;
148 bool m_typeHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
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