AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GroundStationData.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace GroundStation
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_GROUNDSTATION_API GroundStationData();
35 AWS_GROUNDSTATION_API GroundStationData(Aws::Utils::Json::JsonView jsonValue);
36 AWS_GROUNDSTATION_API GroundStationData& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetGroundStationId() const{ return m_groundStationId; }
45 inline bool GroundStationIdHasBeenSet() const { return m_groundStationIdHasBeenSet; }
46 inline void SetGroundStationId(const Aws::String& value) { m_groundStationIdHasBeenSet = true; m_groundStationId = value; }
47 inline void SetGroundStationId(Aws::String&& value) { m_groundStationIdHasBeenSet = true; m_groundStationId = std::move(value); }
48 inline void SetGroundStationId(const char* value) { m_groundStationIdHasBeenSet = true; m_groundStationId.assign(value); }
49 inline GroundStationData& WithGroundStationId(const Aws::String& value) { SetGroundStationId(value); return *this;}
50 inline GroundStationData& WithGroundStationId(Aws::String&& value) { SetGroundStationId(std::move(value)); return *this;}
51 inline GroundStationData& WithGroundStationId(const char* value) { SetGroundStationId(value); return *this;}
53
55
58 inline const Aws::String& GetGroundStationName() const{ return m_groundStationName; }
59 inline bool GroundStationNameHasBeenSet() const { return m_groundStationNameHasBeenSet; }
60 inline void SetGroundStationName(const Aws::String& value) { m_groundStationNameHasBeenSet = true; m_groundStationName = value; }
61 inline void SetGroundStationName(Aws::String&& value) { m_groundStationNameHasBeenSet = true; m_groundStationName = std::move(value); }
62 inline void SetGroundStationName(const char* value) { m_groundStationNameHasBeenSet = true; m_groundStationName.assign(value); }
63 inline GroundStationData& WithGroundStationName(const Aws::String& value) { SetGroundStationName(value); return *this;}
64 inline GroundStationData& WithGroundStationName(Aws::String&& value) { SetGroundStationName(std::move(value)); return *this;}
65 inline GroundStationData& WithGroundStationName(const char* value) { SetGroundStationName(value); return *this;}
67
69
72 inline const Aws::String& GetRegion() const{ return m_region; }
73 inline bool RegionHasBeenSet() const { return m_regionHasBeenSet; }
74 inline void SetRegion(const Aws::String& value) { m_regionHasBeenSet = true; m_region = value; }
75 inline void SetRegion(Aws::String&& value) { m_regionHasBeenSet = true; m_region = std::move(value); }
76 inline void SetRegion(const char* value) { m_regionHasBeenSet = true; m_region.assign(value); }
77 inline GroundStationData& WithRegion(const Aws::String& value) { SetRegion(value); return *this;}
78 inline GroundStationData& WithRegion(Aws::String&& value) { SetRegion(std::move(value)); return *this;}
79 inline GroundStationData& WithRegion(const char* value) { SetRegion(value); return *this;}
81 private:
82
83 Aws::String m_groundStationId;
84 bool m_groundStationIdHasBeenSet = false;
85
86 Aws::String m_groundStationName;
87 bool m_groundStationNameHasBeenSet = false;
88
89 Aws::String m_region;
90 bool m_regionHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace GroundStation
95} // namespace Aws
GroundStationData & WithGroundStationId(const char *value)
GroundStationData & WithGroundStationName(const char *value)
const Aws::String & GetGroundStationName() const
AWS_GROUNDSTATION_API GroundStationData(Aws::Utils::Json::JsonView jsonValue)
GroundStationData & WithRegion(Aws::String &&value)
void SetGroundStationId(const Aws::String &value)
GroundStationData & WithGroundStationName(Aws::String &&value)
GroundStationData & WithGroundStationId(const Aws::String &value)
GroundStationData & WithGroundStationName(const Aws::String &value)
GroundStationData & WithRegion(const 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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue