7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
9#include <aws/ivs-realtime/model/ParticipantToken.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ivsrealtime {
35 template <
typename ParticipantTokenT = ParticipantToken>
37 m_participantTokenHasBeenSet =
true;
38 m_participantToken = std::forward<ParticipantTokenT>(value);
40 template <
typename ParticipantTokenT = ParticipantToken>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_participantTokenHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
CreateParticipantTokenResult & WithRequestId(RequestIdT &&value)
const ParticipantToken & GetParticipantToken() const
void SetRequestId(RequestIdT &&value)
void SetParticipantToken(ParticipantTokenT &&value)
CreateParticipantTokenResult & WithParticipantToken(ParticipantTokenT &&value)
AWS_IVSREALTIME_API CreateParticipantTokenResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IVSREALTIME_API CreateParticipantTokenResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_IVSREALTIME_API CreateParticipantTokenResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue