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>
43 template<
typename HttpPackageConfigurationsT = Aws::Vector<HttpPackageConfiguration>>
44 void SetHttpPackageConfigurations(HttpPackageConfigurationsT&& value) { m_httpPackageConfigurationsHasBeenSet =
true; m_httpPackageConfigurations = std::forward<HttpPackageConfigurationsT>(value); }
45 template<
typename HttpPackageConfigurationsT = Aws::Vector<HttpPackageConfiguration>>
47 template<
typename HttpPackageConfigurationsT = HttpPackageConfiguration>
57 template<
typename SourceLocationNameT = Aws::String>
58 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
59 template<
typename SourceLocationNameT = Aws::String>
69 template<
typename VodSourceNameT = Aws::String>
70 void SetVodSourceName(VodSourceNameT&& value) { m_vodSourceNameHasBeenSet =
true; m_vodSourceName = std::forward<VodSourceNameT>(value); }
71 template<
typename VodSourceNameT = Aws::String>
77 bool m_httpPackageConfigurationsHasBeenSet =
false;
80 bool m_sourceLocationNameHasBeenSet =
false;
83 bool m_vodSourceNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector