7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
12#include <aws/mediapackagev2/model/Destination.h>
13#include <aws/mediapackagev2/model/HarvestJobStatus.h>
14#include <aws/mediapackagev2/model/HarvestedManifests.h>
15#include <aws/mediapackagev2/model/HarvesterScheduleConfiguration.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace mediapackagev2 {
48 template <
typename ChannelGroupNameT = Aws::String>
50 m_channelGroupNameHasBeenSet =
true;
51 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
53 template <
typename ChannelGroupNameT = Aws::String>
65 template <
typename ChannelNameT = Aws::String>
67 m_channelNameHasBeenSet =
true;
68 m_channelName = std::forward<ChannelNameT>(value);
70 template <
typename ChannelNameT = Aws::String>
82 template <
typename OriginEndpo
intNameT = Aws::String>
84 m_originEndpointNameHasBeenSet =
true;
85 m_originEndpointName = std::forward<OriginEndpointNameT>(value);
87 template <
typename OriginEndpo
intNameT = Aws::String>
99 template <
typename DestinationT = Destination>
101 m_destinationHasBeenSet =
true;
102 m_destination = std::forward<DestinationT>(value);
104 template <
typename DestinationT = Destination>
116 template <
typename HarvestJobNameT = Aws::String>
118 m_harvestJobNameHasBeenSet =
true;
119 m_harvestJobName = std::forward<HarvestJobNameT>(value);
121 template <
typename HarvestJobNameT = Aws::String>
133 template <
typename HarvestedManifestsT = HarvestedManifests>
135 m_harvestedManifestsHasBeenSet =
true;
136 m_harvestedManifests = std::forward<HarvestedManifestsT>(value);
138 template <
typename HarvestedManifestsT = HarvestedManifests>
150 template <
typename DescriptionT = Aws::String>
152 m_descriptionHasBeenSet =
true;
153 m_description = std::forward<DescriptionT>(value);
155 template <
typename DescriptionT = Aws::String>
168 template <
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
170 m_scheduleConfigurationHasBeenSet =
true;
171 m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value);
173 template <
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
185 template <
typename ArnT = Aws::String>
187 m_arnHasBeenSet =
true;
188 m_arn = std::forward<ArnT>(value);
190 template <
typename ArnT = Aws::String>
192 SetArn(std::forward<ArnT>(value));
202 template <
typename CreatedAtT = Aws::Utils::DateTime>
204 m_createdAtHasBeenSet =
true;
205 m_createdAt = std::forward<CreatedAtT>(value);
207 template <
typename CreatedAtT = Aws::Utils::DateTime>
219 template <
typename ModifiedAtT = Aws::Utils::DateTime>
221 m_modifiedAtHasBeenSet =
true;
222 m_modifiedAt = std::forward<ModifiedAtT>(value);
224 template <
typename ModifiedAtT = Aws::Utils::DateTime>
238 m_statusHasBeenSet =
true;
252 template <
typename ErrorMessageT = Aws::String>
254 m_errorMessageHasBeenSet =
true;
255 m_errorMessage = std::forward<ErrorMessageT>(value);
257 template <
typename ErrorMessageT = Aws::String>
269 template <
typename ETagT = Aws::String>
271 m_eTagHasBeenSet =
true;
272 m_eTag = std::forward<ETagT>(value);
274 template <
typename ETagT = Aws::String>
276 SetETag(std::forward<ETagT>(value));
286 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
288 m_tagsHasBeenSet =
true;
289 m_tags = std::forward<TagsT>(value);
291 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
293 SetTags(std::forward<TagsT>(value));
296 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
298 m_tagsHasBeenSet =
true;
299 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
307 template <
typename RequestIdT = Aws::String>
309 m_requestIdHasBeenSet =
true;
310 m_requestId = std::forward<RequestIdT>(value);
312 template <
typename RequestIdT = Aws::String>
353 bool m_channelGroupNameHasBeenSet =
false;
354 bool m_channelNameHasBeenSet =
false;
355 bool m_originEndpointNameHasBeenSet =
false;
356 bool m_destinationHasBeenSet =
false;
357 bool m_harvestJobNameHasBeenSet =
false;
358 bool m_harvestedManifestsHasBeenSet =
false;
359 bool m_descriptionHasBeenSet =
false;
360 bool m_scheduleConfigurationHasBeenSet =
false;
361 bool m_arnHasBeenSet =
false;
362 bool m_createdAtHasBeenSet =
false;
363 bool m_modifiedAtHasBeenSet =
false;
364 bool m_statusHasBeenSet =
false;
365 bool m_errorMessageHasBeenSet =
false;
366 bool m_eTagHasBeenSet =
false;
367 bool m_tagsHasBeenSet =
false;
368 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