7#include <aws/apigatewaymanagementapi/ApiGatewayManagementApi_EXPORTS.h>
8#include <aws/apigatewaymanagementapi/ApiGatewayManagementApiRequest.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace ApiGatewayManagementApi
40 template<
typename ConnectionIdT = Aws::String>
41 void SetConnectionId(ConnectionIdT&& value) { m_connectionIdHasBeenSet =
true; m_connectionId = std::forward<ConnectionIdT>(value); }
42 template<
typename ConnectionIdT = Aws::String>
49 bool m_connectionIdHasBeenSet =
false;
PostToConnectionRequest & WithConnectionId(ConnectionIdT &&value)
AWS_APIGATEWAYMANAGEMENTAPI_API PostToConnectionRequest()=default
bool ConnectionIdHasBeenSet() const
void SetConnectionId(ConnectionIdT &&value)
const Aws::String & GetConnectionId() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String