7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/DecodeConfig.h>
9#include <aws/groundstation/model/DemodulationConfig.h>
10#include <aws/groundstation/model/SpectrumConfig.h>
23namespace GroundStation
49 template<
typename DecodeConfigT = DecodeConfig>
50 void SetDecodeConfig(DecodeConfigT&& value) { m_decodeConfigHasBeenSet =
true; m_decodeConfig = std::forward<DecodeConfigT>(value); }
51 template<
typename DecodeConfigT = DecodeConfig>
61 template<
typename DemodulationConfigT = DemodulationConfig>
62 void SetDemodulationConfig(DemodulationConfigT&& value) { m_demodulationConfigHasBeenSet =
true; m_demodulationConfig = std::forward<DemodulationConfigT>(value); }
63 template<
typename DemodulationConfigT = DemodulationConfig>
73 template<
typename SpectrumConfigT = SpectrumConfig>
74 void SetSpectrumConfig(SpectrumConfigT&& value) { m_spectrumConfigHasBeenSet =
true; m_spectrumConfig = std::forward<SpectrumConfigT>(value); }
75 template<
typename SpectrumConfigT = SpectrumConfig>
81 bool m_decodeConfigHasBeenSet =
false;
84 bool m_demodulationConfigHasBeenSet =
false;
87 bool m_spectrumConfigHasBeenSet =
false;
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
const DemodulationConfig & GetDemodulationConfig() const
AWS_GROUNDSTATION_API AntennaDownlinkDemodDecodeConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const SpectrumConfig & GetSpectrumConfig() const
bool DemodulationConfigHasBeenSet() const
void SetDecodeConfig(DecodeConfigT &&value)
bool SpectrumConfigHasBeenSet() const
AntennaDownlinkDemodDecodeConfig & WithDecodeConfig(DecodeConfigT &&value)
const DecodeConfig & GetDecodeConfig() const
AWS_GROUNDSTATION_API AntennaDownlinkDemodDecodeConfig(Aws::Utils::Json::JsonView jsonValue)
void SetSpectrumConfig(SpectrumConfigT &&value)
bool DecodeConfigHasBeenSet() const
AntennaDownlinkDemodDecodeConfig & WithSpectrumConfig(SpectrumConfigT &&value)
AWS_GROUNDSTATION_API AntennaDownlinkDemodDecodeConfig()=default
AntennaDownlinkDemodDecodeConfig & WithDemodulationConfig(DemodulationConfigT &&value)
void SetDemodulationConfig(DemodulationConfigT &&value)
Aws::Utils::Json::JsonValue JsonValue