7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
19namespace ivsrealtime {
41 template <
typename ParticipantIdT = Aws::String>
43 m_participantIdHasBeenSet =
true;
44 m_participantId = std::forward<ParticipantIdT>(value);
46 template <
typename ParticipantIdT = Aws::String>
59 template <
typename StreamKeyT = Aws::String>
61 m_streamKeyHasBeenSet =
true;
62 m_streamKey = std::forward<StreamKeyT>(value);
64 template <
typename StreamKeyT = Aws::String>
74 bool m_participantIdHasBeenSet =
false;
75 bool m_streamKeyHasBeenSet =
false;
bool StreamKeyHasBeenSet() const
bool ParticipantIdHasBeenSet() const
const Aws::String & GetStreamKey() const
void SetParticipantId(ParticipantIdT &&value)
void SetStreamKey(StreamKeyT &&value)
RedundantIngestCredential & WithParticipantId(ParticipantIdT &&value)
AWS_IVSREALTIME_API RedundantIngestCredential(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetParticipantId() const
AWS_IVSREALTIME_API RedundantIngestCredential & operator=(Aws::Utils::Json::JsonView jsonValue)
RedundantIngestCredential & WithStreamKey(StreamKeyT &&value)
AWS_IVSREALTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IVSREALTIME_API RedundantIngestCredential()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue