7#include <aws/mediapackage/MediaPackage_EXPORTS.h>
8#include <aws/mediapackage/MediaPackageRequest.h>
9#include <aws/mediapackage/model/Authorization.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/mediapackage/model/CmafPackageCreateOrUpdateParameters.h>
12#include <aws/mediapackage/model/DashPackage.h>
13#include <aws/mediapackage/model/HlsPackage.h>
14#include <aws/mediapackage/model/MssPackage.h>
15#include <aws/mediapackage/model/Origination.h>
16#include <aws/core/utils/memory/stl/AWSMap.h>
17#include <aws/core/utils/memory/stl/AWSVector.h>
68 inline void SetChannelId(
const char* value) { m_channelIdHasBeenSet =
true; m_channelId.assign(value); }
102 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
129 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
144 inline void SetManifestName(
const char* value) { m_manifestNameHasBeenSet =
true; m_manifestName.assign(value); }
218 inline void SetTimeDelaySeconds(
int value) { m_timeDelaySecondsHasBeenSet =
true; m_timeDelaySeconds = value; }
240 bool m_authorizationHasBeenSet =
false;
243 bool m_channelIdHasBeenSet =
false;
246 bool m_cmafPackageHasBeenSet =
false;
249 bool m_dashPackageHasBeenSet =
false;
252 bool m_descriptionHasBeenSet =
false;
255 bool m_hlsPackageHasBeenSet =
false;
258 bool m_idHasBeenSet =
false;
261 bool m_manifestNameHasBeenSet =
false;
264 bool m_mssPackageHasBeenSet =
false;
267 bool m_originationHasBeenSet =
false;
269 int m_startoverWindowSeconds;
270 bool m_startoverWindowSecondsHasBeenSet =
false;
273 bool m_tagsHasBeenSet =
false;
275 int m_timeDelaySeconds;
276 bool m_timeDelaySecondsHasBeenSet =
false;
279 bool m_whitelistHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector