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/Destination.h>
13#include <aws/mediapackagev2/model/HarvestedManifests.h>
14#include <aws/mediapackagev2/model/HarvesterScheduleConfiguration.h>
19namespace mediapackagev2 {
49 template <
typename ChannelGroupNameT = Aws::String>
51 m_channelGroupNameHasBeenSet =
true;
52 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
54 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>
85 template <
typename OriginEndpo
intNameT = Aws::String>
87 m_originEndpointNameHasBeenSet =
true;
88 m_originEndpointName = std::forward<OriginEndpointNameT>(value);
90 template <
typename OriginEndpo
intNameT = Aws::String>
103 template <
typename DescriptionT = Aws::String>
105 m_descriptionHasBeenSet =
true;
106 m_description = std::forward<DescriptionT>(value);
108 template <
typename DescriptionT = Aws::String>
121 template <
typename HarvestedManifestsT = HarvestedManifests>
123 m_harvestedManifestsHasBeenSet =
true;
124 m_harvestedManifests = std::forward<HarvestedManifestsT>(value);
126 template <
typename HarvestedManifestsT = HarvestedManifests>
140 template <
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
142 m_scheduleConfigurationHasBeenSet =
true;
143 m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value);
145 template <
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
158 template <
typename DestinationT = Destination>
160 m_destinationHasBeenSet =
true;
161 m_destination = std::forward<DestinationT>(value);
163 template <
typename DestinationT = Destination>
177 template <
typename ClientTokenT = Aws::String>
179 m_clientTokenHasBeenSet =
true;
180 m_clientToken = std::forward<ClientTokenT>(value);
182 template <
typename ClientTokenT = Aws::String>
195 template <
typename HarvestJobNameT = Aws::String>
197 m_harvestJobNameHasBeenSet =
true;
198 m_harvestJobName = std::forward<HarvestJobNameT>(value);
200 template <
typename HarvestJobNameT = Aws::String>
213 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
215 m_tagsHasBeenSet =
true;
216 m_tags = std::forward<TagsT>(value);
218 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
220 SetTags(std::forward<TagsT>(value));
223 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
225 m_tagsHasBeenSet =
true;
226 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
232 bool m_channelGroupNameHasBeenSet =
false;
235 bool m_channelNameHasBeenSet =
false;
238 bool m_originEndpointNameHasBeenSet =
false;
241 bool m_descriptionHasBeenSet =
false;
244 bool m_harvestedManifestsHasBeenSet =
false;
247 bool m_scheduleConfigurationHasBeenSet =
false;
250 bool m_destinationHasBeenSet =
false;
253 bool m_clientTokenHasBeenSet =
true;
256 bool m_harvestJobNameHasBeenSet =
false;
259 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