7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GroundStation
48 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
58 inline int GetPort()
const{
return m_port; }
60 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
66 bool m_nameHasBeenSet =
false;
69 bool m_portHasBeenSet =
false;
void SetName(const Aws::String &value)
AWS_GROUNDSTATION_API SocketAddress(Aws::Utils::Json::JsonView jsonValue)
SocketAddress & WithPort(int value)
SocketAddress & WithName(const Aws::String &value)
AWS_GROUNDSTATION_API SocketAddress()
void SetName(Aws::String &&value)
bool PortHasBeenSet() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
SocketAddress & WithName(const char *value)
void SetName(const char *value)
SocketAddress & WithName(Aws::String &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_GROUNDSTATION_API SocketAddress & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue