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 DescriptionT = Aws::String>
132 m_descriptionHasBeenSet =
true;
133 m_description = std::forward<DescriptionT>(value);
135 template <
typename DescriptionT = Aws::String>
145 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
147 m_ingestEndpointsHasBeenSet =
true;
148 m_ingestEndpoints = std::forward<IngestEndpointsT>(value);
150 template <
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
155 template <
typename IngestEndpo
intsT = IngestEndpo
int>
157 m_ingestEndpointsHasBeenSet =
true;
158 m_ingestEndpoints.emplace_back(std::forward<IngestEndpointsT>(value));
175 m_inputTypeHasBeenSet =
true;
190 template <
typename ETagT = Aws::String>
192 m_eTagHasBeenSet =
true;
193 m_eTag = std::forward<ETagT>(value);
195 template <
typename ETagT = Aws::String>
197 SetETag(std::forward<ETagT>(value));
207 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
209 m_tagsHasBeenSet =
true;
210 m_tags = std::forward<TagsT>(value);
212 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
214 SetTags(std::forward<TagsT>(value));
217 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
219 m_tagsHasBeenSet =
true;
220 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
232 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
234 m_inputSwitchConfigurationHasBeenSet =
true;
235 m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value);
237 template <
typename InputSwitchConfigurationT = InputSwitchConfiguration>
251 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
253 m_outputHeaderConfigurationHasBeenSet =
true;
254 m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value);
256 template <
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
266 template <
typename RequestIdT = Aws::String>
268 m_requestIdHasBeenSet =
true;
269 m_requestId = std::forward<RequestIdT>(value);
271 template <
typename RequestIdT = Aws::String>
298 InputSwitchConfiguration m_inputSwitchConfiguration;
300 OutputHeaderConfiguration m_outputHeaderConfiguration;
303 bool m_arnHasBeenSet =
false;
304 bool m_channelNameHasBeenSet =
false;
305 bool m_channelGroupNameHasBeenSet =
false;
306 bool m_createdAtHasBeenSet =
false;
307 bool m_modifiedAtHasBeenSet =
false;
308 bool m_descriptionHasBeenSet =
false;
309 bool m_ingestEndpointsHasBeenSet =
false;
310 bool m_inputTypeHasBeenSet =
false;
311 bool m_eTagHasBeenSet =
false;
312 bool m_tagsHasBeenSet =
false;
313 bool m_inputSwitchConfigurationHasBeenSet =
false;
314 bool m_outputHeaderConfigurationHasBeenSet =
false;
315 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