7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/groundstation/GroundStationRequest.h>
10#include <aws/groundstation/GroundStation_EXPORTS.h>
11#include <aws/groundstation/model/KmsKey.h>
16namespace GroundStation {
42 template <
typename MissionProfileIdT = Aws::String>
44 m_missionProfileIdHasBeenSet =
true;
45 m_missionProfileId = std::forward<MissionProfileIdT>(value);
47 template <
typename MissionProfileIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
80 m_contactPrePassDurationSecondsHasBeenSet =
true;
81 m_contactPrePassDurationSeconds = value;
97 m_contactPostPassDurationSecondsHasBeenSet =
true;
98 m_contactPostPassDurationSeconds = value;
115 m_minimumViableContactDurationSecondsHasBeenSet =
true;
116 m_minimumViableContactDurationSeconds = value;
131 template <
typename DataflowEdgesT = Aws::Vector<Aws::Vector<Aws::String>>>
133 m_dataflowEdgesHasBeenSet =
true;
134 m_dataflowEdges = std::forward<DataflowEdgesT>(value);
136 template <
typename DataflowEdgesT = Aws::Vector<Aws::Vector<Aws::String>>>
141 template <
typename DataflowEdgesT = Aws::Vector<Aws::String>>
143 m_dataflowEdgesHasBeenSet =
true;
144 m_dataflowEdges.emplace_back(std::forward<DataflowEdgesT>(value));
155 template <
typename TrackingConfigArnT = Aws::String>
157 m_trackingConfigArnHasBeenSet =
true;
158 m_trackingConfigArn = std::forward<TrackingConfigArnT>(value);
160 template <
typename TrackingConfigArnT = Aws::String>
173 template <
typename StreamsKmsKeyT = KmsKey>
175 m_streamsKmsKeyHasBeenSet =
true;
176 m_streamsKmsKey = std::forward<StreamsKmsKeyT>(value);
178 template <
typename StreamsKmsKeyT = KmsKey>
191 template <
typename StreamsKmsRoleT = Aws::String>
193 m_streamsKmsRoleHasBeenSet =
true;
194 m_streamsKmsRole = std::forward<StreamsKmsRoleT>(value);
196 template <
typename StreamsKmsRoleT = Aws::String>
204 bool m_missionProfileIdHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
209 int m_contactPrePassDurationSeconds{0};
210 bool m_contactPrePassDurationSecondsHasBeenSet =
false;
212 int m_contactPostPassDurationSeconds{0};
213 bool m_contactPostPassDurationSecondsHasBeenSet =
false;
215 int m_minimumViableContactDurationSeconds{0};
216 bool m_minimumViableContactDurationSecondsHasBeenSet =
false;
219 bool m_dataflowEdgesHasBeenSet =
false;
222 bool m_trackingConfigArnHasBeenSet =
false;
224 KmsKey m_streamsKmsKey;
225 bool m_streamsKmsKeyHasBeenSet =
false;
228 bool m_streamsKmsRoleHasBeenSet =
false;
UpdateMissionProfileRequest & WithContactPrePassDurationSeconds(int value)
bool MissionProfileIdHasBeenSet() const
bool ContactPostPassDurationSecondsHasBeenSet() const
UpdateMissionProfileRequest & WithTrackingConfigArn(TrackingConfigArnT &&value)
UpdateMissionProfileRequest & WithMinimumViableContactDurationSeconds(int value)
void SetMinimumViableContactDurationSeconds(int value)
void SetName(NameT &&value)
void SetContactPostPassDurationSeconds(int value)
UpdateMissionProfileRequest & WithStreamsKmsRole(StreamsKmsRoleT &&value)
int GetContactPrePassDurationSeconds() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
const Aws::String & GetMissionProfileId() const
const Aws::String & GetName() const
bool StreamsKmsRoleHasBeenSet() const
const KmsKey & GetStreamsKmsKey() const
UpdateMissionProfileRequest & WithStreamsKmsKey(StreamsKmsKeyT &&value)
UpdateMissionProfileRequest & WithMissionProfileId(MissionProfileIdT &&value)
void SetStreamsKmsRole(StreamsKmsRoleT &&value)
void SetTrackingConfigArn(TrackingConfigArnT &&value)
UpdateMissionProfileRequest & WithName(NameT &&value)
int GetContactPostPassDurationSeconds() const
void SetDataflowEdges(DataflowEdgesT &&value)
int GetMinimumViableContactDurationSeconds() const
bool TrackingConfigArnHasBeenSet() const
UpdateMissionProfileRequest & WithDataflowEdges(DataflowEdgesT &&value)
bool NameHasBeenSet() const
bool ContactPrePassDurationSecondsHasBeenSet() const
const Aws::String & GetTrackingConfigArn() const
const Aws::Vector< Aws::Vector< Aws::String > > & GetDataflowEdges() const
const Aws::String & GetStreamsKmsRole() const
void SetMissionProfileId(MissionProfileIdT &&value)
bool MinimumViableContactDurationSecondsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool StreamsKmsKeyHasBeenSet() const
UpdateMissionProfileRequest & WithContactPostPassDurationSeconds(int value)
UpdateMissionProfileRequest & AddDataflowEdges(DataflowEdgesT &&value)
AWS_GROUNDSTATION_API UpdateMissionProfileRequest()=default
void SetStreamsKmsKey(StreamsKmsKeyT &&value)
bool DataflowEdgesHasBeenSet() const
void SetContactPrePassDurationSeconds(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector