7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
11#include <aws/mediapackagev2/model/Destination.h>
12#include <aws/mediapackagev2/model/HarvestJobStatus.h>
13#include <aws/mediapackagev2/model/HarvestedManifests.h>
14#include <aws/mediapackagev2/model/HarvesterScheduleConfiguration.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace mediapackagev2 {
47 template <
typename ChannelGroupNameT = Aws::String>
49 m_channelGroupNameHasBeenSet =
true;
50 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
52 template <
typename ChannelGroupNameT = Aws::String>
64 template <
typename ChannelNameT = Aws::String>
66 m_channelNameHasBeenSet =
true;
67 m_channelName = std::forward<ChannelNameT>(value);
69 template <
typename ChannelNameT = Aws::String>
81 template <
typename OriginEndpo
intNameT = Aws::String>
83 m_originEndpointNameHasBeenSet =
true;
84 m_originEndpointName = std::forward<OriginEndpointNameT>(value);
86 template <
typename OriginEndpo
intNameT = Aws::String>
98 template <
typename DestinationT = Destination>
100 m_destinationHasBeenSet =
true;
101 m_destination = std::forward<DestinationT>(value);
103 template <
typename DestinationT = Destination>
115 template <
typename HarvestJobNameT = Aws::String>
117 m_harvestJobNameHasBeenSet =
true;
118 m_harvestJobName = std::forward<HarvestJobNameT>(value);
120 template <
typename HarvestJobNameT = Aws::String>
132 template <
typename HarvestedManifestsT = HarvestedManifests>
134 m_harvestedManifestsHasBeenSet =
true;
135 m_harvestedManifests = std::forward<HarvestedManifestsT>(value);
137 template <
typename HarvestedManifestsT = HarvestedManifests>
149 template <
typename DescriptionT = Aws::String>
151 m_descriptionHasBeenSet =
true;
152 m_description = std::forward<DescriptionT>(value);
154 template <
typename DescriptionT = Aws::String>
167 template <
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
169 m_scheduleConfigurationHasBeenSet =
true;
170 m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value);
172 template <
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
184 template <
typename ArnT = Aws::String>
186 m_arnHasBeenSet =
true;
187 m_arn = std::forward<ArnT>(value);
189 template <
typename ArnT = Aws::String>
191 SetArn(std::forward<ArnT>(value));
201 template <
typename CreatedAtT = Aws::Utils::DateTime>
203 m_createdAtHasBeenSet =
true;
204 m_createdAt = std::forward<CreatedAtT>(value);
206 template <
typename CreatedAtT = Aws::Utils::DateTime>
218 template <
typename ModifiedAtT = Aws::Utils::DateTime>
220 m_modifiedAtHasBeenSet =
true;
221 m_modifiedAt = std::forward<ModifiedAtT>(value);
223 template <
typename ModifiedAtT = Aws::Utils::DateTime>
237 m_statusHasBeenSet =
true;
251 template <
typename ErrorMessageT = Aws::String>
253 m_errorMessageHasBeenSet =
true;
254 m_errorMessage = std::forward<ErrorMessageT>(value);
256 template <
typename ErrorMessageT = Aws::String>
268 template <
typename ETagT = Aws::String>
270 m_eTagHasBeenSet =
true;
271 m_eTag = std::forward<ETagT>(value);
273 template <
typename ETagT = Aws::String>
275 SetETag(std::forward<ETagT>(value));
285 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
287 m_tagsHasBeenSet =
true;
288 m_tags = std::forward<TagsT>(value);
290 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
292 SetTags(std::forward<TagsT>(value));
295 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
297 m_tagsHasBeenSet =
true;
298 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
306 template <
typename RequestIdT = Aws::String>
308 m_requestIdHasBeenSet =
true;
309 m_requestId = std::forward<RequestIdT>(value);
311 template <
typename RequestIdT = Aws::String>
349 bool m_channelGroupNameHasBeenSet =
false;
350 bool m_channelNameHasBeenSet =
false;
351 bool m_originEndpointNameHasBeenSet =
false;
352 bool m_destinationHasBeenSet =
false;
353 bool m_harvestJobNameHasBeenSet =
false;
354 bool m_harvestedManifestsHasBeenSet =
false;
355 bool m_descriptionHasBeenSet =
false;
356 bool m_scheduleConfigurationHasBeenSet =
false;
357 bool m_arnHasBeenSet =
false;
358 bool m_createdAtHasBeenSet =
false;
359 bool m_modifiedAtHasBeenSet =
false;
360 bool m_statusHasBeenSet =
false;
361 bool m_errorMessageHasBeenSet =
false;
362 bool m_eTagHasBeenSet =
false;
363 bool m_tagsHasBeenSet =
false;
364 bool m_requestIdHasBeenSet =
false;
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
Aws::Utils::Json::JsonValue JsonValue