7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/SocketAddress.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/EndpointStatus.h>
23namespace GroundStation
48 template<
typename AddressT = SocketAddress>
49 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
50 template<
typename AddressT = SocketAddress>
58 inline int GetMtu()
const {
return m_mtu; }
60 inline void SetMtu(
int value) { m_mtuHasBeenSet =
true; m_mtu = value; }
70 template<
typename NameT = Aws::String>
71 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
72 template<
typename NameT = Aws::String>
88 bool m_addressHasBeenSet =
false;
91 bool m_mtuHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
97 bool m_statusHasBeenSet =
false;
const Aws::String & GetName() const
DataflowEndpoint & WithStatus(EndpointStatus value)
void SetName(NameT &&value)
DataflowEndpoint & WithName(NameT &&value)
bool StatusHasBeenSet() const
const SocketAddress & GetAddress() const
bool NameHasBeenSet() const
AWS_GROUNDSTATION_API DataflowEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AddressHasBeenSet() const
AWS_GROUNDSTATION_API DataflowEndpoint(Aws::Utils::Json::JsonView jsonValue)
EndpointStatus GetStatus() const
AWS_GROUNDSTATION_API DataflowEndpoint()=default
DataflowEndpoint & WithMtu(int value)
void SetAddress(AddressT &&value)
DataflowEndpoint & WithAddress(AddressT &&value)
bool MtuHasBeenSet() const
void SetStatus(EndpointStatus value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue