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>
45 m_authorizedHasBeenSet =
true;
66 m_containerFormatHasBeenSet =
true;
67 m_containerFormat = value;
83 m_insecureIngestHasBeenSet =
true;
84 m_insecureIngest = value;
101 m_latencyModeHasBeenSet =
true;
102 m_latencyMode = value;
117 template <
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
119 m_multitrackInputConfigurationHasBeenSet =
true;
120 m_multitrackInputConfiguration = std::forward<MultitrackInputConfigurationT>(value);
122 template <
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
135 template <
typename NameT = Aws::String>
137 m_nameHasBeenSet =
true;
138 m_name = std::forward<NameT>(value);
140 template <
typename NameT = Aws::String>
142 SetName(std::forward<NameT>(value));
155 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
157 m_playbackRestrictionPolicyArnHasBeenSet =
true;
158 m_playbackRestrictionPolicyArn = std::forward<PlaybackRestrictionPolicyArnT>(value);
160 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
179 m_presetHasBeenSet =
true;
195 template <
typename RecordingConfigurationArnT = Aws::String>
197 m_recordingConfigurationArnHasBeenSet =
true;
198 m_recordingConfigurationArn = std::forward<RecordingConfigurationArnT>(value);
200 template <
typename RecordingConfigurationArnT = Aws::String>
219 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
221 m_tagsHasBeenSet =
true;
222 m_tags = std::forward<TagsT>(value);
224 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
226 SetTags(std::forward<TagsT>(value));
229 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
231 m_tagsHasBeenSet =
true;
232 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
248 m_typeHasBeenSet =
true;
257 bool m_authorized{
false};
261 bool m_insecureIngest{
false};
265 MultitrackInputConfiguration m_multitrackInputConfiguration;
278 bool m_authorizedHasBeenSet =
false;
279 bool m_containerFormatHasBeenSet =
false;
280 bool m_insecureIngestHasBeenSet =
false;
281 bool m_latencyModeHasBeenSet =
false;
282 bool m_multitrackInputConfigurationHasBeenSet =
false;
283 bool m_nameHasBeenSet =
false;
284 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
285 bool m_presetHasBeenSet =
false;
286 bool m_recordingConfigurationArnHasBeenSet =
false;
287 bool m_tagsHasBeenSet =
false;
288 bool m_typeHasBeenSet =
false;
void SetContainerFormat(ContainerFormat value)
bool GetInsecureIngest() const
void SetPlaybackRestrictionPolicyArn(PlaybackRestrictionPolicyArnT &&value)
bool PresetHasBeenSet() const
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)
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)
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