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>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace mediapackagev2 {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
61 template <
typename ChannelNameT = Aws::String>
63 m_channelNameHasBeenSet =
true;
64 m_channelName = std::forward<ChannelNameT>(value);
66 template <
typename ChannelNameT = Aws::String>
80 template <
typename ChannelGroupNameT = Aws::String>
82 m_channelGroupNameHasBeenSet =
true;
83 m_channelGroupName = std::forward<ChannelGroupNameT>(value);
85 template <
typename ChannelGroupNameT = Aws::String>
97 template <
typename CreatedAtT = Aws::Utils::DateTime>
99 m_createdAtHasBeenSet =
true;
100 m_createdAt = std::forward<CreatedAtT>(value);
102 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 template <
typename ModifiedAtT = Aws::Utils::DateTime>
116 m_modifiedAtHasBeenSet =
true;
117 m_modifiedAt = std::forward<ModifiedAtT>(value);
119 template <
typename ModifiedAtT = Aws::Utils::DateTime>
131 template <
typename ResetAtT = Aws::Utils::DateTime>
133 m_resetAtHasBeenSet =
true;
134 m_resetAt = std::forward<ResetAtT>(value);
136 template <
typename ResetAtT = Aws::Utils::DateTime>
148 template <
typename DescriptionT = Aws::String>
150 m_descriptionHasBeenSet =
true;
151 m_description = std::forward<DescriptionT>(value);
153 template <
typename DescriptionT = Aws::String>
163 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
165 m_ingestEndpointsHasBeenSet =
true;
166 m_ingestEndpoints = std::forward<IngestEndpointsT>(value);
168 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
173 template <
typename IngestEndpo
intsT = IngestEndpo
int>
175 m_ingestEndpointsHasBeenSet =
true;
176 m_ingestEndpoints.emplace_back(std::forward<IngestEndpointsT>(value));
193 m_inputTypeHasBeenSet =
true;
208 template <
typename ETagT = Aws::String>
210 m_eTagHasBeenSet =
true;
211 m_eTag = std::forward<ETagT>(value);
213 template <
typename ETagT = Aws::String>
215 SetETag(std::forward<ETagT>(value));
225 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
227 m_tagsHasBeenSet =
true;
228 m_tags = std::forward<TagsT>(value);
230 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
232 SetTags(std::forward<TagsT>(value));
235 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
237 m_tagsHasBeenSet =
true;
238 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
250 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
252 m_inputSwitchConfigurationHasBeenSet =
true;
253 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
255 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
269 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
271 m_outputHeaderConfigurationHasBeenSet =
true;
272 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
274 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
284 template <
typename RequestIdT = Aws::String>
286 m_requestIdHasBeenSet =
true;
287 m_requestId = std::forward<RequestIdT>(value);
289 template <
typename RequestIdT = Aws::String>
320 InputSwitchConfiguration m_inputSwitchConfiguration;
322 OutputHeaderConfiguration m_outputHeaderConfiguration;
326 bool m_arnHasBeenSet =
false;
327 bool m_channelNameHasBeenSet =
false;
328 bool m_channelGroupNameHasBeenSet =
false;
329 bool m_createdAtHasBeenSet =
false;
330 bool m_modifiedAtHasBeenSet =
false;
331 bool m_resetAtHasBeenSet =
false;
332 bool m_descriptionHasBeenSet =
false;
333 bool m_ingestEndpointsHasBeenSet =
false;
334 bool m_inputTypeHasBeenSet =
false;
335 bool m_eTagHasBeenSet =
false;
336 bool m_tagsHasBeenSet =
false;
337 bool m_inputSwitchConfigurationHasBeenSet =
false;
338 bool m_outputHeaderConfigurationHasBeenSet =
false;
339 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