7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ivs-realtime/model/IngestProtocol.h>
10#include <aws/ivs-realtime/model/IngestConfigurationState.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
83 template<
typename StreamKeyT = Aws::String>
84 void SetStreamKey(StreamKeyT&& value) { m_streamKeyHasBeenSet =
true; m_streamKey = std::forward<StreamKeyT>(value); }
85 template<
typename StreamKeyT = Aws::String>
95 template<
typename StageArnT = Aws::String>
96 void SetStageArn(StageArnT&& value) { m_stageArnHasBeenSet =
true; m_stageArn = std::forward<StageArnT>(value); }
97 template<
typename StageArnT = Aws::String>
107 template<
typename ParticipantIdT = Aws::String>
108 void SetParticipantId(ParticipantIdT&& value) { m_participantIdHasBeenSet =
true; m_participantId = std::forward<ParticipantIdT>(value); }
109 template<
typename ParticipantIdT = Aws::String>
135 template<
typename UserIdT = Aws::String>
136 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
137 template<
typename UserIdT = Aws::String>
151 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
152 void SetAttributes(AttributesT&& value) { m_attributesHasBeenSet =
true; m_attributes = std::forward<AttributesT>(value); }
153 template<
typename AttributesT = Aws::Map<Aws::String, Aws::String>>
155 template<
typename AttributesKeyT = Aws::String,
typename AttributesValueT = Aws::String>
157 m_attributesHasBeenSet =
true; m_attributes.emplace(std::forward<AttributesKeyT>(key), std::forward<AttributesValueT>(value));
return *
this;
173 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
174 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
175 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
177 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
179 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
185 bool m_nameHasBeenSet =
false;
188 bool m_arnHasBeenSet =
false;
191 bool m_ingestProtocolHasBeenSet =
false;
194 bool m_streamKeyHasBeenSet =
false;
197 bool m_stageArnHasBeenSet =
false;
200 bool m_participantIdHasBeenSet =
false;
203 bool m_stateHasBeenSet =
false;
206 bool m_userIdHasBeenSet =
false;
209 bool m_attributesHasBeenSet =
false;
212 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