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/http/HttpResponse.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ConnectParticipant {
39 template <
typename WebsocketT = Websocket>
41 m_websocketHasBeenSet =
true;
42 m_websocket = std::forward<WebsocketT>(value);
44 template <
typename WebsocketT = Websocket>
57 template <
typename ConnectionCredentialsT = ConnectionCredentials>
59 m_connectionCredentialsHasBeenSet =
true;
60 m_connectionCredentials = std::forward<ConnectionCredentialsT>(value);
62 template <
typename ConnectionCredentialsT = ConnectionCredentials>
75 template <
typename WebRTCConnectionT = WebRTCConnection>
77 m_webRTCConnectionHasBeenSet =
true;
78 m_webRTCConnection = std::forward<WebRTCConnectionT>(value);
80 template <
typename WebRTCConnectionT = WebRTCConnection>
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
112 bool m_websocketHasBeenSet =
false;
113 bool m_connectionCredentialsHasBeenSet =
false;
114 bool m_webRTCConnectionHasBeenSet =
false;
115 bool m_requestIdHasBeenSet =
false;
CreateParticipantConnectionResult & WithWebRTCConnection(WebRTCConnectionT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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