7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/location/LocationService_EXPORTS.h>
9#include <aws/location/model/LteCellDetails.h>
20namespace LocationService {
43 template <
typename LteCellDetailsT = Aws::Vector<LteCellDetails>>
45 m_lteCellDetailsHasBeenSet =
true;
46 m_lteCellDetails = std::forward<LteCellDetailsT>(value);
48 template <
typename LteCellDetailsT = Aws::Vector<LteCellDetails>>
53 template <
typename LteCellDetailsT = LteCellDetails>
55 m_lteCellDetailsHasBeenSet =
true;
56 m_lteCellDetails.emplace_back(std::forward<LteCellDetailsT>(value));
62 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