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));
64 m_authorizedHasBeenSet =
true;
81 m_insecureIngestHasBeenSet =
true;
82 m_insecureIngest = value;
99 m_latencyModeHasBeenSet =
true;
100 m_latencyMode = value;
114 template <
typename NameT = Aws::String>
116 m_nameHasBeenSet =
true;
117 m_name = std::forward<NameT>(value);
119 template <
typename NameT = Aws::String>
121 SetName(std::forward<NameT>(value));
134 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
136 m_playbackRestrictionPolicyArnHasBeenSet =
true;
137 m_playbackRestrictionPolicyArn = std::forward<PlaybackRestrictionPolicyArnT>(value);
139 template <
typename PlaybackRestrictionPolicyArnT = Aws::String>
158 m_presetHasBeenSet =
true;
174 template <
typename RecordingConfigurationArnT = Aws::String>
176 m_recordingConfigurationArnHasBeenSet =
true;
177 m_recordingConfigurationArn = std::forward<RecordingConfigurationArnT>(value);
179 template <
typename RecordingConfigurationArnT = Aws::String>
198 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
200 m_tagsHasBeenSet =
true;
201 m_tags = std::forward<TagsT>(value);
203 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
205 SetTags(std::forward<TagsT>(value));
208 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
210 m_tagsHasBeenSet =
true;
211 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
227 m_typeHasBeenSet =
true;
238 bool m_authorized{
false};
240 bool m_insecureIngest{
false};
255 bool m_arnHasBeenSet =
false;
256 bool m_authorizedHasBeenSet =
false;
257 bool m_insecureIngestHasBeenSet =
false;
258 bool m_latencyModeHasBeenSet =
false;
259 bool m_nameHasBeenSet =
false;
260 bool m_playbackRestrictionPolicyArnHasBeenSet =
false;
261 bool m_presetHasBeenSet =
false;
262 bool m_recordingConfigurationArnHasBeenSet =
false;
263 bool m_tagsHasBeenSet =
false;
264 bool m_typeHasBeenSet =
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
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 & 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)
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
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