7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/mediapackagev2/Mediapackagev2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediapackagev2/model/InputType.h>
11#include <aws/mediapackagev2/model/InputSwitchConfiguration.h>
12#include <aws/mediapackagev2/model/OutputHeaderConfiguration.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/UUID.h>
19namespace mediapackagev2
50 template<
typename ChannelGroupNameT = Aws::String>
51 void SetChannelGroupName(ChannelGroupNameT&& value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName = std::forward<ChannelGroupNameT>(value); }
52 template<
typename ChannelGroupNameT = Aws::String>
64 template<
typename ChannelNameT = Aws::String>
65 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
66 template<
typename ChannelNameT = Aws::String>
77 template<
typename ClientTokenT = Aws::String>
78 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
79 template<
typename ClientTokenT = Aws::String>
105 template<
typename DescriptionT = Aws::String>
106 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
107 template<
typename DescriptionT = Aws::String>
119 template<
typename InputSwitchConfigurationT = InputSwitchConfiguration>
120 void SetInputSwitchConfiguration(InputSwitchConfigurationT&& value) { m_inputSwitchConfigurationHasBeenSet =
true; m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value); }
121 template<
typename InputSwitchConfigurationT = InputSwitchConfiguration>
133 template<
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
134 void SetOutputHeaderConfiguration(OutputHeaderConfigurationT&& value) { m_outputHeaderConfigurationHasBeenSet =
true; m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value); }
135 template<
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
147 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
149 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
151 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
153 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
159 bool m_channelGroupNameHasBeenSet =
false;
162 bool m_channelNameHasBeenSet =
false;
165 bool m_clientTokenHasBeenSet =
true;
168 bool m_inputTypeHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
173 InputSwitchConfiguration m_inputSwitchConfiguration;
174 bool m_inputSwitchConfigurationHasBeenSet =
false;
176 OutputHeaderConfiguration m_outputHeaderConfiguration;
177 bool m_outputHeaderConfigurationHasBeenSet =
false;
180 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