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));
61 m_authorizedHasBeenSet =
true;
82 m_containerFormatHasBeenSet =
true;
83 m_containerFormat = value;
99 m_insecureIngestHasBeenSet =
true;
100 m_insecureIngest = value;
117 m_latencyModeHasBeenSet =
true;
118 m_latencyMode = value;
133 template <
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
135 m_multitrackInputConfigurationHasBeenSet =
true;
136 m_multitrackInputConfiguration = std::forward<MultitrackInputConfigurationT>(value);
138 template <
typename MultitrackInputConfigurationT = MultitrackInputConfiguration>
151 template <
typename NameT = Aws::String>
153 m_nameHasBeenSet =
true;
154 m_name = std::forward<NameT>(value);
156 template <
typename NameT = Aws::String>
158 SetName(std::forward<NameT>(value));
171 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
173 m_playbackRestrictionPolicyArnHasBeenSet =
true;
174 m_playbackRestrictionPolicyArn = std::forward<PlaybackRestrictionPolicyArnT>(value);
176 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
195 m_presetHasBeenSet =
true;
212 template <
typename RecordingConfigurationArnT = Aws::String>
214 m_recordingConfigurationArnHasBeenSet =
true;
215 m_recordingConfigurationArn = std::forward<RecordingConfigurationArnT>(value);
217 template <
typename RecordingConfigurationArnT = Aws::String>
235 m_typeHasBeenSet =
true;
246 bool m_authorized{
false};
250 bool m_insecureIngest{
false};
254 MultitrackInputConfiguration m_multitrackInputConfiguration;
265 bool m_arnHasBeenSet =
false;
266 bool m_authorizedHasBeenSet =
false;
267 bool m_containerFormatHasBeenSet =
false;
268 bool m_insecureIngestHasBeenSet =
false;
269 bool m_latencyModeHasBeenSet =
false;
270 bool m_multitrackInputConfigurationHasBeenSet =
false;
271 bool m_nameHasBeenSet =
false;
272 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
273 bool m_presetHasBeenSet =
false;
274 bool m_recordingConfigurationArnHasBeenSet =
false;
275 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