7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mediapackagev2/model/Destination.h>
10#include <aws/mediapackagev2/model/HarvestedManifests.h>
11#include <aws/mediapackagev2/model/HarvesterScheduleConfiguration.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/mediapackagev2/model/HarvestJobStatus.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
19template<
typename RESULT_TYPE>
20class AmazonWebServiceResult;
29namespace 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>
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>
75 template<
typename OriginEndpo
intNameT = Aws::String>
76 void SetOriginEndpointName(OriginEndpointNameT&& value) { m_originEndpointNameHasBeenSet =
true; m_originEndpointName = std::forward<OriginEndpointNameT>(value); }
77 template<
typename OriginEndpo
intNameT = Aws::String>
86 template<
typename DestinationT = Destination>
87 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
88 template<
typename DestinationT = Destination>
97 template<
typename HarvestJobNameT = Aws::String>
98 void SetHarvestJobName(HarvestJobNameT&& value) { m_harvestJobNameHasBeenSet =
true; m_harvestJobName = std::forward<HarvestJobNameT>(value); }
99 template<
typename HarvestJobNameT = Aws::String>
108 template<
typename HarvestedManifestsT = HarvestedManifests>
109 void SetHarvestedManifests(HarvestedManifestsT&& value) { m_harvestedManifestsHasBeenSet =
true; m_harvestedManifests = std::forward<HarvestedManifestsT>(value); }
110 template<
typename HarvestedManifestsT = HarvestedManifests>
119 template<
typename DescriptionT = Aws::String>
120 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
121 template<
typename DescriptionT = Aws::String>
131 template<
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
132 void SetScheduleConfiguration(ScheduleConfigurationT&& value) { m_scheduleConfigurationHasBeenSet =
true; m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value); }
133 template<
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
142 template<
typename ArnT = Aws::String>
143 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
144 template<
typename ArnT = Aws::String>
153 template<
typename CreatedAtT = Aws::Utils::DateTime>
154 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
155 template<
typename CreatedAtT = Aws::Utils::DateTime>
164 template<
typename ModifiedAtT = Aws::Utils::DateTime>
165 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
166 template<
typename ModifiedAtT = Aws::Utils::DateTime>
185 template<
typename ErrorMessageT = Aws::String>
186 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
187 template<
typename ErrorMessageT = Aws::String>
196 template<
typename ETagT = Aws::String>
197 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
198 template<
typename ETagT = Aws::String>
207 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
208 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
209 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
211 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
213 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
220 template<
typename RequestIdT = Aws::String>
221 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
222 template<
typename RequestIdT = Aws::String>
228 bool m_channelGroupNameHasBeenSet =
false;
231 bool m_channelNameHasBeenSet =
false;
234 bool m_originEndpointNameHasBeenSet =
false;
237 bool m_destinationHasBeenSet =
false;
240 bool m_harvestJobNameHasBeenSet =
false;
243 bool m_harvestedManifestsHasBeenSet =
false;
246 bool m_descriptionHasBeenSet =
false;
249 bool m_scheduleConfigurationHasBeenSet =
false;
252 bool m_arnHasBeenSet =
false;
255 bool m_createdAtHasBeenSet =
false;
258 bool m_modifiedAtHasBeenSet =
false;
261 bool m_statusHasBeenSet =
false;
264 bool m_errorMessageHasBeenSet =
false;
267 bool m_eTagHasBeenSet =
false;
270 bool m_tagsHasBeenSet =
false;
273 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