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 <aws/core/utils/memory/stl/AWSMap.h>
17namespace GroundStation
70 template<
typename DataflowEdgesT = Aws::Vector<Aws::Vector<Aws::String>>>
71 void SetDataflowEdges(DataflowEdgesT&& value) { m_dataflowEdgesHasBeenSet =
true; m_dataflowEdges = std::forward<DataflowEdgesT>(value); }
72 template<
typename DataflowEdgesT = Aws::Vector<Aws::Vector<Aws::String>>>
74 template<
typename DataflowEdgesT = Aws::Vector<Aws::String>>
96 template<
typename NameT = Aws::String>
97 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
98 template<
typename NameT = Aws::String>
108 template<
typename StreamsKmsKeyT = KmsKey>
109 void SetStreamsKmsKey(StreamsKmsKeyT&& value) { m_streamsKmsKeyHasBeenSet =
true; m_streamsKmsKey = std::forward<StreamsKmsKeyT>(value); }
110 template<
typename StreamsKmsKeyT = KmsKey>
120 template<
typename StreamsKmsRoleT = Aws::String>
121 void SetStreamsKmsRole(StreamsKmsRoleT&& value) { m_streamsKmsRoleHasBeenSet =
true; m_streamsKmsRole = std::forward<StreamsKmsRoleT>(value); }
122 template<
typename StreamsKmsRoleT = Aws::String>
132 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
134 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
136 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
138 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
148 template<
typename TrackingConfigArnT = Aws::String>
149 void SetTrackingConfigArn(TrackingConfigArnT&& value) { m_trackingConfigArnHasBeenSet =
true; m_trackingConfigArn = std::forward<TrackingConfigArnT>(value); }
150 template<
typename TrackingConfigArnT = Aws::String>
155 int m_contactPostPassDurationSeconds{0};
156 bool m_contactPostPassDurationSecondsHasBeenSet =
false;
158 int m_contactPrePassDurationSeconds{0};
159 bool m_contactPrePassDurationSecondsHasBeenSet =
false;
162 bool m_dataflowEdgesHasBeenSet =
false;
164 int m_minimumViableContactDurationSeconds{0};
165 bool m_minimumViableContactDurationSecondsHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
170 KmsKey m_streamsKmsKey;
171 bool m_streamsKmsKeyHasBeenSet =
false;
174 bool m_streamsKmsRoleHasBeenSet =
false;
177 bool m_tagsHasBeenSet =
false;
180 bool m_trackingConfigArnHasBeenSet =
false;
bool MinimumViableContactDurationSecondsHasBeenSet() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
CreateMissionProfileRequest & AddDataflowEdges(DataflowEdgesT &&value)
void SetMinimumViableContactDurationSeconds(int value)
void SetName(NameT &&value)
bool StreamsKmsRoleHasBeenSet() const
int GetContactPostPassDurationSeconds() const
CreateMissionProfileRequest & WithMinimumViableContactDurationSeconds(int value)
AWS_GROUNDSTATION_API CreateMissionProfileRequest()=default
const Aws::String & GetName() const
void SetStreamsKmsRole(StreamsKmsRoleT &&value)
bool StreamsKmsKeyHasBeenSet() const
void SetStreamsKmsKey(StreamsKmsKeyT &&value)
CreateMissionProfileRequest & WithStreamsKmsRole(StreamsKmsRoleT &&value)
void SetContactPrePassDurationSeconds(int value)
CreateMissionProfileRequest & WithDataflowEdges(DataflowEdgesT &&value)
int GetMinimumViableContactDurationSeconds() const
CreateMissionProfileRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const KmsKey & GetStreamsKmsKey() const
bool TrackingConfigArnHasBeenSet() const
void SetDataflowEdges(DataflowEdgesT &&value)
const Aws::String & GetTrackingConfigArn() const
CreateMissionProfileRequest & WithName(NameT &&value)
void SetContactPostPassDurationSeconds(int value)
const Aws::Vector< Aws::Vector< Aws::String > > & GetDataflowEdges() const
CreateMissionProfileRequest & WithStreamsKmsKey(StreamsKmsKeyT &&value)
bool DataflowEdgesHasBeenSet() const
bool ContactPostPassDurationSecondsHasBeenSet() const
int GetContactPrePassDurationSeconds() const
void SetTags(TagsT &&value)
bool TagsHasBeenSet() const
void SetTrackingConfigArn(TrackingConfigArnT &&value)
bool NameHasBeenSet() const
CreateMissionProfileRequest & WithTags(TagsT &&value)
const Aws::String & GetStreamsKmsRole() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
virtual const char * GetServiceRequestName() const override
bool ContactPrePassDurationSecondsHasBeenSet() const
CreateMissionProfileRequest & WithContactPrePassDurationSeconds(int value)
CreateMissionProfileRequest & WithTrackingConfigArn(TrackingConfigArnT &&value)
CreateMissionProfileRequest & WithContactPostPassDurationSeconds(int value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector