7#include <aws/mediatailor/MediaTailor_EXPORTS.h>
8#include <aws/mediatailor/MediaTailorRequest.h>
9#include <aws/mediatailor/model/AccessConfiguration.h>
10#include <aws/mediatailor/model/DefaultSegmentDeliveryConfiguration.h>
11#include <aws/mediatailor/model/HttpConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/mediatailor/model/SegmentDeliveryConfiguration.h>
48 template<
typename AccessConfigurationT = AccessConfiguration>
49 void SetAccessConfiguration(AccessConfigurationT&& value) { m_accessConfigurationHasBeenSet =
true; m_accessConfiguration = std::forward<AccessConfigurationT>(value); }
50 template<
typename AccessConfigurationT = AccessConfiguration>
60 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
61 void SetDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfigurationT&& value) { m_defaultSegmentDeliveryConfigurationHasBeenSet =
true; m_defaultSegmentDeliveryConfiguration = std::forward<DefaultSegmentDeliveryConfigurationT>(value); }
62 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
72 template<
typename HttpConfigurationT = HttpConfiguration>
73 void SetHttpConfiguration(HttpConfigurationT&& value) { m_httpConfigurationHasBeenSet =
true; m_httpConfiguration = std::forward<HttpConfigurationT>(value); }
74 template<
typename HttpConfigurationT = HttpConfiguration>
85 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
86 void SetSegmentDeliveryConfigurations(SegmentDeliveryConfigurationsT&& value) { m_segmentDeliveryConfigurationsHasBeenSet =
true; m_segmentDeliveryConfigurations = std::forward<SegmentDeliveryConfigurationsT>(value); }
87 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
89 template<
typename SegmentDeliveryConfigurationsT = SegmentDeliveryConfiguration>
99 template<
typename SourceLocationNameT = Aws::String>
100 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
101 template<
typename SourceLocationNameT = Aws::String>
115 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
116 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
117 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
119 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
121 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
127 bool m_accessConfigurationHasBeenSet =
false;
130 bool m_defaultSegmentDeliveryConfigurationHasBeenSet =
false;
133 bool m_httpConfigurationHasBeenSet =
false;
136 bool m_segmentDeliveryConfigurationsHasBeenSet =
false;
139 bool m_sourceLocationNameHasBeenSet =
false;
142 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