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;
48 template<
typename AccessConfigurationT = AccessConfiguration>
49 void SetAccessConfiguration(AccessConfigurationT&& value) { m_accessConfigurationHasBeenSet =
true; m_accessConfiguration = std::forward<AccessConfigurationT>(value); }
50 template<
typename AccessConfigurationT = AccessConfiguration>
59 template<
typename ArnT = Aws::String>
60 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
61 template<
typename ArnT = Aws::String>
70 template<
typename CreationTimeT = Aws::Utils::DateTime>
71 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
72 template<
typename CreationTimeT = Aws::Utils::DateTime>
81 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
82 void SetDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfigurationT&& value) { m_defaultSegmentDeliveryConfigurationHasBeenSet =
true; m_defaultSegmentDeliveryConfiguration = std::forward<DefaultSegmentDeliveryConfigurationT>(value); }
83 template<
typename DefaultSegmentDeliveryConfigurationT = DefaultSegmentDeliveryConfiguration>
92 template<
typename HttpConfigurationT = HttpConfiguration>
93 void SetHttpConfiguration(HttpConfigurationT&& value) { m_httpConfigurationHasBeenSet =
true; m_httpConfiguration = std::forward<HttpConfigurationT>(value); }
94 template<
typename HttpConfigurationT = HttpConfiguration>
103 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
104 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
105 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
117 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
118 void SetSegmentDeliveryConfigurations(SegmentDeliveryConfigurationsT&& value) { m_segmentDeliveryConfigurationsHasBeenSet =
true; m_segmentDeliveryConfigurations = std::forward<SegmentDeliveryConfigurationsT>(value); }
119 template<
typename SegmentDeliveryConfigurationsT = Aws::Vector<SegmentDeliveryConfiguration>>
121 template<
typename SegmentDeliveryConfigurationsT = SegmentDeliveryConfiguration>
130 template<
typename SourceLocationNameT = Aws::String>
131 void SetSourceLocationName(SourceLocationNameT&& value) { m_sourceLocationNameHasBeenSet =
true; m_sourceLocationName = std::forward<SourceLocationNameT>(value); }
132 template<
typename SourceLocationNameT = Aws::String>
145 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
147 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
149 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
151 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
158 template<
typename RequestIdT = Aws::String>
159 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
160 template<
typename RequestIdT = Aws::String>
166 bool m_accessConfigurationHasBeenSet =
false;
169 bool m_arnHasBeenSet =
false;
172 bool m_creationTimeHasBeenSet =
false;
174 DefaultSegmentDeliveryConfiguration m_defaultSegmentDeliveryConfiguration;
175 bool m_defaultSegmentDeliveryConfigurationHasBeenSet =
false;
177 HttpConfiguration m_httpConfiguration;
178 bool m_httpConfigurationHasBeenSet =
false;
181 bool m_lastModifiedTimeHasBeenSet =
false;
184 bool m_segmentDeliveryConfigurationsHasBeenSet =
false;
187 bool m_sourceLocationNameHasBeenSet =
false;
190 bool m_tagsHasBeenSet =
false;
193 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