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