7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/SocketAddress.h>
19namespace GroundStation {
41 template <
typename SocketAddressT = SocketAddress>
43 m_socketAddressHasBeenSet =
true;
44 m_socketAddress = std::forward<SocketAddressT>(value);
46 template <
typename SocketAddressT = SocketAddress>
57 inline int GetMtu()
const {
return m_mtu; }
60 m_mtuHasBeenSet =
true;
72 bool m_socketAddressHasBeenSet =
false;
73 bool m_mtuHasBeenSet =
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