AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 template<typename GroundStationIdT = Aws::String>
47 void SetGroundStationId(GroundStationIdT&& value) { m_groundStationIdHasBeenSet = true; m_groundStationId = std::forward<GroundStationIdT>(value); }
48 template<typename GroundStationIdT = Aws::String>
49 GroundStationData& WithGroundStationId(GroundStationIdT&& value) { SetGroundStationId(std::forward<GroundStationIdT>(value)); return *this;}
51
53
56 inline const Aws::String& GetGroundStationName() const { return m_groundStationName; }
57 inline bool GroundStationNameHasBeenSet() const { return m_groundStationNameHasBeenSet; }
58 template<typename GroundStationNameT = Aws::String>
59 void SetGroundStationName(GroundStationNameT&& value) { m_groundStationNameHasBeenSet = true; m_groundStationName = std::forward<GroundStationNameT>(value); }
60 template<typename GroundStationNameT = Aws::String>
61 GroundStationData& WithGroundStationName(GroundStationNameT&& value) { SetGroundStationName(std::forward<GroundStationNameT>(value)); return *this;}
63
65
68 inline const Aws::String& GetRegion() const { return m_region; }
69 inline bool RegionHasBeenSet() const { return m_regionHasBeenSet; }
70 template<typename RegionT = Aws::String>
71 void SetRegion(RegionT&& value) { m_regionHasBeenSet = true; m_region = std::forward<RegionT>(value); }
72 template<typename RegionT = Aws::String>
73 GroundStationData& WithRegion(RegionT&& value) { SetRegion(std::forward<RegionT>(value)); return *this;}
75 private:
76
77 Aws::String m_groundStationId;
78 bool m_groundStationIdHasBeenSet = false;
79
80 Aws::String m_groundStationName;
81 bool m_groundStationNameHasBeenSet = false;
82
83 Aws::String m_region;
84 bool m_regionHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace GroundStation
89} // namespace Aws
GroundStationData & WithGroundStationId(GroundStationIdT &&value)
const Aws::String & GetGroundStationName() const
AWS_GROUNDSTATION_API GroundStationData(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API GroundStationData()=default
void SetGroundStationName(GroundStationNameT &&value)
GroundStationData & WithGroundStationName(GroundStationNameT &&value)
void SetGroundStationId(GroundStationIdT &&value)
AWS_GROUNDSTATION_API GroundStationData & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
GroundStationData & WithRegion(RegionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue