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/HarvestedManifests.h>
11#include <aws/mediapackagev2/model/HarvesterScheduleConfiguration.h>
12#include <aws/mediapackagev2/model/Destination.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/core/utils/UUID.h>
19namespace mediapackagev2
53 template<
typename ChannelGroupNameT = Aws::String>
54 void SetChannelGroupName(ChannelGroupNameT&& value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName = std::forward<ChannelGroupNameT>(value); }
55 template<
typename ChannelGroupNameT = Aws::String>
65 template<
typename ChannelNameT = Aws::String>
66 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
67 template<
typename ChannelNameT = Aws::String>
77 template<
typename OriginEndpo
intNameT = Aws::String>
78 void SetOriginEndpointName(OriginEndpointNameT&& value) { m_originEndpointNameHasBeenSet =
true; m_originEndpointName = std::forward<OriginEndpointNameT>(value); }
79 template<
typename OriginEndpo
intNameT = Aws::String>
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
101 template<
typename HarvestedManifestsT = HarvestedManifests>
102 void SetHarvestedManifests(HarvestedManifestsT&& value) { m_harvestedManifestsHasBeenSet =
true; m_harvestedManifests = std::forward<HarvestedManifestsT>(value); }
103 template<
typename HarvestedManifestsT = HarvestedManifests>
114 template<
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
115 void SetScheduleConfiguration(ScheduleConfigurationT&& value) { m_scheduleConfigurationHasBeenSet =
true; m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value); }
116 template<
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
126 template<
typename DestinationT = Destination>
127 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
128 template<
typename DestinationT = Destination>
139 template<
typename ClientTokenT = Aws::String>
140 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
141 template<
typename ClientTokenT = Aws::String>
151 template<
typename HarvestJobNameT = Aws::String>
152 void SetHarvestJobName(HarvestJobNameT&& value) { m_harvestJobNameHasBeenSet =
true; m_harvestJobName = std::forward<HarvestJobNameT>(value); }
153 template<
typename HarvestJobNameT = Aws::String>
163 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
164 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
165 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
167 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
169 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
175 bool m_channelGroupNameHasBeenSet =
false;
178 bool m_channelNameHasBeenSet =
false;
181 bool m_originEndpointNameHasBeenSet =
false;
184 bool m_descriptionHasBeenSet =
false;
187 bool m_harvestedManifestsHasBeenSet =
false;
190 bool m_scheduleConfigurationHasBeenSet =
false;
193 bool m_destinationHasBeenSet =
false;
196 bool m_clientTokenHasBeenSet =
true;
199 bool m_harvestJobNameHasBeenSet =
false;
202 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