7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iotwireless/IoTWirelessRequest.h>
9#include <aws/iotwireless/IoTWireless_EXPORTS.h>
10#include <aws/iotwireless/model/WirelessGatewayIdType.h>
18namespace IoTWireless {
43 template <
typename IdentifierT = Aws::String>
45 m_identifierHasBeenSet =
true;
46 m_identifier = std::forward<IdentifierT>(value);
48 template <
typename IdentifierT = Aws::String>
62 m_identifierTypeHasBeenSet =
true;
63 m_identifierType = value;
74 bool m_identifierHasBeenSet =
false;
75 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