7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs/IVSRequest.h>
9#include <aws/ivs/IVS_EXPORTS.h>
10#include <aws/ivs/model/ChannelLatencyMode.h>
11#include <aws/ivs/model/ChannelType.h>
12#include <aws/ivs/model/ContainerFormat.h>
13#include <aws/ivs/model/MultitrackInputConfiguration.h>
14#include <aws/ivs/model/TranscodePreset.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
81 m_latencyModeHasBeenSet =
true;
82 m_latencyMode = value;
101 m_typeHasBeenSet =
true;
117 m_authorizedHasBeenSet =
true;
118 m_authorized = value;
134 template <
typename RecordingConfigurationArnT = Aws::String>
136 m_recordingConfigurationArnHasBeenSet =
true;
137 m_recordingConfigurationArn = std::forward<RecordingConfigurationArnT>(value);
139 template <
typename RecordingConfigurationArnT = Aws::String>
154 m_insecureIngestHasBeenSet =
true;
155 m_insecureIngest = value;
175 m_presetHasBeenSet =
true;
192 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
194 m_playbackRestrictionPolicyArnHasBeenSet =
true;
195 m_playbackRestrictionPolicyArn = std::forward<PlaybackRestrictionPolicyArnT>(value);
197 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
211 template <
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
213 m_multitrackInputConfigurationHasBeenSet =
true;
214 m_multitrackInputConfiguration = std::forward<MultitrackInputConfigurationT>(value);
216 template <
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
235 m_containerFormatHasBeenSet =
true;
236 m_containerFormat = value;
250 template <
typename AdConfigurationArnT = Aws::String>
252 m_adConfigurationArnHasBeenSet =
true;
253 m_adConfigurationArn = std::forward<AdConfigurationArnT>(value);
255 template <
typename AdConfigurationArnT = Aws::String>
270 bool m_authorized{
false};
274 bool m_insecureIngest{
false};
280 MultitrackInputConfiguration m_multitrackInputConfiguration;
285 bool m_arnHasBeenSet =
false;
286 bool m_nameHasBeenSet =
false;
287 bool m_latencyModeHasBeenSet =
false;
288 bool m_typeHasBeenSet =
false;
289 bool m_authorizedHasBeenSet =
false;
290 bool m_recordingConfigurationArnHasBeenSet =
false;
291 bool m_insecureIngestHasBeenSet =
false;
292 bool m_presetHasBeenSet =
false;
293 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
294 bool m_multitrackInputConfigurationHasBeenSet =
false;
295 bool m_containerFormatHasBeenSet =
false;
296 bool m_adConfigurationArnHasBeenSet =
false;
void SetLatencyMode(ChannelLatencyMode value)
void SetMultitrackInputConfiguration(MultitrackInputConfigurationT &&value)
void SetAuthorized(bool value)
bool AuthorizedHasBeenSet() const
UpdateChannelRequest & WithPlaybackRestrictionPolicyArn(PlaybackRestrictionPolicyArnT &&value)
bool PresetHasBeenSet() const
TranscodePreset GetPreset() const
bool GetAuthorized() const
UpdateChannelRequest & WithContainerFormat(ContainerFormat value)
bool GetInsecureIngest() const
void SetName(NameT &&value)
UpdateChannelRequest & WithType(ChannelType value)
const Aws::String & GetArn() const
void SetRecordingConfigurationArn(RecordingConfigurationArnT &&value)
bool PlaybackRestrictionPolicyArnHasBeenSet() const
UpdateChannelRequest & WithAuthorized(bool value)
UpdateChannelRequest & WithLatencyMode(ChannelLatencyMode value)
UpdateChannelRequest & WithMultitrackInputConfiguration(MultitrackInputConfigurationT &&value)
bool AdConfigurationArnHasBeenSet() const
bool MultitrackInputConfigurationHasBeenSet() const
bool NameHasBeenSet() const
void SetPreset(TranscodePreset value)
bool ArnHasBeenSet() const
const Aws::String & GetPlaybackRestrictionPolicyArn() const
UpdateChannelRequest & WithArn(ArnT &&value)
bool RecordingConfigurationArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateChannelRequest & WithAdConfigurationArn(AdConfigurationArnT &&value)
UpdateChannelRequest & WithRecordingConfigurationArn(RecordingConfigurationArnT &&value)
bool LatencyModeHasBeenSet() const
ChannelLatencyMode GetLatencyMode() const
void SetType(ChannelType value)
ChannelType GetType() const
ContainerFormat GetContainerFormat() const
UpdateChannelRequest & WithPreset(TranscodePreset value)
const Aws::String & GetAdConfigurationArn() const
AWS_IVS_API UpdateChannelRequest()=default
bool ContainerFormatHasBeenSet() const
void SetArn(ArnT &&value)
void SetInsecureIngest(bool value)
void SetPlaybackRestrictionPolicyArn(PlaybackRestrictionPolicyArnT &&value)
const MultitrackInputConfiguration & GetMultitrackInputConfiguration() const
UpdateChannelRequest & WithName(NameT &&value)
bool TypeHasBeenSet() const
void SetContainerFormat(ContainerFormat value)
AWS_IVS_API Aws::String SerializePayload() const override
void SetAdConfigurationArn(AdConfigurationArnT &&value)
UpdateChannelRequest & WithInsecureIngest(bool value)
const Aws::String & GetName() const
bool InsecureIngestHasBeenSet() const
const Aws::String & GetRecordingConfigurationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String