7#include <aws/ivs/IVS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs/model/ChannelLatencyMode.h>
10#include <aws/ivs/model/TranscodePreset.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/ivs/model/ChannelType.h>
51 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
52 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
65 inline void SetAuthorized(
bool value) { m_authorizedHasBeenSet =
true; m_authorized = value; }
76 inline void SetInsecureIngest(
bool value) { m_insecureIngestHasBeenSet =
true; m_insecureIngest = value; }
102 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
150 inline void SetRecordingConfigurationArn(
const char* value) { m_recordingConfigurationArnHasBeenSet =
true; m_recordingConfigurationArn.assign(value); }
178 inline ChannelSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
199 bool m_arnHasBeenSet =
false;
202 bool m_authorizedHasBeenSet =
false;
204 bool m_insecureIngest;
205 bool m_insecureIngestHasBeenSet =
false;
208 bool m_latencyModeHasBeenSet =
false;
211 bool m_nameHasBeenSet =
false;
214 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
217 bool m_presetHasBeenSet =
false;
220 bool m_recordingConfigurationArnHasBeenSet =
false;
223 bool m_tagsHasBeenSet =
false;
226 bool m_typeHasBeenSet =
false;
ChannelSummary & WithArn(const Aws::String &value)
bool PlaybackRestrictionPolicyArnHasBeenSet() const
ChannelSummary & WithLatencyMode(const ChannelLatencyMode &value)
ChannelSummary & WithRecordingConfigurationArn(Aws::String &&value)
void SetType(const ChannelType &value)
const ChannelLatencyMode & GetLatencyMode() const
bool AuthorizedHasBeenSet() const
void SetName(const Aws::String &value)
ChannelSummary & AddTags(const Aws::String &key, Aws::String &&value)
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
ChannelSummary & WithPlaybackRestrictionPolicyArn(const Aws::String &value)
void SetType(ChannelType &&value)
bool TagsHasBeenSet() const
ChannelSummary & AddTags(Aws::String &&key, const Aws::String &value)
const Aws::String & GetArn() const
bool GetAuthorized() const
const TranscodePreset & GetPreset() const
ChannelSummary & WithArn(Aws::String &&value)
AWS_IVS_API ChannelSummary(Aws::Utils::Json::JsonView jsonValue)
ChannelSummary & WithRecordingConfigurationArn(const Aws::String &value)
ChannelSummary & WithType(ChannelType &&value)
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
ChannelSummary & WithInsecureIngest(bool value)
bool LatencyModeHasBeenSet() const
ChannelSummary & WithArn(const char *value)
ChannelSummary & WithLatencyMode(ChannelLatencyMode &&value)
void SetPlaybackRestrictionPolicyArn(const Aws::String &value)
ChannelSummary & WithRecordingConfigurationArn(const char *value)
const ChannelType & GetType() const
ChannelSummary & WithType(const ChannelType &value)
ChannelSummary & WithPlaybackRestrictionPolicyArn(const char *value)
void SetName(const char *value)
ChannelSummary & AddTags(Aws::String &&key, const char *value)
ChannelSummary & WithName(const Aws::String &value)
AWS_IVS_API ChannelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPreset(const TranscodePreset &value)
void SetAuthorized(bool value)
ChannelSummary & WithPreset(const TranscodePreset &value)
void SetRecordingConfigurationArn(Aws::String &&value)
void SetArn(const Aws::String &value)
ChannelSummary & WithAuthorized(bool value)
void SetPreset(TranscodePreset &&value)
ChannelSummary & AddTags(const char *key, const char *value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
ChannelSummary & WithName(const char *value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetArn(const char *value)
ChannelSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetPlaybackRestrictionPolicyArn(Aws::String &&value)
void SetInsecureIngest(bool value)
const Aws::String & GetRecordingConfigurationArn() const
const Aws::String & GetName() const
void SetArn(Aws::String &&value)
AWS_IVS_API ChannelSummary()
ChannelSummary & AddTags(const Aws::String &key, const Aws::String &value)
bool PresetHasBeenSet() const
ChannelSummary & WithPreset(TranscodePreset &&value)
void SetName(Aws::String &&value)
bool GetInsecureIngest() const
bool ArnHasBeenSet() const
ChannelSummary & WithName(Aws::String &&value)
void SetLatencyMode(const ChannelLatencyMode &value)
ChannelSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
bool RecordingConfigurationArnHasBeenSet() const
ChannelSummary & WithPlaybackRestrictionPolicyArn(Aws::String &&value)
const Aws::String & GetPlaybackRestrictionPolicyArn() const
void SetRecordingConfigurationArn(const Aws::String &value)
bool InsecureIngestHasBeenSet() const
void SetPlaybackRestrictionPolicyArn(const char *value)
void SetRecordingConfigurationArn(const char *value)
void SetLatencyMode(ChannelLatencyMode &&value)
ChannelSummary & AddTags(const char *key, Aws::String &&value)
ChannelSummary & AddTags(Aws::String &&key, Aws::String &&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
Aws::Utils::Json::JsonValue JsonValue