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>
42 template<
typename IdT = Aws::String>
43 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
44 template<
typename IdT = Aws::String>
55 template<
typename NameT = Aws::String>
56 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
57 template<
typename NameT = Aws::String>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
77 template<
typename JoinEuiFiltersT = Aws::Vector<Aws::Vector<Aws::String>>>
78 void SetJoinEuiFilters(JoinEuiFiltersT&& value) { m_joinEuiFiltersHasBeenSet =
true; m_joinEuiFilters = std::forward<JoinEuiFiltersT>(value); }
79 template<
typename JoinEuiFiltersT = Aws::Vector<Aws::Vector<Aws::String>>>
81 template<
typename JoinEuiFiltersT = Aws::Vector<Aws::String>>
89 template<
typename NetIdFiltersT = Aws::Vector<Aws::String>>
90 void SetNetIdFilters(NetIdFiltersT&& value) { m_netIdFiltersHasBeenSet =
true; m_netIdFilters = std::forward<NetIdFiltersT>(value); }
91 template<
typename NetIdFiltersT = Aws::Vector<Aws::String>>
93 template<
typename NetIdFiltersT = Aws::String>
103 inline void SetMaxEirp(
double value) { m_maxEirpHasBeenSet =
true; m_maxEirp = value; }
109 bool m_idHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
115 bool m_descriptionHasBeenSet =
false;
118 bool m_joinEuiFiltersHasBeenSet =
false;
121 bool m_netIdFiltersHasBeenSet =
false;
123 double m_maxEirp{0.0};
124 bool m_maxEirpHasBeenSet =
false;
UpdateWirelessGatewayRequest & WithMaxEirp(double value)
double GetMaxEirp() const
bool IdHasBeenSet() const
const Aws::String & GetDescription() const
void SetJoinEuiFilters(JoinEuiFiltersT &&value)
void SetDescription(DescriptionT &&value)
void SetMaxEirp(double value)
bool MaxEirpHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_IOTWIRELESS_API Aws::String SerializePayload() const override
const Aws::String & GetId() const
UpdateWirelessGatewayRequest & AddNetIdFilters(NetIdFiltersT &&value)
UpdateWirelessGatewayRequest & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
bool NetIdFiltersHasBeenSet() const
AWS_IOTWIRELESS_API UpdateWirelessGatewayRequest()=default
const Aws::String & GetName() const
void SetNetIdFilters(NetIdFiltersT &&value)
bool JoinEuiFiltersHasBeenSet() const
UpdateWirelessGatewayRequest & WithDescription(DescriptionT &&value)
UpdateWirelessGatewayRequest & AddJoinEuiFilters(JoinEuiFiltersT &&value)
UpdateWirelessGatewayRequest & WithJoinEuiFilters(JoinEuiFiltersT &&value)
const Aws::Vector< Aws::String > & GetNetIdFilters() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetJoinEuiFilters() const
UpdateWirelessGatewayRequest & WithNetIdFilters(NetIdFiltersT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
UpdateWirelessGatewayRequest & WithId(IdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector