7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/model/EphemerisData.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17namespace GroundStation
46 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
56 template<
typename EphemerisT = EphemerisData>
57 void SetEphemeris(EphemerisT&& value) { m_ephemerisHasBeenSet =
true; m_ephemeris = std::forward<EphemerisT>(value); }
58 template<
typename EphemerisT = EphemerisData>
69 template<
typename ExpirationTimeT = Aws::Utils::DateTime>
70 void SetExpirationTime(ExpirationTimeT&& value) { m_expirationTimeHasBeenSet =
true; m_expirationTime = std::forward<ExpirationTimeT>(value); }
71 template<
typename ExpirationTimeT = Aws::Utils::DateTime>
81 template<
typename KmsKeyArnT = Aws::String>
82 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet =
true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
83 template<
typename KmsKeyArnT = Aws::String>
94 template<
typename NameT = Aws::String>
95 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
96 template<
typename NameT = Aws::String>
109 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
119 template<
typename SatelliteIdT = Aws::String>
120 void SetSatelliteId(SatelliteIdT&& value) { m_satelliteIdHasBeenSet =
true; m_satelliteId = std::forward<SatelliteIdT>(value); }
121 template<
typename SatelliteIdT = Aws::String>
131 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
133 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
135 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
137 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
142 bool m_enabled{
false};
143 bool m_enabledHasBeenSet =
false;
145 EphemerisData m_ephemeris;
146 bool m_ephemerisHasBeenSet =
false;
149 bool m_expirationTimeHasBeenSet =
false;
152 bool m_kmsKeyArnHasBeenSet =
false;
155 bool m_nameHasBeenSet =
false;
158 bool m_priorityHasBeenSet =
false;
161 bool m_satelliteIdHasBeenSet =
false;
164 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