7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/SocketAddress.h>
21namespace GroundStation
45 inline int GetMtu()
const {
return m_mtu; }
47 inline void SetMtu(
int value) { m_mtuHasBeenSet =
true; m_mtu = value; }
57 template<
typename SocketAddressT = SocketAddress>
58 void SetSocketAddress(SocketAddressT&& value) { m_socketAddressHasBeenSet =
true; m_socketAddress = std::forward<SocketAddressT>(value); }
59 template<
typename SocketAddressT = SocketAddress>
65 bool m_mtuHasBeenSet =
false;
67 SocketAddress m_socketAddress;
68 bool m_socketAddressHasBeenSet =
false;
AWS_GROUNDSTATION_API ConnectionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API ConnectionDetails(Aws::Utils::Json::JsonView jsonValue)
ConnectionDetails & WithSocketAddress(SocketAddressT &&value)
const SocketAddress & GetSocketAddress() const
bool MtuHasBeenSet() const
ConnectionDetails & WithMtu(int value)
bool SocketAddressHasBeenSet() const
AWS_GROUNDSTATION_API ConnectionDetails()=default
void SetSocketAddress(SocketAddressT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue