7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iotwireless/IoTWirelessRequest.h>
10#include <aws/iotwireless/IoTWireless_EXPORTS.h>
15namespace IoTWireless {
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
91 template <
typename JoinEuiFiltersT = Aws::Vector<Aws::Vector<Aws::String>>>
93 m_joinEuiFiltersHasBeenSet =
true;
94 m_joinEuiFilters = std::forward<JoinEuiFiltersT>(value);
96 template <
typename JoinEuiFiltersT = Aws::Vector<Aws::Vector<Aws::String>>>
101 template <
typename JoinEuiFiltersT = Aws::Vector<Aws::String>>
103 m_joinEuiFiltersHasBeenSet =
true;
104 m_joinEuiFilters.emplace_back(std::forward<JoinEuiFiltersT>(value));
113 template <
typename NetIdFiltersT = Aws::Vector<Aws::String>>
115 m_netIdFiltersHasBeenSet =
true;
116 m_netIdFilters = std::forward<NetIdFiltersT>(value);
118 template <
typename NetIdFiltersT = Aws::Vector<Aws::String>>
123 template <
typename NetIdFiltersT = Aws::String>
125 m_netIdFiltersHasBeenSet =
true;
126 m_netIdFilters.emplace_back(std::forward<NetIdFiltersT>(value));
138 m_maxEirpHasBeenSet =
true;
157 double m_maxEirp{0.0};
158 bool m_idHasBeenSet =
false;
159 bool m_nameHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
161 bool m_joinEuiFiltersHasBeenSet =
false;
162 bool m_netIdFiltersHasBeenSet =
false;
163 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