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>
44 template<
typename HttpPackageConfigurationsT = Aws::Vector<HttpPackageConfiguration>>
45 void SetHttpPackageConfigurations(HttpPackageConfigurationsT&& value) { m_httpPackageConfigurationsHasBeenSet =
true; m_httpPackageConfigurations = std::forward<HttpPackageConfigurationsT>(value); }
46 template<
typename HttpPackageConfigurationsT = Aws::Vector<HttpPackageConfiguration>>
48 template<
typename HttpPackageConfigurationsT = HttpPackageConfiguration>
58 template<
typename LiveSourceNameT = Aws::String>
59 void SetLiveSourceName(LiveSourceNameT&& value) { m_liveSourceNameHasBeenSet =
true; m_liveSourceName = std::forward<LiveSourceNameT>(value); }
60 template<
typename LiveSourceNameT = Aws::String>
70 template<
typename SourceLocationNameT = Aws::String>
71 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
72 template<
typename SourceLocationNameT = Aws::String>
78 bool m_httpPackageConfigurationsHasBeenSet =
false;
81 bool m_liveSourceNameHasBeenSet =
false;
84 bool m_sourceLocationNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector