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