7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/GroundStationRequest.h>
11#include <aws/groundstation/GroundStation_EXPORTS.h>
12#include <aws/groundstation/model/EphemerisData.h>
17namespace GroundStation {
41 template <
typename SatelliteIdT = Aws::String>
43 m_satelliteIdHasBeenSet =
true;
44 m_satelliteId = std::forward<SatelliteIdT>(value);
46 template <
typename SatelliteIdT = Aws::String>
61 m_enabledHasBeenSet =
true;
79 m_priorityHasBeenSet =
true;
95 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
97 m_expirationTimeHasBeenSet =
true;
98 m_expirationTime = std::forward<ExpirationTimeT>(value);
100 template <
typename ExpirationTimeT = Aws::Utils::DateTime>
113 template <
typename NameT = Aws::String>
115 m_nameHasBeenSet =
true;
116 m_name = std::forward<NameT>(value);
118 template <
typename NameT = Aws::String>
120 SetName(std::forward<NameT>(value));
131 template <
typename KmsKeyArnT = Aws::String>
133 m_kmsKeyArnHasBeenSet =
true;
134 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
136 template <
typename KmsKeyArnT = Aws::String>
149 template <
typename EphemerisT = EphemerisData>
151 m_ephemerisHasBeenSet =
true;
152 m_ephemeris = std::forward<EphemerisT>(value);
154 template <
typename EphemerisT = EphemerisData>
167 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
169 m_tagsHasBeenSet =
true;
170 m_tags = std::forward<TagsT>(value);
172 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
174 SetTags(std::forward<TagsT>(value));
177 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
179 m_tagsHasBeenSet =
true;
180 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
187 bool m_enabled{
false};
197 EphemerisData m_ephemeris;
200 bool m_satelliteIdHasBeenSet =
false;
201 bool m_enabledHasBeenSet =
false;
202 bool m_priorityHasBeenSet =
false;
203 bool m_expirationTimeHasBeenSet =
false;
204 bool m_nameHasBeenSet =
false;
205 bool m_kmsKeyArnHasBeenSet =
false;
206 bool m_ephemerisHasBeenSet =
false;
207 bool m_tagsHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::String & GetName() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
bool PriorityHasBeenSet() const
CreateEphemerisRequest & WithEphemeris(EphemerisT &&value)
bool EnabledHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateEphemerisRequest & WithExpirationTime(ExpirationTimeT &&value)
bool ExpirationTimeHasBeenSet() const
void SetName(NameT &&value)
const EphemerisData & GetEphemeris() const
const Aws::String & GetKmsKeyArn() const
bool TagsHasBeenSet() const
CreateEphemerisRequest & WithName(NameT &&value)
bool KmsKeyArnHasBeenSet() const
CreateEphemerisRequest & WithKmsKeyArn(KmsKeyArnT &&value)
CreateEphemerisRequest & WithTags(TagsT &&value)
bool EphemerisHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
CreateEphemerisRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetSatelliteId() const
CreateEphemerisRequest & WithPriority(int value)
bool SatelliteIdHasBeenSet() const
void SetPriority(int value)
AWS_GROUNDSTATION_API CreateEphemerisRequest()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetEphemeris(EphemerisT &&value)
CreateEphemerisRequest & WithEnabled(bool value)
const Aws::Utils::DateTime & GetExpirationTime() const
void SetSatelliteId(SatelliteIdT &&value)
void SetExpirationTime(ExpirationTimeT &&value)
CreateEphemerisRequest & WithSatelliteId(SatelliteIdT &&value)
void SetEnabled(bool 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