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>
26namespace 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 DestinationT = Destination>
90 void SetDestination(DestinationT&& value) { m_destinationHasBeenSet =
true; m_destination = std::forward<DestinationT>(value); }
91 template<
typename DestinationT = Destination>
101 template<
typename HarvestJobNameT = Aws::String>
102 void SetHarvestJobName(HarvestJobNameT&& value) { m_harvestJobNameHasBeenSet =
true; m_harvestJobName = std::forward<HarvestJobNameT>(value); }
103 template<
typename HarvestJobNameT = Aws::String>
113 template<
typename HarvestedManifestsT = HarvestedManifests>
114 void SetHarvestedManifests(HarvestedManifestsT&& value) { m_harvestedManifestsHasBeenSet =
true; m_harvestedManifests = std::forward<HarvestedManifestsT>(value); }
115 template<
typename HarvestedManifestsT = HarvestedManifests>
125 template<
typename DescriptionT = Aws::String>
126 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
127 template<
typename DescriptionT = Aws::String>
137 template<
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
138 void SetScheduleConfiguration(ScheduleConfigurationT&& value) { m_scheduleConfigurationHasBeenSet =
true; m_scheduleConfiguration = std::forward<ScheduleConfigurationT>(value); }
139 template<
typename ScheduleConfigurationT = HarvesterScheduleConfiguration>
149 template<
typename ArnT = Aws::String>
150 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
151 template<
typename ArnT = Aws::String>
161 template<
typename CreatedAtT = Aws::Utils::DateTime>
162 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
163 template<
typename CreatedAtT = Aws::Utils::DateTime>
173 template<
typename ModifiedAtT = Aws::Utils::DateTime>
174 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
175 template<
typename ModifiedAtT = Aws::Utils::DateTime>
196 template<
typename ErrorMessageT = Aws::String>
197 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
198 template<
typename ErrorMessageT = Aws::String>
208 template<
typename ETagT = Aws::String>
209 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
210 template<
typename ETagT = Aws::String>
216 bool m_channelGroupNameHasBeenSet =
false;
219 bool m_channelNameHasBeenSet =
false;
222 bool m_originEndpointNameHasBeenSet =
false;
225 bool m_destinationHasBeenSet =
false;
228 bool m_harvestJobNameHasBeenSet =
false;
231 bool m_harvestedManifestsHasBeenSet =
false;
234 bool m_descriptionHasBeenSet =
false;
237 bool m_scheduleConfigurationHasBeenSet =
false;
240 bool m_arnHasBeenSet =
false;
243 bool m_createdAtHasBeenSet =
false;
246 bool m_modifiedAtHasBeenSet =
false;
249 bool m_statusHasBeenSet =
false;
252 bool m_errorMessageHasBeenSet =
false;
255 bool m_eTagHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue