7#include <aws/location/LocationService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/location/model/LteCellDetails.h>
22namespace LocationService
49 template<
typename LteCellDetailsT = Aws::Vector<LteCellDetails>>
50 void SetLteCellDetails(LteCellDetailsT&& value) { m_lteCellDetailsHasBeenSet =
true; m_lteCellDetails = std::forward<LteCellDetailsT>(value); }
51 template<
typename LteCellDetailsT = Aws::Vector<LteCellDetails>>
53 template<
typename LteCellDetailsT = LteCellDetails>
54 CellSignals&
AddLteCellDetails(LteCellDetailsT&& value) { m_lteCellDetailsHasBeenSet =
true; m_lteCellDetails.emplace_back(std::forward<LteCellDetailsT>(value));
return *
this; }
59 bool m_lteCellDetailsHasBeenSet =
false;
const Aws::Vector< LteCellDetails > & GetLteCellDetails() const
AWS_LOCATIONSERVICE_API CellSignals & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOCATIONSERVICE_API CellSignals()=default
AWS_LOCATIONSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOCATIONSERVICE_API CellSignals(Aws::Utils::Json::JsonView jsonValue)
CellSignals & WithLteCellDetails(LteCellDetailsT &&value)
bool LteCellDetailsHasBeenSet() const
CellSignals & AddLteCellDetails(LteCellDetailsT &&value)
void SetLteCellDetails(LteCellDetailsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue