7#include <aws/iotwireless/IoTWireless_EXPORTS.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotwireless/model/WirelessGatewayIdType.h>
50 inline void SetIdentifier(
const char* value) { m_identifierHasBeenSet =
true; m_identifier.assign(value); }
70 bool m_identifierHasBeenSet =
false;
73 bool m_identifierTypeHasBeenSet =
false;
GetWirelessGatewayRequest & WithIdentifier(Aws::String &&value)
void SetIdentifierType(const WirelessGatewayIdType &value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
GetWirelessGatewayRequest & WithIdentifier(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_IOTWIRELESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetIdentifier(const Aws::String &value)
bool IdentifierTypeHasBeenSet() const
AWS_IOTWIRELESS_API GetWirelessGatewayRequest()
void SetIdentifierType(WirelessGatewayIdType &&value)
void SetIdentifier(const char *value)
GetWirelessGatewayRequest & WithIdentifierType(const WirelessGatewayIdType &value)
const WirelessGatewayIdType & GetIdentifierType() const
bool IdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
void SetIdentifier(Aws::String &&value)
GetWirelessGatewayRequest & WithIdentifierType(WirelessGatewayIdType &&value)
GetWirelessGatewayRequest & WithIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String