AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
MissionProfileListItem.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 MissionProfileListItem() = default;
35 AWS_GROUNDSTATION_API MissionProfileListItem(Aws::Utils::Json::JsonView jsonValue);
37 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetMissionProfileArn() const { return m_missionProfileArn; }
45 inline bool MissionProfileArnHasBeenSet() const { return m_missionProfileArnHasBeenSet; }
46 template<typename MissionProfileArnT = Aws::String>
47 void SetMissionProfileArn(MissionProfileArnT&& value) { m_missionProfileArnHasBeenSet = true; m_missionProfileArn = std::forward<MissionProfileArnT>(value); }
48 template<typename MissionProfileArnT = Aws::String>
49 MissionProfileListItem& WithMissionProfileArn(MissionProfileArnT&& value) { SetMissionProfileArn(std::forward<MissionProfileArnT>(value)); return *this;}
51
53
56 inline const Aws::String& GetMissionProfileId() const { return m_missionProfileId; }
57 inline bool MissionProfileIdHasBeenSet() const { return m_missionProfileIdHasBeenSet; }
58 template<typename MissionProfileIdT = Aws::String>
59 void SetMissionProfileId(MissionProfileIdT&& value) { m_missionProfileIdHasBeenSet = true; m_missionProfileId = std::forward<MissionProfileIdT>(value); }
60 template<typename MissionProfileIdT = Aws::String>
61 MissionProfileListItem& WithMissionProfileId(MissionProfileIdT&& value) { SetMissionProfileId(std::forward<MissionProfileIdT>(value)); return *this;}
63
65
68 inline const Aws::String& GetName() const { return m_name; }
69 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
70 template<typename NameT = Aws::String>
71 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
72 template<typename NameT = Aws::String>
73 MissionProfileListItem& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
75
77
80 inline const Aws::String& GetRegion() const { return m_region; }
81 inline bool RegionHasBeenSet() const { return m_regionHasBeenSet; }
82 template<typename RegionT = Aws::String>
83 void SetRegion(RegionT&& value) { m_regionHasBeenSet = true; m_region = std::forward<RegionT>(value); }
84 template<typename RegionT = Aws::String>
85 MissionProfileListItem& WithRegion(RegionT&& value) { SetRegion(std::forward<RegionT>(value)); return *this;}
87 private:
88
89 Aws::String m_missionProfileArn;
90 bool m_missionProfileArnHasBeenSet = false;
91
92 Aws::String m_missionProfileId;
93 bool m_missionProfileIdHasBeenSet = false;
94
95 Aws::String m_name;
96 bool m_nameHasBeenSet = false;
97
98 Aws::String m_region;
99 bool m_regionHasBeenSet = false;
100 };
101
102} // namespace Model
103} // namespace GroundStation
104} // namespace Aws
MissionProfileListItem & WithMissionProfileArn(MissionProfileArnT &&value)
MissionProfileListItem & WithMissionProfileId(MissionProfileIdT &&value)
MissionProfileListItem & WithRegion(RegionT &&value)
MissionProfileListItem & WithName(NameT &&value)
AWS_GROUNDSTATION_API MissionProfileListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API MissionProfileListItem()=default
AWS_GROUNDSTATION_API MissionProfileListItem(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue