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