7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
13#include <aws/mediapackagev2/model/IngestEndpoint.h>
14#include <aws/mediapackagev2/model/InputSwitchConfiguration.h>
15#include <aws/mediapackagev2/model/InputType.h>
16#include <aws/mediapackagev2/model/OutputHeaderConfiguration.h>
17#include <aws/mediapackagev2/model/OutputLockingMode.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
30namespace mediapackagev2 {
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
62 template <
typename ChannelNameT = Aws::String>
64 m_channelNameHasBeenSet =
true;
65 m_channelName = std::forward<ChannelNameT>(value);
67 template <
typename ChannelNameT = Aws::String>
81 template <
typename ChannelGroupNameT = Aws::String>
83 m_channelGroupNameHasBeenSet =
true;
84 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
86 template <
typename ChannelGroupNameT = Aws::String>
98 template <
typename CreatedAtT = Aws::Utils::DateTime>
100 m_createdAtHasBeenSet =
true;
101 m_createdAt = std::forward<CreatedAtT>(value);
103 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 template <
typename ModifiedAtT = Aws::Utils::DateTime>
117 m_modifiedAtHasBeenSet =
true;
118 m_modifiedAt = std::forward<ModifiedAtT>(value);
120 template <
typename ModifiedAtT = Aws::Utils::DateTime>
132 template <
typename DescriptionT = Aws::String>
134 m_descriptionHasBeenSet =
true;
135 m_description = std::forward<DescriptionT>(value);
137 template <
typename DescriptionT = Aws::String>
147 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
149 m_ingestEndpointsHasBeenSet =
true;
150 m_ingestEndpoints = std::forward<IngestEndpointsT>(value);
152 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
157 template <
typename IngestEndpo
intsT = IngestEndpo
int>
159 m_ingestEndpointsHasBeenSet =
true;
160 m_ingestEndpoints.emplace_back(std::forward<IngestEndpointsT>(value));
177 m_inputTypeHasBeenSet =
true;
192 template <
typename ETagT = Aws::String>
194 m_eTagHasBeenSet =
true;
195 m_eTag = std::forward<ETagT>(value);
197 template <
typename ETagT = Aws::String>
199 SetETag(std::forward<ETagT>(value));
209 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
211 m_tagsHasBeenSet =
true;
212 m_tags = std::forward<TagsT>(value);
214 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
216 SetTags(std::forward<TagsT>(value));
219 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
221 m_tagsHasBeenSet =
true;
222 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
234 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
236 m_inputSwitchConfigurationHasBeenSet =
true;
237 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
239 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
253 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
255 m_outputHeaderConfigurationHasBeenSet =
true;
256 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
258 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
277 m_outputLockingModeHasBeenSet =
true;
278 m_outputLockingMode = value;
289 template <
typename RequestIdT = Aws::String>
291 m_requestIdHasBeenSet =
true;
292 m_requestId = std::forward<RequestIdT>(value);
294 template <
typename RequestIdT = Aws::String>
323 InputSwitchConfiguration m_inputSwitchConfiguration;
325 OutputHeaderConfiguration m_outputHeaderConfiguration;
331 bool m_arnHasBeenSet =
false;
332 bool m_channelNameHasBeenSet =
false;
333 bool m_channelGroupNameHasBeenSet =
false;
334 bool m_createdAtHasBeenSet =
false;
335 bool m_modifiedAtHasBeenSet =
false;
336 bool m_descriptionHasBeenSet =
false;
337 bool m_ingestEndpointsHasBeenSet =
false;
338 bool m_inputTypeHasBeenSet =
false;
339 bool m_eTagHasBeenSet =
false;
340 bool m_tagsHasBeenSet =
false;
341 bool m_inputSwitchConfigurationHasBeenSet =
false;
342 bool m_outputHeaderConfigurationHasBeenSet =
false;
343 bool m_outputLockingModeHasBeenSet =
false;
344 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