7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/ivs-realtime/model/ParticipantToken.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ParticipantTokenT = ParticipantToken>
42 void SetParticipantToken(ParticipantTokenT&& value) { m_participantTokenHasBeenSet =
true; m_participantToken = std::forward<ParticipantTokenT>(value); }
43 template<
typename ParticipantTokenT = ParticipantToken>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_participantTokenHasBeenSet =
false;
61 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