7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/IntegerRange.h>
22namespace GroundStation
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 bool m_nameHasBeenSet =
false;
72 bool m_portRangeHasBeenSet =
false;
RangedSocketAddress & WithPortRange(const IntegerRange &value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool PortRangeHasBeenSet() const
void SetName(const Aws::String &value)
const Aws::String & GetName() const
RangedSocketAddress & WithName(const char *value)
RangedSocketAddress & WithName(const Aws::String &value)
AWS_GROUNDSTATION_API RangedSocketAddress & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPortRange(const IntegerRange &value)
void SetName(Aws::String &&value)
bool NameHasBeenSet() const
RangedSocketAddress & WithPortRange(IntegerRange &&value)
const IntegerRange & GetPortRange() const
AWS_GROUNDSTATION_API RangedSocketAddress()
AWS_GROUNDSTATION_API RangedSocketAddress(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
RangedSocketAddress & WithName(Aws::String &&value)
void SetPortRange(IntegerRange &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue