7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/RangedSocketAddress.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 = RangedSocketAddress>
58 void SetSocketAddress(SocketAddressT&& value) { m_socketAddressHasBeenSet =
true; m_socketAddress = std::forward<SocketAddressT>(value); }
59 template<
typename SocketAddressT = RangedSocketAddress>
65 bool m_mtuHasBeenSet =
false;
67 RangedSocketAddress m_socketAddress;
68 bool m_socketAddressHasBeenSet =
false;
AWS_GROUNDSTATION_API RangedConnectionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool SocketAddressHasBeenSet() const
bool MtuHasBeenSet() const
RangedConnectionDetails & WithSocketAddress(SocketAddressT &&value)
void SetSocketAddress(SocketAddressT &&value)
AWS_GROUNDSTATION_API RangedConnectionDetails()=default
RangedConnectionDetails & WithMtu(int value)
AWS_GROUNDSTATION_API RangedConnectionDetails(Aws::Utils::Json::JsonView jsonValue)
const RangedSocketAddress & GetSocketAddress() const
Aws::Utils::Json::JsonValue JsonValue