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>
53 template<
typename GatewayNameT = Aws::String>
54 void SetGatewayName(GatewayNameT&& value) { m_gatewayNameHasBeenSet =
true; m_gatewayName = std::forward<GatewayNameT>(value); }
55 template<
typename GatewayNameT = Aws::String>
61 bool m_gatewayIdHasBeenSet =
false;
64 bool m_gatewayNameHasBeenSet =
false;
UpdateGatewayRequest & WithGatewayName(GatewayNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_IOTSITEWISE_API UpdateGatewayRequest()=default
bool GatewayNameHasBeenSet() const
const Aws::String & GetGatewayId() const
bool GatewayIdHasBeenSet() const
void SetGatewayName(GatewayNameT &&value)
const Aws::String & GetGatewayName() const
AWS_IOTSITEWISE_API Aws::String SerializePayload() const override
UpdateGatewayRequest & WithGatewayId(GatewayIdT &&value)
void SetGatewayId(GatewayIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String