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 DescriptionT = Aws::String>
107 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
108 template<
typename DescriptionT = Aws::String>
115 template<
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
116 void SetIngestEndpoints(IngestEndpointsT&& value) { m_ingestEndpointsHasBeenSet =
true; m_ingestEndpoints = std::forward<IngestEndpointsT>(value); }
117 template<
typename IngestEndpo
intsT = Aws::Vector<IngestEndpo
int>>
119 template<
typename IngestEndpo
intsT = IngestEndpo
int>
144 template<
typename ETagT = Aws::String>
145 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
146 template<
typename ETagT = Aws::String>
155 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
156 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
157 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
159 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
161 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
172 template<
typename InputSwitchConfigurationT = InputSwitchConfiguration>
173 void SetInputSwitchConfiguration(InputSwitchConfigurationT&& value) { m_inputSwitchConfigurationHasBeenSet =
true; m_inputSwitchConfiguration = std::forward<InputSwitchConfigurationT>(value); }
174 template<
typename InputSwitchConfigurationT = InputSwitchConfiguration>
185 template<
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
186 void SetOutputHeaderConfiguration(OutputHeaderConfigurationT&& value) { m_outputHeaderConfigurationHasBeenSet =
true; m_outputHeaderConfiguration = std::forward<OutputHeaderConfigurationT>(value); }
187 template<
typename OutputHeaderConfigurationT = OutputHeaderConfiguration>
194 template<
typename RequestIdT = Aws::String>
195 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
196 template<
typename RequestIdT = Aws::String>
202 bool m_arnHasBeenSet =
false;
205 bool m_channelNameHasBeenSet =
false;
208 bool m_channelGroupNameHasBeenSet =
false;
211 bool m_createdAtHasBeenSet =
false;
214 bool m_modifiedAtHasBeenSet =
false;
217 bool m_descriptionHasBeenSet =
false;
220 bool m_ingestEndpointsHasBeenSet =
false;
223 bool m_inputTypeHasBeenSet =
false;
226 bool m_eTagHasBeenSet =
false;
229 bool m_tagsHasBeenSet =
false;
231 InputSwitchConfiguration m_inputSwitchConfiguration;
232 bool m_inputSwitchConfigurationHasBeenSet =
false;
234 OutputHeaderConfiguration m_outputHeaderConfiguration;
235 bool m_outputHeaderConfigurationHasBeenSet =
false;
238 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