7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/mediatailor/model/HttpPackageConfiguration.h>
50 template<
typename ArnT = Aws::String>
51 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
52 template<
typename ArnT = Aws::String>
62 template<
typename CreationTimeT = Aws::Utils::DateTime>
63 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
64 template<
typename CreationTimeT = Aws::Utils::DateTime>
74 template<
typename HttpPackageConfigurationsT = Aws::Vector<HttpPackageConfiguration>>
75 void SetHttpPackageConfigurations(HttpPackageConfigurationsT&& value) { m_httpPackageConfigurationsHasBeenSet =
true; m_httpPackageConfigurations = std::forward<HttpPackageConfigurationsT>(value); }
76 template<
typename HttpPackageConfigurationsT = Aws::Vector<HttpPackageConfiguration>>
78 template<
typename HttpPackageConfigurationsT = HttpPackageConfiguration>
79 VodSource&
AddHttpPackageConfigurations(HttpPackageConfigurationsT&& value) { m_httpPackageConfigurationsHasBeenSet =
true; m_httpPackageConfigurations.emplace_back(std::forward<HttpPackageConfigurationsT>(value));
return *
this; }
88 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
89 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
90 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
100 template<
typename SourceLocationNameT = Aws::String>
101 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
102 template<
typename SourceLocationNameT = Aws::String>
116 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
117 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
118 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
120 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
122 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
132 template<
typename VodSourceNameT = Aws::String>
133 void SetVodSourceName(VodSourceNameT&& value) { m_vodSourceNameHasBeenSet =
true; m_vodSourceName = std::forward<VodSourceNameT>(value); }
134 template<
typename VodSourceNameT = Aws::String>
140 bool m_arnHasBeenSet =
false;
143 bool m_creationTimeHasBeenSet =
false;
146 bool m_httpPackageConfigurationsHasBeenSet =
false;
149 bool m_lastModifiedTimeHasBeenSet =
false;
152 bool m_sourceLocationNameHasBeenSet =
false;
155 bool m_tagsHasBeenSet =
false;
158 bool m_vodSourceNameHasBeenSet =
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
Aws::Utils::Json::JsonValue JsonValue