7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.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/TranscodePreset.h>
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
83 m_latencyModeHasBeenSet =
true;
84 m_latencyMode = value;
100 m_authorizedHasBeenSet =
true;
101 m_authorized = value;
116 template <
typename RecordingConfigurationArnT = Aws::String>
118 m_recordingConfigurationArnHasBeenSet =
true;
119 m_recordingConfigurationArn = std::forward<RecordingConfigurationArnT>(value);
121 template <
typename RecordingConfigurationArnT = Aws::String>
140 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
142 m_tagsHasBeenSet =
true;
143 m_tags = std::forward<TagsT>(value);
145 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
147 SetTags(std::forward<TagsT>(value));
150 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
152 m_tagsHasBeenSet =
true;
153 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
166 m_insecureIngestHasBeenSet =
true;
167 m_insecureIngest = value;
186 m_typeHasBeenSet =
true;
207 m_presetHasBeenSet =
true;
224 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
226 m_playbackRestrictionPolicyArnHasBeenSet =
true;
227 m_playbackRestrictionPolicyArn = std::forward<PlaybackRestrictionPolicyArnT>(value);
229 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
242 template <
typename AdConfigurationArnT = Aws::String>
244 m_adConfigurationArnHasBeenSet =
true;
245 m_adConfigurationArn = std::forward<AdConfigurationArnT>(value);
247 template <
typename AdConfigurationArnT = Aws::String>
260 bool m_authorized{
false};
266 bool m_insecureIngest{
false};
275 bool m_arnHasBeenSet =
false;
276 bool m_nameHasBeenSet =
false;
277 bool m_latencyModeHasBeenSet =
false;
278 bool m_authorizedHasBeenSet =
false;
279 bool m_recordingConfigurationArnHasBeenSet =
false;
280 bool m_tagsHasBeenSet =
false;
281 bool m_insecureIngestHasBeenSet =
false;
282 bool m_typeHasBeenSet =
false;
283 bool m_presetHasBeenSet =
false;
284 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
285 bool m_adConfigurationArnHasBeenSet =
false;
TranscodePreset GetPreset() const
bool PlaybackRestrictionPolicyArnHasBeenSet() const
void SetRecordingConfigurationArn(RecordingConfigurationArnT &&value)
void SetPreset(TranscodePreset value)
bool AuthorizedHasBeenSet() const
AWS_IVS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAdConfigurationArn() const
bool TagsHasBeenSet() const
const Aws::String & GetArn() const
bool GetAuthorized() const
ChannelSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_IVS_API ChannelSummary(Aws::Utils::Json::JsonView jsonValue)
ChannelSummary & WithArn(ArnT &&value)
ChannelSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
bool TypeHasBeenSet() const
void SetLatencyMode(ChannelLatencyMode value)
ChannelSummary & WithPlaybackRestrictionPolicyArn(PlaybackRestrictionPolicyArnT &&value)
ChannelSummary & WithInsecureIngest(bool value)
bool LatencyModeHasBeenSet() const
ChannelSummary & WithAdConfigurationArn(AdConfigurationArnT &&value)
ChannelSummary & WithRecordingConfigurationArn(RecordingConfigurationArnT &&value)
void SetType(ChannelType value)
AWS_IVS_API ChannelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ChannelSummary & WithPreset(TranscodePreset value)
ChannelType GetType() const
void SetAuthorized(bool value)
ChannelSummary & WithType(ChannelType value)
ChannelSummary & WithAuthorized(bool value)
bool AdConfigurationArnHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
void SetInsecureIngest(bool value)
const Aws::String & GetRecordingConfigurationArn() const
const Aws::String & GetName() const
void SetPlaybackRestrictionPolicyArn(PlaybackRestrictionPolicyArnT &&value)
ChannelSummary & WithTags(TagsT &&value)
bool PresetHasBeenSet() const
void SetName(NameT &&value)
ChannelLatencyMode GetLatencyMode() const
bool GetInsecureIngest() const
bool ArnHasBeenSet() const
ChannelSummary & WithLatencyMode(ChannelLatencyMode value)
AWS_IVS_API ChannelSummary()=default
void SetAdConfigurationArn(AdConfigurationArnT &&value)
bool RecordingConfigurationArnHasBeenSet() const
void SetArn(ArnT &&value)
const Aws::String & GetPlaybackRestrictionPolicyArn() const
bool InsecureIngestHasBeenSet() const
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