7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/ivs/IVSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivs/model/ContainerFormat.h>
11#include <aws/ivs/model/ChannelLatencyMode.h>
12#include <aws/ivs/model/MultitrackInputConfiguration.h>
13#include <aws/ivs/model/TranscodePreset.h>
14#include <aws/ivs/model/ChannelType.h>
46 template<
typename ArnT = Aws::String>
47 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
48 template<
typename ArnT = Aws::String>
58 inline void SetAuthorized(
bool value) { m_authorizedHasBeenSet =
true; m_authorized = value; }
84 inline void SetInsecureIngest(
bool value) { m_insecureIngestHasBeenSet =
true; m_insecureIngest = value; }
107 template<
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
108 void SetMultitrackInputConfiguration(MultitrackInputConfigurationT&& value) { m_multitrackInputConfigurationHasBeenSet =
true; m_multitrackInputConfiguration = std::forward<MultitrackInputConfigurationT>(value); }
109 template<
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
119 template<
typename NameT = Aws::String>
120 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
121 template<
typename NameT = Aws::String>
133 template<
typename PlaybackRestrictionPolicyArnT = Aws::String>
134 void SetPlaybackRestrictionPolicyArn(PlaybackRestrictionPolicyArnT&& value) { m_playbackRestrictionPolicyArnHasBeenSet =
true; m_playbackRestrictionPolicyArn = std::forward<PlaybackRestrictionPolicyArnT>(value); }
135 template<
typename PlaybackRestrictionPolicyArnT = Aws::String>
162 template<
typename RecordingConfigurationArnT = Aws::String>
163 void SetRecordingConfigurationArn(RecordingConfigurationArnT&& value) { m_recordingConfigurationArnHasBeenSet =
true; m_recordingConfigurationArn = std::forward<RecordingConfigurationArnT>(value); }
164 template<
typename RecordingConfigurationArnT = Aws::String>
184 bool m_arnHasBeenSet =
false;
186 bool m_authorized{
false};
187 bool m_authorizedHasBeenSet =
false;
190 bool m_containerFormatHasBeenSet =
false;
192 bool m_insecureIngest{
false};
193 bool m_insecureIngestHasBeenSet =
false;
196 bool m_latencyModeHasBeenSet =
false;
198 MultitrackInputConfiguration m_multitrackInputConfiguration;
199 bool m_multitrackInputConfigurationHasBeenSet =
false;
202 bool m_nameHasBeenSet =
false;
205 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
208 bool m_presetHasBeenSet =
false;
211 bool m_recordingConfigurationArnHasBeenSet =
false;
214 bool m_typeHasBeenSet =
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 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 & WithRecordingConfigurationArn(RecordingConfigurationArnT &&value)
bool LatencyModeHasBeenSet() const
ChannelLatencyMode GetLatencyMode() const
void SetType(ChannelType value)
ChannelType GetType() const
ContainerFormat GetContainerFormat() const
UpdateChannelRequest & WithPreset(TranscodePreset value)
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
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