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); }
57 inline void SetGatewayName(
const char* value) { m_gatewayNameHasBeenSet =
true; m_gatewayName.assign(value); }
65 bool m_gatewayIdHasBeenSet =
false;
68 bool m_gatewayNameHasBeenSet =
false;
void SetGatewayId(const Aws::String &value)
UpdateGatewayRequest & WithGatewayId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
UpdateGatewayRequest & WithGatewayId(const char *value)
void SetGatewayId(const char *value)
UpdateGatewayRequest & WithGatewayName(Aws::String &&value)
AWS_IOTSITEWISE_API UpdateGatewayRequest()
void SetGatewayName(const char *value)
bool GatewayNameHasBeenSet() const
const Aws::String & GetGatewayId() const
void SetGatewayName(const Aws::String &value)
UpdateGatewayRequest & WithGatewayId(const Aws::String &value)
bool GatewayIdHasBeenSet() const
void SetGatewayName(Aws::String &&value)
void SetGatewayId(Aws::String &&value)
const Aws::String & GetGatewayName() const
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
UpdateGatewayRequest & WithGatewayName(const char *value)
UpdateGatewayRequest & WithGatewayName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String