7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs/IVSRequest.h>
10#include <aws/ivs/IVS_EXPORTS.h>
11#include <aws/ivs/model/ChannelLatencyMode.h>
12#include <aws/ivs/model/ChannelType.h>
13#include <aws/ivs/model/ContainerFormat.h>
14#include <aws/ivs/model/MultitrackInputConfiguration.h>
15#include <aws/ivs/model/TranscodePreset.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
64 m_latencyModeHasBeenSet =
true;
65 m_latencyMode = value;
84 m_typeHasBeenSet =
true;
101 m_authorizedHasBeenSet =
true;
102 m_authorized = value;
117 template <
typename RecordingConfigurationArnT = Aws::String>
119 m_recordingConfigurationArnHasBeenSet =
true;
120 m_recordingConfigurationArn = std::forward<RecordingConfigurationArnT>(value);
122 template <
typename RecordingConfigurationArnT = Aws::String>
141 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 m_tagsHasBeenSet =
true;
144 m_tags = std::forward<TagsT>(value);
146 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
148 SetTags(std::forward<TagsT>(value));
151 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
153 m_tagsHasBeenSet =
true;
154 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
167 m_insecureIngestHasBeenSet =
true;
168 m_insecureIngest = value;
188 m_presetHasBeenSet =
true;
205 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
207 m_playbackRestrictionPolicyArnHasBeenSet =
true;
208 m_playbackRestrictionPolicyArn = std::forward<PlaybackRestrictionPolicyArnT>(value);
210 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
224 template <
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
226 m_multitrackInputConfigurationHasBeenSet =
true;
227 m_multitrackInputConfiguration = std::forward<MultitrackInputConfigurationT>(value);
229 template <
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
248 m_containerFormatHasBeenSet =
true;
249 m_containerFormat = value;
263 template <
typename AdConfigurationArnT = Aws::String>
265 m_adConfigurationArnHasBeenSet =
true;
266 m_adConfigurationArn = std::forward<AdConfigurationArnT>(value);
268 template <
typename AdConfigurationArnT = Aws::String>
281 bool m_authorized{
false};
287 bool m_insecureIngest{
false};
293 MultitrackInputConfiguration m_multitrackInputConfiguration;
298 bool m_nameHasBeenSet =
false;
299 bool m_latencyModeHasBeenSet =
false;
300 bool m_typeHasBeenSet =
false;
301 bool m_authorizedHasBeenSet =
false;
302 bool m_recordingConfigurationArnHasBeenSet =
false;
303 bool m_tagsHasBeenSet =
false;
304 bool m_insecureIngestHasBeenSet =
false;
305 bool m_presetHasBeenSet =
false;
306 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
307 bool m_multitrackInputConfigurationHasBeenSet =
false;
308 bool m_containerFormatHasBeenSet =
false;
309 bool m_adConfigurationArnHasBeenSet =
false;
void SetContainerFormat(ContainerFormat value)
bool GetInsecureIngest() const
void SetPlaybackRestrictionPolicyArn(PlaybackRestrictionPolicyArnT &&value)
const Aws::String & GetAdConfigurationArn() const
bool PresetHasBeenSet() const
CreateChannelRequest & WithAdConfigurationArn(AdConfigurationArnT &&value)
CreateChannelRequest & WithRecordingConfigurationArn(RecordingConfigurationArnT &&value)
CreateChannelRequest & WithInsecureIngest(bool value)
TranscodePreset GetPreset() const
void SetMultitrackInputConfiguration(MultitrackInputConfigurationT &&value)
CreateChannelRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool InsecureIngestHasBeenSet() const
CreateChannelRequest & WithLatencyMode(ChannelLatencyMode value)
const Aws::String & GetRecordingConfigurationArn() const
AWS_IVS_API CreateChannelRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateChannelRequest & WithType(ChannelType value)
void SetType(ChannelType value)
CreateChannelRequest & WithPreset(TranscodePreset value)
void SetAdConfigurationArn(AdConfigurationArnT &&value)
bool MultitrackInputConfigurationHasBeenSet() const
CreateChannelRequest & WithName(NameT &&value)
const Aws::String & GetPlaybackRestrictionPolicyArn() const
virtual const char * GetServiceRequestName() const override
CreateChannelRequest & WithContainerFormat(ContainerFormat value)
void SetRecordingConfigurationArn(RecordingConfigurationArnT &&value)
void SetAuthorized(bool value)
ChannelLatencyMode GetLatencyMode() const
void SetLatencyMode(ChannelLatencyMode value)
void SetInsecureIngest(bool value)
bool NameHasBeenSet() const
ContainerFormat GetContainerFormat() const
CreateChannelRequest & WithAuthorized(bool value)
bool AuthorizedHasBeenSet() const
bool GetAuthorized() const
bool ContainerFormatHasBeenSet() const
ChannelType GetType() const
bool TypeHasBeenSet() const
bool PlaybackRestrictionPolicyArnHasBeenSet() const
AWS_IVS_API Aws::String SerializePayload() const override
bool RecordingConfigurationArnHasBeenSet() const
CreateChannelRequest & WithMultitrackInputConfiguration(MultitrackInputConfigurationT &&value)
CreateChannelRequest & WithTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetPreset(TranscodePreset value)
const Aws::String & GetName() const
bool LatencyModeHasBeenSet() const
void SetName(NameT &&value)
const MultitrackInputConfiguration & GetMultitrackInputConfiguration() const
void SetTags(TagsT &&value)
CreateChannelRequest & WithPlaybackRestrictionPolicyArn(PlaybackRestrictionPolicyArnT &&value)
bool AdConfigurationArnHasBeenSet() const
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