7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
14namespace IoTWireless {
37 template <
typename WirelessGatewayIdT = Aws::String>
39 m_wirelessGatewayIdHasBeenSet =
true;
40 m_wirelessGatewayId = std::forward<WirelessGatewayIdT>(value);
42 template <
typename WirelessGatewayIdT = Aws::String>
50 bool m_wirelessGatewayIdHasBeenSet =
false;
const Aws::String & GetWirelessGatewayId() const
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
AWS_IOTWIRELESS_API GetWirelessGatewayStatisticsRequest()=default
virtual const char * GetServiceRequestName() const override
void SetWirelessGatewayId(WirelessGatewayIdT &&value)
GetWirelessGatewayStatisticsRequest & WithWirelessGatewayId(WirelessGatewayIdT &&value)
bool WirelessGatewayIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String