7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/model/EthernetPayload.h>
9#include <aws/panorama/model/NtpPayload.h>
47 template<
typename Ethernet0T = EthernetPayload>
48 void SetEthernet0(Ethernet0T&& value) { m_ethernet0HasBeenSet =
true; m_ethernet0 = std::forward<Ethernet0T>(value); }
49 template<
typename Ethernet0T = EthernetPayload>
59 template<
typename Ethernet1T = EthernetPayload>
60 void SetEthernet1(Ethernet1T&& value) { m_ethernet1HasBeenSet =
true; m_ethernet1 = std::forward<Ethernet1T>(value); }
61 template<
typename Ethernet1T = EthernetPayload>
71 template<
typename NtpT = NtpPayload>
72 void SetNtp(NtpT&& value) { m_ntpHasBeenSet =
true; m_ntp = std::forward<NtpT>(value); }
73 template<
typename NtpT = NtpPayload>
79 bool m_ethernet0HasBeenSet =
false;
82 bool m_ethernet1HasBeenSet =
false;
85 bool m_ntpHasBeenSet =
false;
AWS_PANORAMA_API NetworkPayload(Aws::Utils::Json::JsonView jsonValue)
bool Ethernet1HasBeenSet() const
const EthernetPayload & GetEthernet0() const
NetworkPayload & WithEthernet0(Ethernet0T &&value)
NetworkPayload & WithEthernet1(Ethernet1T &&value)
void SetEthernet0(Ethernet0T &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
const NtpPayload & GetNtp() const
void SetNtp(NtpT &&value)
AWS_PANORAMA_API NetworkPayload & operator=(Aws::Utils::Json::JsonView jsonValue)
bool Ethernet0HasBeenSet() const
NetworkPayload & WithNtp(NtpT &&value)
AWS_PANORAMA_API NetworkPayload()=default
bool NtpHasBeenSet() const
void SetEthernet1(Ethernet1T &&value)
const EthernetPayload & GetEthernet1() const
Aws::Utils::Json::JsonValue JsonValue