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>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
47 template<
typename AccessConfigurationT = AccessConfiguration>
48 void SetAccessConfiguration(AccessConfigurationT&& value) { m_accessConfigurationHasBeenSet =
true; m_accessConfiguration = std::forward<AccessConfigurationT>(value); }
49 template<
typename AccessConfigurationT = AccessConfiguration>
58 template<
typename ArnT = Aws::String>
59 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
60 template<
typename ArnT = Aws::String>
69 template<
typename CreationTimeT = Aws::Utils::DateTime>
70 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
71 template<
typename CreationTimeT = Aws::Utils::DateTime>
80 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
81 void SetDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfigurationT&& value) { m_defaultSegmentDeliveryConfigurationHasBeenSet =
true; m_defaultSegmentDeliveryConfiguration = std::forward<DefaultSegmentDeliveryConfigurationT>(value); }
82 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
91 template<
typename HttpConfigurationT = HttpConfiguration>
92 void SetHttpConfiguration(HttpConfigurationT&& value) { m_httpConfigurationHasBeenSet =
true; m_httpConfiguration = std::forward<HttpConfigurationT>(value); }
93 template<
typename HttpConfigurationT = HttpConfiguration>
102 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
103 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
104 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
114 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
115 void SetSegmentDeliveryConfigurations(SegmentDeliveryConfigurationsT&& value) { m_segmentDeliveryConfigurationsHasBeenSet =
true; m_segmentDeliveryConfigurations = std::forward<SegmentDeliveryConfigurationsT>(value); }
116 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
118 template<
typename SegmentDeliveryConfigurationsT = SegmentDeliveryConfiguration>
127 template<
typename SourceLocationNameT = Aws::String>
128 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
129 template<
typename SourceLocationNameT = Aws::String>
142 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
144 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
148 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
155 template<
typename RequestIdT = Aws::String>
156 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
157 template<
typename RequestIdT = Aws::String>
163 bool m_accessConfigurationHasBeenSet =
false;
166 bool m_arnHasBeenSet =
false;
169 bool m_creationTimeHasBeenSet =
false;
171 DefaultSegmentDeliveryConfiguration m_defaultSegmentDeliveryConfiguration;
172 bool m_defaultSegmentDeliveryConfigurationHasBeenSet =
false;
174 HttpConfiguration m_httpConfiguration;
175 bool m_httpConfigurationHasBeenSet =
false;
178 bool m_lastModifiedTimeHasBeenSet =
false;
181 bool m_segmentDeliveryConfigurationsHasBeenSet =
false;
184 bool m_sourceLocationNameHasBeenSet =
false;
187 bool m_tagsHasBeenSet =
false;
190 bool m_requestIdHasBeenSet =
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