7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/model/EthernetPayload.h>
9#include <aws/panorama/model/NtpPayload.h>
41 template <
typename Ethernet0T = EthernetPayload>
43 m_ethernet0HasBeenSet =
true;
44 m_ethernet0 = std::forward<Ethernet0T>(value);
46 template <
typename Ethernet0T = EthernetPayload>
59 template <
typename Ethernet1T = EthernetPayload>
61 m_ethernet1HasBeenSet =
true;
62 m_ethernet1 = std::forward<Ethernet1T>(value);
64 template <
typename Ethernet1T = EthernetPayload>
77 template <
typename NtpT = NtpPayload>
79 m_ntpHasBeenSet =
true;
80 m_ntp = std::forward<NtpT>(value);
82 template <
typename NtpT = NtpPayload>
84 SetNtp(std::forward<NtpT>(value));
94 bool m_ethernet0HasBeenSet =
false;
95 bool m_ethernet1HasBeenSet =
false;
96 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