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/mediatailor/model/SegmentDeliveryConfiguration.h>
47 template<
typename AccessConfigurationT = AccessConfiguration>
48 void SetAccessConfiguration(AccessConfigurationT&& value) { m_accessConfigurationHasBeenSet =
true; m_accessConfiguration = std::forward<AccessConfigurationT>(value); }
49 template<
typename AccessConfigurationT = AccessConfiguration>
59 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
60 void SetDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfigurationT&& value) { m_defaultSegmentDeliveryConfigurationHasBeenSet =
true; m_defaultSegmentDeliveryConfiguration = std::forward<DefaultSegmentDeliveryConfigurationT>(value); }
61 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
71 template<
typename HttpConfigurationT = HttpConfiguration>
72 void SetHttpConfiguration(HttpConfigurationT&& value) { m_httpConfigurationHasBeenSet =
true; m_httpConfiguration = std::forward<HttpConfigurationT>(value); }
73 template<
typename HttpConfigurationT = HttpConfiguration>
84 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
85 void SetSegmentDeliveryConfigurations(SegmentDeliveryConfigurationsT&& value) { m_segmentDeliveryConfigurationsHasBeenSet =
true; m_segmentDeliveryConfigurations = std::forward<SegmentDeliveryConfigurationsT>(value); }
86 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
88 template<
typename SegmentDeliveryConfigurationsT = SegmentDeliveryConfiguration>
98 template<
typename SourceLocationNameT = Aws::String>
99 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
100 template<
typename SourceLocationNameT = Aws::String>
106 bool m_accessConfigurationHasBeenSet =
false;
109 bool m_defaultSegmentDeliveryConfigurationHasBeenSet =
false;
112 bool m_httpConfigurationHasBeenSet =
false;
115 bool m_segmentDeliveryConfigurationsHasBeenSet =
false;
118 bool m_sourceLocationNameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector