/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include List of FPort assigned for different LoRaWAN application packages to
* useSee Also:
AWS
* API Reference
FPort values for the GNSS, stream, and ClockSync functions of the positioning * information.
*/ inline const Positioning& GetPositioning() const{ return m_positioning; } /** *FPort values for the GNSS, stream, and ClockSync functions of the positioning * information.
*/ inline bool PositioningHasBeenSet() const { return m_positioningHasBeenSet; } /** *FPort values for the GNSS, stream, and ClockSync functions of the positioning * information.
*/ inline void SetPositioning(const Positioning& value) { m_positioningHasBeenSet = true; m_positioning = value; } /** *FPort values for the GNSS, stream, and ClockSync functions of the positioning * information.
*/ inline void SetPositioning(Positioning&& value) { m_positioningHasBeenSet = true; m_positioning = std::move(value); } /** *FPort values for the GNSS, stream, and ClockSync functions of the positioning * information.
*/ inline FPorts& WithPositioning(const Positioning& value) { SetPositioning(value); return *this;} /** *FPort values for the GNSS, stream, and ClockSync functions of the positioning * information.
*/ inline FPorts& WithPositioning(Positioning&& value) { SetPositioning(std::move(value)); return *this;} /** *Optional LoRaWAN application information, which can be used for * geolocation.
*/ inline const Aws::VectorOptional LoRaWAN application information, which can be used for * geolocation.
*/ inline bool ApplicationsHasBeenSet() const { return m_applicationsHasBeenSet; } /** *Optional LoRaWAN application information, which can be used for * geolocation.
*/ inline void SetApplications(const Aws::VectorOptional LoRaWAN application information, which can be used for * geolocation.
*/ inline void SetApplications(Aws::VectorOptional LoRaWAN application information, which can be used for * geolocation.
*/ inline FPorts& WithApplications(const Aws::VectorOptional LoRaWAN application information, which can be used for * geolocation.
*/ inline FPorts& WithApplications(Aws::VectorOptional LoRaWAN application information, which can be used for * geolocation.
*/ inline FPorts& AddApplications(const ApplicationConfig& value) { m_applicationsHasBeenSet = true; m_applications.push_back(value); return *this; } /** *Optional LoRaWAN application information, which can be used for * geolocation.
*/ inline FPorts& AddApplications(ApplicationConfig&& value) { m_applicationsHasBeenSet = true; m_applications.push_back(std::move(value)); return *this; } private: int m_fuota; bool m_fuotaHasBeenSet = false; int m_multicast; bool m_multicastHasBeenSet = false; int m_clockSync; bool m_clockSyncHasBeenSet = false; Positioning m_positioning; bool m_positioningHasBeenSet = false; Aws::Vector