7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
10#include <aws/ivs-realtime/model/IngestConfigurationState.h>
11#include <aws/ivs-realtime/model/IngestProtocol.h>
22namespace ivsrealtime {
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename ArnT = Aws::String>
63 m_arnHasBeenSet =
true;
64 m_arn = std::forward<ArnT>(value);
66 template <
typename ArnT = Aws::String>
68 SetArn(std::forward<ArnT>(value));
80 m_ingestProtocolHasBeenSet =
true;
81 m_ingestProtocol = value;
95 template <
typename StreamKeyT = Aws::String>
97 m_streamKeyHasBeenSet =
true;
98 m_streamKey = std::forward<StreamKeyT>(value);
100 template <
typename StreamKeyT = Aws::String>
113 template <
typename StageArnT = Aws::String>
115 m_stageArnHasBeenSet =
true;
116 m_stageArn = std::forward<StageArnT>(value);
118 template <
typename StageArnT = Aws::String>
131 template <
typename ParticipantIdT = Aws::String>
133 m_participantIdHasBeenSet =
true;
134 m_participantId = std::forward<ParticipantIdT>(value);
136 template <
typename ParticipantIdT = Aws::String>
152 m_stateHasBeenSet =
true;
171 template <
typename UserIdT = Aws::String>
173 m_userIdHasBeenSet =
true;
174 m_userId = std::forward<UserIdT>(value);
176 template <
typename UserIdT = Aws::String>
193 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
195 m_attributesHasBeenSet =
true;
196 m_attributes = std::forward<AttributesT>(value);
198 template <
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
203 template <
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
205 m_attributesHasBeenSet =
true;
206 m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
223 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
225 m_tagsHasBeenSet =
true;
226 m_tags = std::forward<TagsT>(value);
228 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
230 SetTags(std::forward<TagsT>(value));
233 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
235 m_tagsHasBeenSet =
true;
236 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
260 bool m_nameHasBeenSet =
false;
261 bool m_arnHasBeenSet =
false;
262 bool m_ingestProtocolHasBeenSet =
false;
263 bool m_streamKeyHasBeenSet =
false;
264 bool m_stageArnHasBeenSet =
false;
265 bool m_participantIdHasBeenSet =
false;
266 bool m_stateHasBeenSet =
false;
267 bool m_userIdHasBeenSet =
false;
268 bool m_attributesHasBeenSet =
false;
269 bool m_tagsHasBeenSet =
false;
bool IngestProtocolHasBeenSet() const
IngestConfiguration & WithArn(ArnT &&value)
IngestConfiguration & WithName(NameT &&value)
bool AttributesHasBeenSet() const
bool StateHasBeenSet() const
IngestConfigurationState GetState() const
void SetStreamKey(StreamKeyT &&value)
void SetTags(TagsT &&value)
IngestConfiguration & WithParticipantId(ParticipantIdT &&value)
const Aws::String & GetArn() const
IngestConfiguration & WithStageArn(StageArnT &&value)
void SetUserId(UserIdT &&value)
void SetIngestProtocol(IngestProtocol value)
void SetName(NameT &&value)
bool TagsHasBeenSet() const
IngestConfiguration & WithStreamKey(StreamKeyT &&value)
IngestProtocol GetIngestProtocol() const
const Aws::String & GetParticipantId() const
void SetArn(ArnT &&value)
AWS_IVSREALTIME_API IngestConfiguration()=default
bool ArnHasBeenSet() const
bool UserIdHasBeenSet() const
bool ParticipantIdHasBeenSet() const
AWS_IVSREALTIME_API IngestConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool StageArnHasBeenSet() const
void SetAttributes(AttributesT &&value)
void SetStageArn(StageArnT &&value)
const Aws::String & GetStreamKey() const
bool StreamKeyHasBeenSet() const
IngestConfiguration & WithUserId(UserIdT &&value)
IngestConfiguration & WithIngestProtocol(IngestProtocol value)
void SetState(IngestConfigurationState value)
IngestConfiguration & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool NameHasBeenSet() const
IngestConfiguration & WithAttributes(AttributesT &&value)
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUserId() const
IngestConfiguration & WithState(IngestConfigurationState value)
AWS_IVSREALTIME_API IngestConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetParticipantId(ParticipantIdT &&value)
const Aws::String & GetStageArn() const
IngestConfiguration & WithTags(TagsT &&value)
IngestConfiguration & AddAttributes(AttributesKeyT &&key, AttributesValueT &&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