7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/IoTSiteWiseRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename GatewayIdT = Aws::String>
42 void SetGatewayId(GatewayIdT&& value) { m_gatewayIdHasBeenSet =
true; m_gatewayId = std::forward<GatewayIdT>(value); }
43 template<
typename GatewayIdT = Aws::String>
49 bool m_gatewayIdHasBeenSet =
false;
DeleteGatewayRequest & WithGatewayId(GatewayIdT &&value)
const Aws::String & GetGatewayId() const
virtual const char * GetServiceRequestName() const override
AWS_IOTSITEWISE_API DeleteGatewayRequest()=default
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
void SetGatewayId(GatewayIdT &&value)
bool GatewayIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String