7#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
8#include <aws/ivs-realtime/model/Participant.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename ParticipantT = Participant>
42 void SetParticipant(ParticipantT&& value) { m_participantHasBeenSet =
true; m_participant = std::forward<ParticipantT>(value); }
43 template<
typename ParticipantT = Participant>
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_participantHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_IVSREALTIME_API GetParticipantResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IVSREALTIME_API GetParticipantResult()=default
const Aws::String & GetRequestId() const
const Participant & GetParticipant() const
GetParticipantResult & WithRequestId(RequestIdT &&value)
AWS_IVSREALTIME_API GetParticipantResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetParticipant(ParticipantT &&value)
GetParticipantResult & WithParticipant(ParticipantT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue