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>
16namespace GroundStation
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>>>
73 template<
typename DataflowEdgesT = Aws::Vector<Aws::String>>
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>
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>
119 template<
typename StreamsKmsKeyT = KmsKey>
120 void SetStreamsKmsKey(StreamsKmsKeyT&& value) { m_streamsKmsKeyHasBeenSet =
true; m_streamsKmsKey = std::forward<StreamsKmsKeyT>(value); }
121 template<
typename StreamsKmsKeyT = KmsKey>
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>
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>
150 int m_contactPostPassDurationSeconds{0};
151 bool m_contactPostPassDurationSecondsHasBeenSet =
false;
153 int m_contactPrePassDurationSeconds{0};
154 bool m_contactPrePassDurationSecondsHasBeenSet =
false;
157 bool m_dataflowEdgesHasBeenSet =
false;
159 int m_minimumViableContactDurationSeconds{0};
160 bool m_minimumViableContactDurationSecondsHasBeenSet =
false;
163 bool m_missionProfileIdHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
168 KmsKey m_streamsKmsKey;
169 bool m_streamsKmsKeyHasBeenSet =
false;
172 bool m_streamsKmsRoleHasBeenSet =
false;
175 bool m_trackingConfigArnHasBeenSet =
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