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 ResetAtT = Aws::Utils::DateTime>
134 m_resetAtHasBeenSet =
true;
135 m_resetAt = std::forward<ResetAtT>(value);
137 template <
typename ResetAtT = Aws::Utils::DateTime>
149 template <
typename DescriptionT = Aws::String>
151 m_descriptionHasBeenSet =
true;
152 m_description = std::forward<DescriptionT>(value);
154 template <
typename DescriptionT = Aws::String>
164 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
166 m_ingestEndpointsHasBeenSet =
true;
167 m_ingestEndpoints = std::forward<IngestEndpointsT>(value);
169 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
174 template <
typename IngestEndpo
intsT = IngestEndpo
int>
176 m_ingestEndpointsHasBeenSet =
true;
177 m_ingestEndpoints.emplace_back(std::forward<IngestEndpointsT>(value));
194 m_inputTypeHasBeenSet =
true;
209 template <
typename ETagT = Aws::String>
211 m_eTagHasBeenSet =
true;
212 m_eTag = std::forward<ETagT>(value);
214 template <
typename ETagT = Aws::String>
216 SetETag(std::forward<ETagT>(value));
226 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
228 m_tagsHasBeenSet =
true;
229 m_tags = std::forward<TagsT>(value);
231 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
233 SetTags(std::forward<TagsT>(value));
236 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
238 m_tagsHasBeenSet =
true;
239 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
251 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
253 m_inputSwitchConfigurationHasBeenSet =
true;
254 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
256 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
270 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
272 m_outputHeaderConfigurationHasBeenSet =
true;
273 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
275 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
293 m_outputLockingModeHasBeenSet =
true;
294 m_outputLockingMode = value;
305 template <
typename RequestIdT = Aws::String>
307 m_requestIdHasBeenSet =
true;
308 m_requestId = std::forward<RequestIdT>(value);
310 template <
typename RequestIdT = Aws::String>
341 InputSwitchConfiguration m_inputSwitchConfiguration;
343 OutputHeaderConfiguration m_outputHeaderConfiguration;
349 bool m_arnHasBeenSet =
false;
350 bool m_channelNameHasBeenSet =
false;
351 bool m_channelGroupNameHasBeenSet =
false;
352 bool m_createdAtHasBeenSet =
false;
353 bool m_modifiedAtHasBeenSet =
false;
354 bool m_resetAtHasBeenSet =
false;
355 bool m_descriptionHasBeenSet =
false;
356 bool m_ingestEndpointsHasBeenSet =
false;
357 bool m_inputTypeHasBeenSet =
false;
358 bool m_eTagHasBeenSet =
false;
359 bool m_tagsHasBeenSet =
false;
360 bool m_inputSwitchConfigurationHasBeenSet =
false;
361 bool m_outputHeaderConfigurationHasBeenSet =
false;
362 bool m_outputLockingModeHasBeenSet =
false;
363 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