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>
19namespace mediapackagev2 {
46 template <
typename ChannelGroupNameT = Aws::String>
48 m_channelGroupNameHasBeenSet =
true;
49 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
51 template <
typename ChannelGroupNameT = Aws::String>
66 template <
typename ChannelNameT = Aws::String>
68 m_channelNameHasBeenSet =
true;
69 m_channelName = std::forward<ChannelNameT>(value);
71 template <
typename ChannelNameT = Aws::String>
85 template <
typename ClientTokenT = Aws::String>
87 m_clientTokenHasBeenSet =
true;
88 m_clientToken = std::forward<ClientTokenT>(value);
90 template <
typename ClientTokenT = Aws::String>
110 m_inputTypeHasBeenSet =
true;
125 template <
typename DescriptionT = Aws::String>
127 m_descriptionHasBeenSet =
true;
128 m_description = std::forward<DescriptionT>(value);
130 template <
typename DescriptionT = Aws::String>
145 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
147 m_inputSwitchConfigurationHasBeenSet =
true;
148 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
150 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
165 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
167 m_outputHeaderConfigurationHasBeenSet =
true;
168 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
170 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
185 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
187 m_tagsHasBeenSet =
true;
188 m_tags = std::forward<TagsT>(value);
190 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
192 SetTags(std::forward<TagsT>(value));
195 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
197 m_tagsHasBeenSet =
true;
198 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
213 InputSwitchConfiguration m_inputSwitchConfiguration;
215 OutputHeaderConfiguration m_outputHeaderConfiguration;
218 bool m_channelGroupNameHasBeenSet =
false;
219 bool m_channelNameHasBeenSet =
false;
220 bool m_clientTokenHasBeenSet =
true;
221 bool m_inputTypeHasBeenSet =
false;
222 bool m_descriptionHasBeenSet =
false;
223 bool m_inputSwitchConfigurationHasBeenSet =
false;
224 bool m_outputHeaderConfigurationHasBeenSet =
false;
225 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