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
55 inline void SetChannelGroupName(
const char* value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName.assign(value); }
69 inline void SetChannelName(
const char* value) { m_channelNameHasBeenSet =
true; m_channelName.assign(value); }
83 inline void SetOriginEndpointName(
const char* value) { m_originEndpointNameHasBeenSet =
true; m_originEndpointName.assign(value); }
109 inline void SetHarvestJobName(
const char* value) { m_harvestJobNameHasBeenSet =
true; m_harvestJobName.assign(value); }
135 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
161 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
212 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
226 inline void SetETag(
const char* value) { m_eTagHasBeenSet =
true; m_eTag.assign(value); }
234 bool m_channelGroupNameHasBeenSet =
false;
237 bool m_channelNameHasBeenSet =
false;
240 bool m_originEndpointNameHasBeenSet =
false;
243 bool m_destinationHasBeenSet =
false;
246 bool m_harvestJobNameHasBeenSet =
false;
249 bool m_harvestedManifestsHasBeenSet =
false;
252 bool m_descriptionHasBeenSet =
false;
255 bool m_scheduleConfigurationHasBeenSet =
false;
258 bool m_arnHasBeenSet =
false;
261 bool m_createdAtHasBeenSet =
false;
264 bool m_modifiedAtHasBeenSet =
false;
267 bool m_statusHasBeenSet =
false;
270 bool m_errorMessageHasBeenSet =
false;
273 bool m_eTagHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue