7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GroundStation
48 inline void SetGroundStationId(
const char* value) { m_groundStationIdHasBeenSet =
true; m_groundStationId.assign(value); }
62 inline void SetGroundStationName(
const char* value) { m_groundStationNameHasBeenSet =
true; m_groundStationName.assign(value); }
76 inline void SetRegion(
const char* value) { m_regionHasBeenSet =
true; m_region.assign(value); }
84 bool m_groundStationIdHasBeenSet =
false;
87 bool m_groundStationNameHasBeenSet =
false;
90 bool m_regionHasBeenSet =
false;
void SetGroundStationName(const char *value)
bool GroundStationIdHasBeenSet() const
GroundStationData & WithGroundStationId(const char *value)
void SetGroundStationId(Aws::String &&value)
GroundStationData & WithGroundStationName(const char *value)
void SetRegion(const Aws::String &value)
const Aws::String & GetGroundStationName() const
bool GroundStationNameHasBeenSet() const
void SetRegion(Aws::String &&value)
AWS_GROUNDSTATION_API GroundStationData(Aws::Utils::Json::JsonView jsonValue)
GroundStationData & WithRegion(Aws::String &&value)
void SetGroundStationId(const Aws::String &value)
AWS_GROUNDSTATION_API GroundStationData()
GroundStationData & WithGroundStationName(Aws::String &&value)
bool RegionHasBeenSet() const
GroundStationData & WithGroundStationId(const Aws::String &value)
void SetGroundStationId(const char *value)
void SetRegion(const char *value)
GroundStationData & WithGroundStationName(const Aws::String &value)
GroundStationData & WithRegion(const Aws::String &value)
void SetGroundStationName(Aws::String &&value)
AWS_GROUNDSTATION_API GroundStationData & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroundStationName(const Aws::String &value)
GroundStationData & WithGroundStationId(Aws::String &&value)
GroundStationData & WithRegion(const char *value)
const Aws::String & GetRegion() const
const Aws::String & GetGroundStationId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue