7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
12#include <aws/mediapackagev2/model/IngestEndpoint.h>
13#include <aws/mediapackagev2/model/InputSwitchConfiguration.h>
14#include <aws/mediapackagev2/model/InputType.h>
15#include <aws/mediapackagev2/model/OutputHeaderConfiguration.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace mediapackagev2 {
41 template <
typename ArnT = Aws::String>
43 m_arnHasBeenSet =
true;
44 m_arn = std::forward<ArnT>(value);
46 template <
typename ArnT = Aws::String>
48 SetArn(std::forward<ArnT>(value));
60 template <
typename ChannelNameT = Aws::String>
62 m_channelNameHasBeenSet =
true;
63 m_channelName = std::forward<ChannelNameT>(value);
65 template <
typename ChannelNameT = Aws::String>
79 template <
typename ChannelGroupNameT = Aws::String>
81 m_channelGroupNameHasBeenSet =
true;
82 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
84 template <
typename ChannelGroupNameT = Aws::String>
96 template <
typename CreatedAtT = Aws::Utils::DateTime>
98 m_createdAtHasBeenSet =
true;
99 m_createdAt = std::forward<CreatedAtT>(value);
101 template <
typename CreatedAtT = Aws::Utils::DateTime>
113 template <
typename ModifiedAtT = Aws::Utils::DateTime>
115 m_modifiedAtHasBeenSet =
true;
116 m_modifiedAt = std::forward<ModifiedAtT>(value);
118 template <
typename ModifiedAtT = Aws::Utils::DateTime>
130 template <
typename ResetAtT = Aws::Utils::DateTime>
132 m_resetAtHasBeenSet =
true;
133 m_resetAt = std::forward<ResetAtT>(value);
135 template <
typename ResetAtT = Aws::Utils::DateTime>
147 template <
typename DescriptionT = Aws::String>
149 m_descriptionHasBeenSet =
true;
150 m_description = std::forward<DescriptionT>(value);
152 template <
typename DescriptionT = Aws::String>
162 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
164 m_ingestEndpointsHasBeenSet =
true;
165 m_ingestEndpoints = std::forward<IngestEndpointsT>(value);
167 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
172 template <
typename IngestEndpo
intsT = IngestEndpo
int>
174 m_ingestEndpointsHasBeenSet =
true;
175 m_ingestEndpoints.emplace_back(std::forward<IngestEndpointsT>(value));
192 m_inputTypeHasBeenSet =
true;
207 template <
typename ETagT = Aws::String>
209 m_eTagHasBeenSet =
true;
210 m_eTag = std::forward<ETagT>(value);
212 template <
typename ETagT = Aws::String>
214 SetETag(std::forward<ETagT>(value));
224 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
226 m_tagsHasBeenSet =
true;
227 m_tags = std::forward<TagsT>(value);
229 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
231 SetTags(std::forward<TagsT>(value));
234 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
236 m_tagsHasBeenSet =
true;
237 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
249 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
251 m_inputSwitchConfigurationHasBeenSet =
true;
252 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
254 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
268 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
270 m_outputHeaderConfigurationHasBeenSet =
true;
271 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
273 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
283 template <
typename RequestIdT = Aws::String>
285 m_requestIdHasBeenSet =
true;
286 m_requestId = std::forward<RequestIdT>(value);
288 template <
typename RequestIdT = Aws::String>
317 InputSwitchConfiguration m_inputSwitchConfiguration;
319 OutputHeaderConfiguration m_outputHeaderConfiguration;
322 bool m_arnHasBeenSet =
false;
323 bool m_channelNameHasBeenSet =
false;
324 bool m_channelGroupNameHasBeenSet =
false;
325 bool m_createdAtHasBeenSet =
false;
326 bool m_modifiedAtHasBeenSet =
false;
327 bool m_resetAtHasBeenSet =
false;
328 bool m_descriptionHasBeenSet =
false;
329 bool m_ingestEndpointsHasBeenSet =
false;
330 bool m_inputTypeHasBeenSet =
false;
331 bool m_eTagHasBeenSet =
false;
332 bool m_tagsHasBeenSet =
false;
333 bool m_inputSwitchConfigurationHasBeenSet =
false;
334 bool m_outputHeaderConfigurationHasBeenSet =
false;
335 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