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/ChannelLatencyMode.h>
11#include <aws/ivs/model/TranscodePreset.h>
12#include <aws/ivs/model/ChannelType.h>
45 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
46 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
58 inline void SetAuthorized(
bool value) { m_authorizedHasBeenSet =
true; m_authorized = value; }
69 inline void SetInsecureIngest(
bool value) { m_insecureIngestHasBeenSet =
true; m_insecureIngest = value; }
95 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
144 inline void SetRecordingConfigurationArn(
const char* value) { m_recordingConfigurationArnHasBeenSet =
true; m_recordingConfigurationArn.assign(value); }
168 bool m_arnHasBeenSet =
false;
171 bool m_authorizedHasBeenSet =
false;
173 bool m_insecureIngest;
174 bool m_insecureIngestHasBeenSet =
false;
177 bool m_latencyModeHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
183 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
186 bool m_presetHasBeenSet =
false;
189 bool m_recordingConfigurationArnHasBeenSet =
false;
192 bool m_typeHasBeenSet =
false;
void SetName(const char *value)
void SetAuthorized(bool value)
bool AuthorizedHasBeenSet() const
void SetType(ChannelType &&value)
bool PresetHasBeenSet() const
bool GetAuthorized() const
bool GetInsecureIngest() const
UpdateChannelRequest & WithPlaybackRestrictionPolicyArn(Aws::String &&value)
UpdateChannelRequest & WithName(const Aws::String &value)
UpdateChannelRequest & WithRecordingConfigurationArn(const char *value)
const TranscodePreset & GetPreset() const
const Aws::String & GetArn() const
bool PlaybackRestrictionPolicyArnHasBeenSet() const
UpdateChannelRequest & WithAuthorized(bool value)
void SetRecordingConfigurationArn(const Aws::String &value)
void SetLatencyMode(ChannelLatencyMode &&value)
UpdateChannelRequest & WithPreset(const TranscodePreset &value)
void SetPreset(const TranscodePreset &value)
bool NameHasBeenSet() const
bool ArnHasBeenSet() const
void SetPlaybackRestrictionPolicyArn(const char *value)
UpdateChannelRequest & WithArn(const Aws::String &value)
UpdateChannelRequest & WithLatencyMode(const ChannelLatencyMode &value)
UpdateChannelRequest & WithName(const char *value)
UpdateChannelRequest & WithRecordingConfigurationArn(Aws::String &&value)
const Aws::String & GetPlaybackRestrictionPolicyArn() const
bool RecordingConfigurationArnHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const ChannelType & GetType() const
void SetPreset(TranscodePreset &&value)
const ChannelLatencyMode & GetLatencyMode() const
AWS_IVS_API UpdateChannelRequest()
bool LatencyModeHasBeenSet() const
UpdateChannelRequest & WithPreset(TranscodePreset &&value)
void SetName(Aws::String &&value)
void SetRecordingConfigurationArn(const char *value)
UpdateChannelRequest & WithArn(Aws::String &&value)
UpdateChannelRequest & WithType(const ChannelType &value)
UpdateChannelRequest & WithPlaybackRestrictionPolicyArn(const Aws::String &value)
UpdateChannelRequest & WithRecordingConfigurationArn(const Aws::String &value)
void SetArn(Aws::String &&value)
UpdateChannelRequest & WithName(Aws::String &&value)
UpdateChannelRequest & WithLatencyMode(ChannelLatencyMode &&value)
UpdateChannelRequest & WithType(ChannelType &&value)
void SetInsecureIngest(bool value)
UpdateChannelRequest & WithArn(const char *value)
void SetLatencyMode(const ChannelLatencyMode &value)
bool TypeHasBeenSet() const
void SetPlaybackRestrictionPolicyArn(const Aws::String &value)
AWS_IVS_API Aws::String SerializePayload() const override
UpdateChannelRequest & WithInsecureIngest(bool value)
const Aws::String & GetName() const
void SetRecordingConfigurationArn(Aws::String &&value)
void SetPlaybackRestrictionPolicyArn(Aws::String &&value)
void SetArn(const char *value)
bool InsecureIngestHasBeenSet() const
void SetArn(const Aws::String &value)
void SetType(const ChannelType &value)
void SetName(const Aws::String &value)
UpdateChannelRequest & WithPlaybackRestrictionPolicyArn(const char *value)
const Aws::String & GetRecordingConfigurationArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String