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
65 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
CreateParticipantConnectionResult & WithConnectionCredentials(const ConnectionCredentials &value)
void SetWebsocket(Websocket &&value)
void SetRequestId(const char *value)
void SetConnectionCredentials(ConnectionCredentials &&value)
CreateParticipantConnectionResult & WithRequestId(const char *value)
CreateParticipantConnectionResult & WithWebsocket(Websocket &&value)
void SetRequestId(const Aws::String &value)
CreateParticipantConnectionResult & WithRequestId(const Aws::String &value)
void SetRequestId(Aws::String &&value)
void SetConnectionCredentials(const ConnectionCredentials &value)
CreateParticipantConnectionResult & WithRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
const ConnectionCredentials & GetConnectionCredentials() const
CreateParticipantConnectionResult & WithConnectionCredentials(ConnectionCredentials &&value)
const Websocket & GetWebsocket() const
AWS_CONNECTPARTICIPANT_API CreateParticipantConnectionResult()
AWS_CONNECTPARTICIPANT_API CreateParticipantConnectionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECTPARTICIPANT_API CreateParticipantConnectionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetWebsocket(const Websocket &value)
CreateParticipantConnectionResult & WithWebsocket(const Websocket &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue