7#include <aws/connectparticipant/ConnectParticipant_EXPORTS.h>
8#include <aws/connectparticipant/model/Websocket.h>
9#include <aws/connectparticipant/model/ConnectionCredentials.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace ConnectParticipant
42 template<
typename WebsocketT = Websocket>
43 void SetWebsocket(WebsocketT&& value) { m_websocketHasBeenSet =
true; m_websocket = std::forward<WebsocketT>(value); }
44 template<
typename WebsocketT = Websocket>
54 template<
typename ConnectionCredentialsT = ConnectionCredentials>
55 void SetConnectionCredentials(ConnectionCredentialsT&& value) { m_connectionCredentialsHasBeenSet =
true; m_connectionCredentials = std::forward<ConnectionCredentialsT>(value); }
56 template<
typename ConnectionCredentialsT = ConnectionCredentials>
63 template<
typename RequestIdT = Aws::String>
64 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
65 template<
typename RequestIdT = Aws::String>
71 bool m_websocketHasBeenSet =
false;
74 bool m_connectionCredentialsHasBeenSet =
false;
77 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetWebsocket(WebsocketT &&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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue