7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/model/AccessConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/mediatailor/model/DefaultSegmentDeliveryConfiguration.h>
12#include <aws/mediatailor/model/HttpConfiguration.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/mediatailor/model/SegmentDeliveryConfiguration.h>
57 template<
typename AccessConfigurationT = AccessConfiguration>
58 void SetAccessConfiguration(AccessConfigurationT&& value) { m_accessConfigurationHasBeenSet =
true; m_accessConfiguration = std::forward<AccessConfigurationT>(value); }
59 template<
typename AccessConfigurationT = AccessConfiguration>
69 template<
typename ArnT = Aws::String>
70 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
71 template<
typename ArnT = Aws::String>
81 template<
typename CreationTimeT = Aws::Utils::DateTime>
82 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
83 template<
typename CreationTimeT = Aws::Utils::DateTime>
93 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
94 void SetDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfigurationT&& value) { m_defaultSegmentDeliveryConfigurationHasBeenSet =
true; m_defaultSegmentDeliveryConfiguration = std::forward<DefaultSegmentDeliveryConfigurationT>(value); }
95 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
105 template<
typename HttpConfigurationT = HttpConfiguration>
106 void SetHttpConfiguration(HttpConfigurationT&& value) { m_httpConfigurationHasBeenSet =
true; m_httpConfiguration = std::forward<HttpConfigurationT>(value); }
107 template<
typename HttpConfigurationT = HttpConfiguration>
117 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
118 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
119 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
129 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
130 void SetSegmentDeliveryConfigurations(SegmentDeliveryConfigurationsT&& value) { m_segmentDeliveryConfigurationsHasBeenSet =
true; m_segmentDeliveryConfigurations = std::forward<SegmentDeliveryConfigurationsT>(value); }
131 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
133 template<
typename SegmentDeliveryConfigurationsT = SegmentDeliveryConfiguration>
134 SourceLocation&
AddSegmentDeliveryConfigurations(SegmentDeliveryConfigurationsT&& value) { m_segmentDeliveryConfigurationsHasBeenSet =
true; m_segmentDeliveryConfigurations.emplace_back(std::forward<SegmentDeliveryConfigurationsT>(value));
return *
this; }
143 template<
typename SourceLocationNameT = Aws::String>
144 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
145 template<
typename SourceLocationNameT = Aws::String>
159 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
160 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
161 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
163 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
165 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
171 bool m_accessConfigurationHasBeenSet =
false;
174 bool m_arnHasBeenSet =
false;
177 bool m_creationTimeHasBeenSet =
false;
179 DefaultSegmentDeliveryConfiguration m_defaultSegmentDeliveryConfiguration;
180 bool m_defaultSegmentDeliveryConfigurationHasBeenSet =
false;
182 HttpConfiguration m_httpConfiguration;
183 bool m_httpConfigurationHasBeenSet =
false;
186 bool m_lastModifiedTimeHasBeenSet =
false;
189 bool m_segmentDeliveryConfigurationsHasBeenSet =
false;
192 bool m_sourceLocationNameHasBeenSet =
false;
195 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