7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivs-realtime/Ivsrealtime_EXPORTS.h>
9#include <aws/ivs-realtime/model/Participant.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ivsrealtime {
35 template <
typename ParticipantT = Participant>
37 m_participantHasBeenSet =
true;
38 m_participant = std::forward<ParticipantT>(value);
40 template <
typename ParticipantT = Participant>
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_participantHasBeenSet =
false;
66 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