/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Beaconing parameters for configuring the wireless gateways.See
* Also:
AWS
* API Reference
The data rate for gateways that are sending the beacons.
*/ inline int GetDataRate() const{ return m_dataRate; } /** *The data rate for gateways that are sending the beacons.
*/ inline bool DataRateHasBeenSet() const { return m_dataRateHasBeenSet; } /** *The data rate for gateways that are sending the beacons.
*/ inline void SetDataRate(int value) { m_dataRateHasBeenSet = true; m_dataRate = value; } /** *The data rate for gateways that are sending the beacons.
*/ inline Beaconing& WithDataRate(int value) { SetDataRate(value); return *this;} /** *The frequency list for the gateways to send the beacons.
*/ inline const Aws::VectorThe frequency list for the gateways to send the beacons.
*/ inline bool FrequenciesHasBeenSet() const { return m_frequenciesHasBeenSet; } /** *The frequency list for the gateways to send the beacons.
*/ inline void SetFrequencies(const Aws::VectorThe frequency list for the gateways to send the beacons.
*/ inline void SetFrequencies(Aws::VectorThe frequency list for the gateways to send the beacons.
*/ inline Beaconing& WithFrequencies(const Aws::VectorThe frequency list for the gateways to send the beacons.
*/ inline Beaconing& WithFrequencies(Aws::VectorThe frequency list for the gateways to send the beacons.
*/ inline Beaconing& AddFrequencies(int value) { m_frequenciesHasBeenSet = true; m_frequencies.push_back(value); return *this; } private: int m_dataRate; bool m_dataRateHasBeenSet = false; Aws::Vector