AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateMissionProfileRequest.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/groundstation/model/KmsKey.h>
12#include <utility>
13
14namespace Aws
15{
16namespace GroundStation
17{
18namespace Model
19{
20
27 {
28 public:
29 AWS_GROUNDSTATION_API UpdateMissionProfileRequest() = default;
30
31 // Service request name is the Operation name which will send this request out,
32 // each operation should has unique request name, so that we can get operation's name from this request.
33 // Note: this is not true for response, multiple operations may have the same response name,
34 // so we can not get operation's name from response.
35 inline virtual const char* GetServiceRequestName() const override { return "UpdateMissionProfile"; }
36
37 AWS_GROUNDSTATION_API Aws::String SerializePayload() const override;
38
39
41
45 inline int GetContactPostPassDurationSeconds() const { return m_contactPostPassDurationSeconds; }
46 inline bool ContactPostPassDurationSecondsHasBeenSet() const { return m_contactPostPassDurationSecondsHasBeenSet; }
47 inline void SetContactPostPassDurationSeconds(int value) { m_contactPostPassDurationSecondsHasBeenSet = true; m_contactPostPassDurationSeconds = value; }
50
52
56 inline int GetContactPrePassDurationSeconds() const { return m_contactPrePassDurationSeconds; }
57 inline bool ContactPrePassDurationSecondsHasBeenSet() const { return m_contactPrePassDurationSecondsHasBeenSet; }
58 inline void SetContactPrePassDurationSeconds(int value) { m_contactPrePassDurationSecondsHasBeenSet = true; m_contactPrePassDurationSeconds = value; }
61
63
67 inline const Aws::Vector<Aws::Vector<Aws::String>>& GetDataflowEdges() const { return m_dataflowEdges; }
68 inline bool DataflowEdgesHasBeenSet() const { return m_dataflowEdgesHasBeenSet; }
69 template<typename DataflowEdgesT = Aws::Vector<Aws::Vector<Aws::String>>>
70 void SetDataflowEdges(DataflowEdgesT&& value) { m_dataflowEdgesHasBeenSet = true; m_dataflowEdges = std::forward<DataflowEdgesT>(value); }
71 template<typename DataflowEdgesT = Aws::Vector<Aws::Vector<Aws::String>>>
72 UpdateMissionProfileRequest& WithDataflowEdges(DataflowEdgesT&& value) { SetDataflowEdges(std::forward<DataflowEdgesT>(value)); return *this;}
73 template<typename DataflowEdgesT = Aws::Vector<Aws::String>>
74 UpdateMissionProfileRequest& AddDataflowEdges(DataflowEdgesT&& value) { m_dataflowEdgesHasBeenSet = true; m_dataflowEdges.emplace_back(std::forward<DataflowEdgesT>(value)); return *this; }
76
78
83 inline int GetMinimumViableContactDurationSeconds() const { return m_minimumViableContactDurationSeconds; }
84 inline bool MinimumViableContactDurationSecondsHasBeenSet() const { return m_minimumViableContactDurationSecondsHasBeenSet; }
85 inline void SetMinimumViableContactDurationSeconds(int value) { m_minimumViableContactDurationSecondsHasBeenSet = true; m_minimumViableContactDurationSeconds = value; }
88
90
93 inline const Aws::String& GetMissionProfileId() const { return m_missionProfileId; }
94 inline bool MissionProfileIdHasBeenSet() const { return m_missionProfileIdHasBeenSet; }
95 template<typename MissionProfileIdT = Aws::String>
96 void SetMissionProfileId(MissionProfileIdT&& value) { m_missionProfileIdHasBeenSet = true; m_missionProfileId = std::forward<MissionProfileIdT>(value); }
97 template<typename MissionProfileIdT = Aws::String>
98 UpdateMissionProfileRequest& WithMissionProfileId(MissionProfileIdT&& value) { SetMissionProfileId(std::forward<MissionProfileIdT>(value)); return *this;}
100
102
105 inline const Aws::String& GetName() const { return m_name; }
106 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
107 template<typename NameT = Aws::String>
108 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
109 template<typename NameT = Aws::String>
110 UpdateMissionProfileRequest& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
112
114
117 inline const KmsKey& GetStreamsKmsKey() const { return m_streamsKmsKey; }
118 inline bool StreamsKmsKeyHasBeenSet() const { return m_streamsKmsKeyHasBeenSet; }
119 template<typename StreamsKmsKeyT = KmsKey>
120 void SetStreamsKmsKey(StreamsKmsKeyT&& value) { m_streamsKmsKeyHasBeenSet = true; m_streamsKmsKey = std::forward<StreamsKmsKeyT>(value); }
121 template<typename StreamsKmsKeyT = KmsKey>
122 UpdateMissionProfileRequest& WithStreamsKmsKey(StreamsKmsKeyT&& value) { SetStreamsKmsKey(std::forward<StreamsKmsKeyT>(value)); return *this;}
124
126
129 inline const Aws::String& GetStreamsKmsRole() const { return m_streamsKmsRole; }
130 inline bool StreamsKmsRoleHasBeenSet() const { return m_streamsKmsRoleHasBeenSet; }
131 template<typename StreamsKmsRoleT = Aws::String>
132 void SetStreamsKmsRole(StreamsKmsRoleT&& value) { m_streamsKmsRoleHasBeenSet = true; m_streamsKmsRole = std::forward<StreamsKmsRoleT>(value); }
133 template<typename StreamsKmsRoleT = Aws::String>
134 UpdateMissionProfileRequest& WithStreamsKmsRole(StreamsKmsRoleT&& value) { SetStreamsKmsRole(std::forward<StreamsKmsRoleT>(value)); return *this;}
136
138
141 inline const Aws::String& GetTrackingConfigArn() const { return m_trackingConfigArn; }
142 inline bool TrackingConfigArnHasBeenSet() const { return m_trackingConfigArnHasBeenSet; }
143 template<typename TrackingConfigArnT = Aws::String>
144 void SetTrackingConfigArn(TrackingConfigArnT&& value) { m_trackingConfigArnHasBeenSet = true; m_trackingConfigArn = std::forward<TrackingConfigArnT>(value); }
145 template<typename TrackingConfigArnT = Aws::String>
146 UpdateMissionProfileRequest& WithTrackingConfigArn(TrackingConfigArnT&& value) { SetTrackingConfigArn(std::forward<TrackingConfigArnT>(value)); return *this;}
148 private:
149
150 int m_contactPostPassDurationSeconds{0};
151 bool m_contactPostPassDurationSecondsHasBeenSet = false;
152
153 int m_contactPrePassDurationSeconds{0};
154 bool m_contactPrePassDurationSecondsHasBeenSet = false;
155
157 bool m_dataflowEdgesHasBeenSet = false;
158
159 int m_minimumViableContactDurationSeconds{0};
160 bool m_minimumViableContactDurationSecondsHasBeenSet = false;
161
162 Aws::String m_missionProfileId;
163 bool m_missionProfileIdHasBeenSet = false;
164
165 Aws::String m_name;
166 bool m_nameHasBeenSet = false;
167
168 KmsKey m_streamsKmsKey;
169 bool m_streamsKmsKeyHasBeenSet = false;
170
171 Aws::String m_streamsKmsRole;
172 bool m_streamsKmsRoleHasBeenSet = false;
173
174 Aws::String m_trackingConfigArn;
175 bool m_trackingConfigArnHasBeenSet = false;
176 };
177
178} // namespace Model
179} // namespace GroundStation
180} // namespace Aws
UpdateMissionProfileRequest & WithContactPrePassDurationSeconds(int value)
UpdateMissionProfileRequest & WithTrackingConfigArn(TrackingConfigArnT &&value)
UpdateMissionProfileRequest & WithMinimumViableContactDurationSeconds(int value)
UpdateMissionProfileRequest & WithStreamsKmsRole(StreamsKmsRoleT &&value)
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
UpdateMissionProfileRequest & WithStreamsKmsKey(StreamsKmsKeyT &&value)
UpdateMissionProfileRequest & WithMissionProfileId(MissionProfileIdT &&value)
UpdateMissionProfileRequest & WithDataflowEdges(DataflowEdgesT &&value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetDataflowEdges() const
UpdateMissionProfileRequest & WithContactPostPassDurationSeconds(int value)
UpdateMissionProfileRequest & AddDataflowEdges(DataflowEdgesT &&value)
AWS_GROUNDSTATION_API UpdateMissionProfileRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector