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/core/utils/memory/stl/AWSVector.h>
43 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
44 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
58 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
72 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
109 inline void SetMaxEirp(
double value) { m_maxEirpHasBeenSet =
true; m_maxEirp = value; }
115 bool m_idHasBeenSet =
false;
118 bool m_nameHasBeenSet =
false;
121 bool m_descriptionHasBeenSet =
false;
124 bool m_joinEuiFiltersHasBeenSet =
false;
127 bool m_netIdFiltersHasBeenSet =
false;
130 bool m_maxEirpHasBeenSet =
false;
UpdateWirelessGatewayRequest & WithMaxEirp(double value)
double GetMaxEirp() const
bool IdHasBeenSet() const
const Aws::String & GetDescription() const
UpdateWirelessGatewayRequest & WithJoinEuiFilters(Aws::Vector< Aws::Vector< Aws::String > > &&value)
void SetMaxEirp(double value)
AWS_IOTWIRELESS_API UpdateWirelessGatewayRequest()
UpdateWirelessGatewayRequest & AddJoinEuiFilters(Aws::Vector< Aws::String > &&value)
void SetDescription(const char *value)
bool MaxEirpHasBeenSet() const
UpdateWirelessGatewayRequest & WithNetIdFilters(Aws::Vector< Aws::String > &&value)
void SetDescription(Aws::String &&value)
UpdateWirelessGatewayRequest & WithNetIdFilters(const Aws::Vector< Aws::String > &value)
UpdateWirelessGatewayRequest & WithName(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
UpdateWirelessGatewayRequest & AddNetIdFilters(Aws::String &&value)
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
const Aws::String & GetId() const
UpdateWirelessGatewayRequest & AddNetIdFilters(const Aws::String &value)
void SetId(const char *value)
UpdateWirelessGatewayRequest & WithDescription(Aws::String &&value)
UpdateWirelessGatewayRequest & WithDescription(const Aws::String &value)
void SetJoinEuiFilters(const Aws::Vector< Aws::Vector< Aws::String > > &value)
void SetName(const Aws::String &value)
UpdateWirelessGatewayRequest & WithName(const char *value)
bool DescriptionHasBeenSet() const
void SetId(const Aws::String &value)
bool NetIdFiltersHasBeenSet() const
void SetNetIdFilters(const Aws::Vector< Aws::String > &value)
void SetName(const char *value)
UpdateWirelessGatewayRequest & AddJoinEuiFilters(const Aws::Vector< Aws::String > &value)
const Aws::String & GetName() const
UpdateWirelessGatewayRequest & WithDescription(const char *value)
bool JoinEuiFiltersHasBeenSet() const
UpdateWirelessGatewayRequest & WithName(Aws::String &&value)
void SetDescription(const Aws::String &value)
void SetJoinEuiFilters(Aws::Vector< Aws::Vector< Aws::String > > &&value)
void SetId(Aws::String &&value)
void SetNetIdFilters(Aws::Vector< Aws::String > &&value)
UpdateWirelessGatewayRequest & WithId(const Aws::String &value)
const Aws::Vector< Aws::String > & GetNetIdFilters() const
UpdateWirelessGatewayRequest & AddNetIdFilters(const char *value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetJoinEuiFilters() const
void SetName(Aws::String &&value)
UpdateWirelessGatewayRequest & WithId(Aws::String &&value)
bool NameHasBeenSet() const
UpdateWirelessGatewayRequest & WithId(const char *value)
UpdateWirelessGatewayRequest & WithJoinEuiFilters(const Aws::Vector< Aws::Vector< Aws::String > > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector