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>
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>
86 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
88 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
90 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
92 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
98 bool m_httpPackageConfigurationsHasBeenSet =
false;
101 bool m_liveSourceNameHasBeenSet =
false;
104 bool m_sourceLocationNameHasBeenSet =
false;
107 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