7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/MediaTailorRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/mediatailor/model/HttpPackageConfiguration.h>
60 inline void SetLiveSourceName(
const char* value) { m_liveSourceNameHasBeenSet =
true; m_liveSourceName.assign(value); }
74 inline void SetSourceLocationName(
const char* value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName.assign(value); }
105 bool m_httpPackageConfigurationsHasBeenSet =
false;
108 bool m_liveSourceNameHasBeenSet =
false;
111 bool m_sourceLocationNameHasBeenSet =
false;
114 bool m_tagsHasBeenSet =
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