7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetWirelessGatewayId(
const char* value) { m_wirelessGatewayIdHasBeenSet =
true; m_wirelessGatewayId.assign(value); }
51 bool m_wirelessGatewayIdHasBeenSet =
false;
void SetWirelessGatewayId(const Aws::String &value)
AWS_IOTWIRELESS_API GetWirelessGatewayStatisticsRequest()
const Aws::String & GetWirelessGatewayId() const
GetWirelessGatewayStatisticsRequest & WithWirelessGatewayId(const Aws::String &value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
void SetWirelessGatewayId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
GetWirelessGatewayStatisticsRequest & WithWirelessGatewayId(const char *value)
void SetWirelessGatewayId(const char *value)
GetWirelessGatewayStatisticsRequest & WithWirelessGatewayId(Aws::String &&value)
bool WirelessGatewayIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String