7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/EndpointStatus.h>
10#include <aws/groundstation/model/SocketAddress.h>
21namespace GroundStation {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename AddressT = SocketAddress>
62 m_addressHasBeenSet =
true;
63 m_address = std::forward<AddressT>(value);
65 template <
typename AddressT = SocketAddress>
79 m_statusHasBeenSet =
true;
92 inline int GetMtu()
const {
return m_mtu; }
95 m_mtuHasBeenSet =
true;
111 bool m_nameHasBeenSet =
false;
112 bool m_addressHasBeenSet =
false;
113 bool m_statusHasBeenSet =
false;
114 bool m_mtuHasBeenSet =
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