7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/ConnectionCredentials.h>
9#include <aws/connectparticipant/model/WebRTCConnection.h>
10#include <aws/connectparticipant/model/Websocket.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ConnectParticipant {
38 template <
typename WebsocketT = Websocket>
40 m_websocketHasBeenSet =
true;
41 m_websocket = std::forward<WebsocketT>(value);
43 template <
typename WebsocketT = Websocket>
56 template <
typename ConnectionCredentialsT = ConnectionCredentials>
58 m_connectionCredentialsHasBeenSet =
true;
59 m_connectionCredentials = std::forward<ConnectionCredentialsT>(value);
61 template <
typename ConnectionCredentialsT = ConnectionCredentials>
74 template <
typename WebRTCConnectionT = WebRTCConnection>
76 m_webRTCConnectionHasBeenSet =
true;
77 m_webRTCConnection = std::forward<WebRTCConnectionT>(value);
79 template <
typename WebRTCConnectionT = WebRTCConnection>
89 template <
typename RequestIdT = Aws::String>
91 m_requestIdHasBeenSet =
true;
92 m_requestId = std::forward<RequestIdT>(value);
94 template <
typename RequestIdT = Aws::String>
102 bool m_websocketHasBeenSet =
false;
105 bool m_connectionCredentialsHasBeenSet =
false;
108 bool m_webRTCConnectionHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
CreateParticipantConnectionResult & WithWebRTCConnection(WebRTCConnectionT &&value)
void SetRequestId(RequestIdT &&value)
void SetWebsocket(WebsocketT &&value)
void SetWebRTCConnection(WebRTCConnectionT &&value)
const Aws::String & GetRequestId() const
const ConnectionCredentials & GetConnectionCredentials() const
const Websocket & GetWebsocket() const
AWS_CONNECTPARTICIPANT_API CreateParticipantConnectionResult()=default
void SetConnectionCredentials(ConnectionCredentialsT &&value)
AWS_CONNECTPARTICIPANT_API CreateParticipantConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateParticipantConnectionResult & WithRequestId(RequestIdT &&value)
AWS_CONNECTPARTICIPANT_API CreateParticipantConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateParticipantConnectionResult & WithConnectionCredentials(ConnectionCredentialsT &&value)
CreateParticipantConnectionResult & WithWebsocket(WebsocketT &&value)
const WebRTCConnection & GetWebRTCConnection() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue