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/mediapackagev2/Mediapackagev2Request.h>
11#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
12#include <aws/mediapackagev2/model/InputSwitchConfiguration.h>
13#include <aws/mediapackagev2/model/InputType.h>
14#include <aws/mediapackagev2/model/OutputHeaderConfiguration.h>
15#include <aws/mediapackagev2/model/OutputLockingMode.h>
20namespace mediapackagev2 {
47 template <
typename ChannelGroupNameT = Aws::String>
49 m_channelGroupNameHasBeenSet =
true;
50 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
52 template <
typename ChannelGroupNameT = Aws::String>
67 template <
typename ChannelNameT = Aws::String>
69 m_channelNameHasBeenSet =
true;
70 m_channelName = std::forward<ChannelNameT>(value);
72 template <
typename ChannelNameT = Aws::String>
86 template <
typename ClientTokenT = Aws::String>
88 m_clientTokenHasBeenSet =
true;
89 m_clientToken = std::forward<ClientTokenT>(value);
91 template <
typename ClientTokenT = Aws::String>
111 m_inputTypeHasBeenSet =
true;
126 template <
typename DescriptionT = Aws::String>
128 m_descriptionHasBeenSet =
true;
129 m_description = std::forward<DescriptionT>(value);
131 template <
typename DescriptionT = Aws::String>
146 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
148 m_inputSwitchConfigurationHasBeenSet =
true;
149 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
151 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
166 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
168 m_outputHeaderConfigurationHasBeenSet =
true;
169 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
171 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
195 m_outputLockingModeHasBeenSet =
true;
196 m_outputLockingMode = value;
212 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 m_tagsHasBeenSet =
true;
215 m_tags = std::forward<TagsT>(value);
217 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
219 SetTags(std::forward<TagsT>(value));
222 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
224 m_tagsHasBeenSet =
true;
225 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
240 InputSwitchConfiguration m_inputSwitchConfiguration;
242 OutputHeaderConfiguration m_outputHeaderConfiguration;
247 bool m_channelGroupNameHasBeenSet =
false;
248 bool m_channelNameHasBeenSet =
false;
249 bool m_clientTokenHasBeenSet =
true;
250 bool m_inputTypeHasBeenSet =
false;
251 bool m_descriptionHasBeenSet =
false;
252 bool m_inputSwitchConfigurationHasBeenSet =
false;
253 bool m_outputHeaderConfigurationHasBeenSet =
false;
254 bool m_outputLockingModeHasBeenSet =
false;
255 bool m_tagsHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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