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 LiveSource&
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 LiveSourceNameT = Aws::String>
101 void SetLiveSourceName(LiveSourceNameT&& value) { m_liveSourceNameHasBeenSet =
true; m_liveSourceName = std::forward<LiveSourceNameT>(value); }
102 template<
typename LiveSourceNameT = Aws::String>
112 template<
typename SourceLocationNameT = Aws::String>
113 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
114 template<
typename SourceLocationNameT = Aws::String>
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
130 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
134 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
140 bool m_arnHasBeenSet =
false;
143 bool m_creationTimeHasBeenSet =
false;
146 bool m_httpPackageConfigurationsHasBeenSet =
false;
149 bool m_lastModifiedTimeHasBeenSet =
false;
152 bool m_liveSourceNameHasBeenSet =
false;
155 bool m_sourceLocationNameHasBeenSet =
false;
158 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
Aws::Utils::Json::JsonValue JsonValue