7#include <aws/mediapackagev2/Mediapackagev2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/mediapackagev2/model/InputType.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/mediapackagev2/model/InputSwitchConfiguration.h>
14#include <aws/mediapackagev2/model/OutputHeaderConfiguration.h>
15#include <aws/mediapackagev2/model/IngestEndpoint.h>
20template<
typename RESULT_TYPE>
21class AmazonWebServiceResult;
30namespace mediapackagev2
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
60 template<
typename ChannelNameT = Aws::String>
61 void SetChannelName(ChannelNameT&& value) { m_channelNameHasBeenSet =
true; m_channelName = std::forward<ChannelNameT>(value); }
62 template<
typename ChannelNameT = Aws::String>
73 template<
typename ChannelGroupNameT = Aws::String>
74 void SetChannelGroupName(ChannelGroupNameT&& value) { m_channelGroupNameHasBeenSet =
true; m_channelGroupName = std::forward<ChannelGroupNameT>(value); }
75 template<
typename ChannelGroupNameT = Aws::String>
84 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
86 template<
typename CreatedAtT = Aws::Utils::DateTime>
95 template<
typename ModifiedAtT = Aws::Utils::DateTime>
96 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
97 template<
typename ModifiedAtT = Aws::Utils::DateTime>
106 template<
typename ResetAtT = Aws::Utils::DateTime>
107 void SetResetAt(ResetAtT&& value) { m_resetAtHasBeenSet =
true; m_resetAt = std::forward<ResetAtT>(value); }
108 template<
typename ResetAtT = Aws::Utils::DateTime>
117 template<
typename DescriptionT = Aws::String>
118 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
119 template<
typename DescriptionT = Aws::String>
126 template<
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
127 void SetIngestEndpoints(IngestEndpointsT&& value) { m_ingestEndpointsHasBeenSet =
true; m_ingestEndpoints = std::forward<IngestEndpointsT>(value); }
128 template<
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
130 template<
typename IngestEndpo
intsT = IngestEndpo
int>
131 GetChannelResult&
AddIngestEndpoints(IngestEndpointsT&& value) { m_ingestEndpointsHasBeenSet =
true; m_ingestEndpoints.emplace_back(std::forward<IngestEndpointsT>(value));
return *
this; }
155 template<
typename ETagT = Aws::String>
156 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
157 template<
typename ETagT = Aws::String>
166 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
167 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
168 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
170 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
172 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
183 template<
typename InputSwitchConfigurationT = InputSwitchConfiguration>
184 void SetInputSwitchConfiguration(InputSwitchConfigurationT&& value) { m_inputSwitchConfigurationHasBeenSet =
true; m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value); }
185 template<
typename InputSwitchConfigurationT = InputSwitchConfiguration>
196 template<
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
197 void SetOutputHeaderConfiguration(OutputHeaderConfigurationT&& value) { m_outputHeaderConfigurationHasBeenSet =
true; m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value); }
198 template<
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
205 template<
typename RequestIdT = Aws::String>
206 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
207 template<
typename RequestIdT = Aws::String>
213 bool m_arnHasBeenSet =
false;
216 bool m_channelNameHasBeenSet =
false;
219 bool m_channelGroupNameHasBeenSet =
false;
222 bool m_createdAtHasBeenSet =
false;
225 bool m_modifiedAtHasBeenSet =
false;
228 bool m_resetAtHasBeenSet =
false;
231 bool m_descriptionHasBeenSet =
false;
234 bool m_ingestEndpointsHasBeenSet =
false;
237 bool m_inputTypeHasBeenSet =
false;
240 bool m_eTagHasBeenSet =
false;
243 bool m_tagsHasBeenSet =
false;
245 InputSwitchConfiguration m_inputSwitchConfiguration;
246 bool m_inputSwitchConfigurationHasBeenSet =
false;
248 OutputHeaderConfiguration m_outputHeaderConfiguration;
249 bool m_outputHeaderConfigurationHasBeenSet =
false;
252 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