7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GroundStation
52 inline void SetAntennaUplinkConfigArn(
const char* value) { m_antennaUplinkConfigArnHasBeenSet =
true; m_antennaUplinkConfigArn.assign(value); }
64 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
70 bool m_antennaUplinkConfigArnHasBeenSet =
false;
73 bool m_enabledHasBeenSet =
false;
UplinkEchoConfig & WithEnabled(bool value)
bool EnabledHasBeenSet() const
AWS_GROUNDSTATION_API UplinkEchoConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
UplinkEchoConfig & WithAntennaUplinkConfigArn(const char *value)
void SetAntennaUplinkConfigArn(const char *value)
void SetAntennaUplinkConfigArn(const Aws::String &value)
void SetEnabled(bool value)
const Aws::String & GetAntennaUplinkConfigArn() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API UplinkEchoConfig(Aws::Utils::Json::JsonView jsonValue)
bool AntennaUplinkConfigArnHasBeenSet() const
UplinkEchoConfig & WithAntennaUplinkConfigArn(Aws::String &&value)
UplinkEchoConfig & WithAntennaUplinkConfigArn(const Aws::String &value)
void SetAntennaUplinkConfigArn(Aws::String &&value)
AWS_GROUNDSTATION_API UplinkEchoConfig()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue