7#include <aws/apigatewaymanagementapi/ApiGatewayManagementApiRequest.h>
8#include <aws/apigatewaymanagementapi/ApiGatewayManagementApi_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayManagementApi {
35 template <
typename ConnectionIdT = Aws::String>
37 m_connectionIdHasBeenSet =
true;
38 m_connectionId = std::forward<ConnectionIdT>(value);
40 template <
typename ConnectionIdT = Aws::String>
48 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