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>
48 template<
typename IdentifierT = Aws::String>
49 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
50 template<
typename IdentifierT = Aws::String>
66 bool m_identifierHasBeenSet =
false;
69 bool m_identifierTypeHasBeenSet =
false;
GetWirelessGatewayRequest & WithIdentifierType(WirelessGatewayIdType value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetIdentifierType(WirelessGatewayIdType value)
AWS_IOTWIRELESS_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool IdentifierTypeHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
AWS_IOTWIRELESS_API GetWirelessGatewayRequest()=default
bool IdentifierHasBeenSet() const
const Aws::String & GetIdentifier() const
WirelessGatewayIdType GetIdentifierType() const
GetWirelessGatewayRequest & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String