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/mediatailor/model/HttpPackageConfiguration.h>
59 inline void SetSourceLocationName(
const char* value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName.assign(value); }
73 inline void SetVodSourceName(
const char* value) { m_vodSourceNameHasBeenSet =
true; m_vodSourceName.assign(value); }
81 bool m_httpPackageConfigurationsHasBeenSet =
false;
84 bool m_sourceLocationNameHasBeenSet =
false;
87 bool m_vodSourceNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector