AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetDataflowEdges(const Aws::Vector<Aws::Vector<Aws::String>>& value) { m_dataflowEdgesHasBeenSet = true; m_dataflowEdges = value; }
70 inline void SetDataflowEdges(Aws::Vector<Aws::Vector<Aws::String>>&& value) { m_dataflowEdgesHasBeenSet = true; m_dataflowEdges = std::move(value); }
73 inline UpdateMissionProfileRequest& AddDataflowEdges(const Aws::Vector<Aws::String>& value) { m_dataflowEdgesHasBeenSet = true; m_dataflowEdges.push_back(value); return *this; }
74 inline UpdateMissionProfileRequest& AddDataflowEdges(Aws::Vector<Aws::String>&& value) { m_dataflowEdgesHasBeenSet = true; m_dataflowEdges.push_back(std::move(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 inline void SetMissionProfileId(const Aws::String& value) { m_missionProfileIdHasBeenSet = true; m_missionProfileId = value; }
96 inline void SetMissionProfileId(Aws::String&& value) { m_missionProfileIdHasBeenSet = true; m_missionProfileId = std::move(value); }
97 inline void SetMissionProfileId(const char* value) { m_missionProfileIdHasBeenSet = true; m_missionProfileId.assign(value); }
99 inline UpdateMissionProfileRequest& WithMissionProfileId(Aws::String&& value) { SetMissionProfileId(std::move(value)); return *this;}
100 inline UpdateMissionProfileRequest& WithMissionProfileId(const char* value) { SetMissionProfileId(value); return *this;}
102
104
107 inline const Aws::String& GetName() const{ return m_name; }
108 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
109 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
110 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
111 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
112 inline UpdateMissionProfileRequest& WithName(const Aws::String& value) { SetName(value); return *this;}
113 inline UpdateMissionProfileRequest& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
114 inline UpdateMissionProfileRequest& WithName(const char* value) { SetName(value); return *this;}
116
118
121 inline const KmsKey& GetStreamsKmsKey() const{ return m_streamsKmsKey; }
122 inline bool StreamsKmsKeyHasBeenSet() const { return m_streamsKmsKeyHasBeenSet; }
123 inline void SetStreamsKmsKey(const KmsKey& value) { m_streamsKmsKeyHasBeenSet = true; m_streamsKmsKey = value; }
124 inline void SetStreamsKmsKey(KmsKey&& value) { m_streamsKmsKeyHasBeenSet = true; m_streamsKmsKey = std::move(value); }
125 inline UpdateMissionProfileRequest& WithStreamsKmsKey(const KmsKey& value) { SetStreamsKmsKey(value); return *this;}
126 inline UpdateMissionProfileRequest& WithStreamsKmsKey(KmsKey&& value) { SetStreamsKmsKey(std::move(value)); return *this;}
128
130
133 inline const Aws::String& GetStreamsKmsRole() const{ return m_streamsKmsRole; }
134 inline bool StreamsKmsRoleHasBeenSet() const { return m_streamsKmsRoleHasBeenSet; }
135 inline void SetStreamsKmsRole(const Aws::String& value) { m_streamsKmsRoleHasBeenSet = true; m_streamsKmsRole = value; }
136 inline void SetStreamsKmsRole(Aws::String&& value) { m_streamsKmsRoleHasBeenSet = true; m_streamsKmsRole = std::move(value); }
137 inline void SetStreamsKmsRole(const char* value) { m_streamsKmsRoleHasBeenSet = true; m_streamsKmsRole.assign(value); }
139 inline UpdateMissionProfileRequest& WithStreamsKmsRole(Aws::String&& value) { SetStreamsKmsRole(std::move(value)); return *this;}
140 inline UpdateMissionProfileRequest& WithStreamsKmsRole(const char* value) { SetStreamsKmsRole(value); return *this;}
142
144
147 inline const Aws::String& GetTrackingConfigArn() const{ return m_trackingConfigArn; }
148 inline bool TrackingConfigArnHasBeenSet() const { return m_trackingConfigArnHasBeenSet; }
149 inline void SetTrackingConfigArn(const Aws::String& value) { m_trackingConfigArnHasBeenSet = true; m_trackingConfigArn = value; }
150 inline void SetTrackingConfigArn(Aws::String&& value) { m_trackingConfigArnHasBeenSet = true; m_trackingConfigArn = std::move(value); }
151 inline void SetTrackingConfigArn(const char* value) { m_trackingConfigArnHasBeenSet = true; m_trackingConfigArn.assign(value); }
153 inline UpdateMissionProfileRequest& WithTrackingConfigArn(Aws::String&& value) { SetTrackingConfigArn(std::move(value)); return *this;}
154 inline UpdateMissionProfileRequest& WithTrackingConfigArn(const char* value) { SetTrackingConfigArn(value); return *this;}
156 private:
157
158 int m_contactPostPassDurationSeconds;
159 bool m_contactPostPassDurationSecondsHasBeenSet = false;
160
161 int m_contactPrePassDurationSeconds;
162 bool m_contactPrePassDurationSecondsHasBeenSet = false;
163
165 bool m_dataflowEdgesHasBeenSet = false;
166
167 int m_minimumViableContactDurationSeconds;
168 bool m_minimumViableContactDurationSecondsHasBeenSet = false;
169
170 Aws::String m_missionProfileId;
171 bool m_missionProfileIdHasBeenSet = false;
172
173 Aws::String m_name;
174 bool m_nameHasBeenSet = false;
175
176 KmsKey m_streamsKmsKey;
177 bool m_streamsKmsKeyHasBeenSet = false;
178
179 Aws::String m_streamsKmsRole;
180 bool m_streamsKmsRoleHasBeenSet = false;
181
182 Aws::String m_trackingConfigArn;
183 bool m_trackingConfigArnHasBeenSet = false;
184 };
185
186} // namespace Model
187} // namespace GroundStation
188} // namespace Aws
UpdateMissionProfileRequest & WithContactPrePassDurationSeconds(int value)
UpdateMissionProfileRequest & WithName(Aws::String &&value)
UpdateMissionProfileRequest & WithMinimumViableContactDurationSeconds(int value)
UpdateMissionProfileRequest & WithStreamsKmsKey(const KmsKey &value)
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
UpdateMissionProfileRequest & WithMissionProfileId(const char *value)
UpdateMissionProfileRequest & WithStreamsKmsKey(KmsKey &&value)
UpdateMissionProfileRequest & WithTrackingConfigArn(const char *value)
UpdateMissionProfileRequest & WithMissionProfileId(Aws::String &&value)
void SetDataflowEdges(Aws::Vector< Aws::Vector< Aws::String > > &&value)
UpdateMissionProfileRequest & WithStreamsKmsRole(const Aws::String &value)
UpdateMissionProfileRequest & WithStreamsKmsRole(Aws::String &&value)
UpdateMissionProfileRequest & AddDataflowEdges(Aws::Vector< Aws::String > &&value)
UpdateMissionProfileRequest & WithDataflowEdges(Aws::Vector< Aws::Vector< Aws::String > > &&value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetDataflowEdges() const
void SetDataflowEdges(const Aws::Vector< Aws::Vector< Aws::String > > &value)
UpdateMissionProfileRequest & WithMissionProfileId(const Aws::String &value)
UpdateMissionProfileRequest & WithName(const char *value)
UpdateMissionProfileRequest & WithDataflowEdges(const Aws::Vector< Aws::Vector< Aws::String > > &value)
UpdateMissionProfileRequest & WithContactPostPassDurationSeconds(int value)
UpdateMissionProfileRequest & WithStreamsKmsRole(const char *value)
UpdateMissionProfileRequest & WithTrackingConfigArn(const Aws::String &value)
UpdateMissionProfileRequest & AddDataflowEdges(const Aws::Vector< Aws::String > &value)
UpdateMissionProfileRequest & WithName(const Aws::String &value)
UpdateMissionProfileRequest & WithTrackingConfigArn(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector