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/core/utils/memory/stl/AWSVector.h>
11#include <aws/groundstation/GroundStation_EXPORTS.h>
12#include <aws/groundstation/model/EphemerisErrorReason.h>
13#include <aws/groundstation/model/EphemerisInvalidReason.h>
14#include <aws/groundstation/model/EphemerisStatus.h>
15#include <aws/groundstation/model/EphemerisTypeDescription.h>
20template <
typename RESULT_TYPE>
21class AmazonWebServiceResult;
28namespace GroundStation {
41 template <
typename EphemerisIdT = Aws::String>
43 m_ephemerisIdHasBeenSet =
true;
44 m_ephemerisId = std::forward<EphemerisIdT>(value);
46 template <
typename EphemerisIdT = Aws::String>
58 template <
typename SatelliteIdT = Aws::String>
60 m_satelliteIdHasBeenSet =
true;
61 m_satelliteId = std::forward<SatelliteIdT>(value);
63 template <
typename SatelliteIdT = Aws::String>
76 m_statusHasBeenSet =
true;
93 m_priorityHasBeenSet =
true;
107 template <
typename CreationTimeT = Aws::Utils::DateTime>
109 m_creationTimeHasBeenSet =
true;
110 m_creationTime = std::forward<CreationTimeT>(value);
112 template <
typename CreationTimeT = Aws::Utils::DateTime>
125 m_enabledHasBeenSet =
true;
139 template <
typename NameT = Aws::String>
141 m_nameHasBeenSet =
true;
142 m_name = std::forward<NameT>(value);
144 template <
typename NameT = Aws::String>
146 SetName(std::forward<NameT>(value));
156 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
158 m_tagsHasBeenSet =
true;
159 m_tags = std::forward<TagsT>(value);
161 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
163 SetTags(std::forward<TagsT>(value));
166 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
168 m_tagsHasBeenSet =
true;
169 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
179 template <
typename SuppliedDataT = EphemerisTypeDescription>
181 m_suppliedDataHasBeenSet =
true;
182 m_suppliedData = std::forward<SuppliedDataT>(value);
184 template <
typename SuppliedDataT = EphemerisTypeDescription>
198 m_invalidReasonHasBeenSet =
true;
199 m_invalidReason = value;
214 template <
typename ErrorReasonsT = Aws::Vector<EphemerisErrorReason>>
216 m_errorReasonsHasBeenSet =
true;
217 m_errorReasons = std::forward<ErrorReasonsT>(value);
219 template <
typename ErrorReasonsT = Aws::Vector<EphemerisErrorReason>>
224 template <
typename ErrorReasonsT = EphemerisErrorReason>
226 m_errorReasonsHasBeenSet =
true;
227 m_errorReasons.emplace_back(std::forward<ErrorReasonsT>(value));
235 template <
typename RequestIdT = Aws::String>
237 m_requestIdHasBeenSet =
true;
238 m_requestId = std::forward<RequestIdT>(value);
240 template <
typename RequestIdT = Aws::String>
248 bool m_ephemerisIdHasBeenSet =
false;
251 bool m_satelliteIdHasBeenSet =
false;
254 bool m_statusHasBeenSet =
false;
257 bool m_priorityHasBeenSet =
false;
260 bool m_creationTimeHasBeenSet =
false;
262 bool m_enabled{
false};
263 bool m_enabledHasBeenSet =
false;
266 bool m_nameHasBeenSet =
false;
269 bool m_tagsHasBeenSet =
false;
271 EphemerisTypeDescription m_suppliedData;
272 bool m_suppliedDataHasBeenSet =
false;
275 bool m_invalidReasonHasBeenSet =
false;
278 bool m_errorReasonsHasBeenSet =
false;
281 bool m_requestIdHasBeenSet =
false;
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
void SetEnabled(bool value)
DescribeEphemerisResult & WithSatelliteId(SatelliteIdT &&value)
void SetStatus(EphemerisStatus value)
const Aws::Vector< EphemerisErrorReason > & GetErrorReasons() const
DescribeEphemerisResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
DescribeEphemerisResult & WithCreationTime(CreationTimeT &&value)
DescribeEphemerisResult & WithName(NameT &&value)
DescribeEphemerisResult & WithTags(TagsT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
void SetRequestId(RequestIdT &&value)
EphemerisStatus GetStatus() const
const Aws::String & GetSatelliteId() const
void SetEphemerisId(EphemerisIdT &&value)
DescribeEphemerisResult & WithRequestId(RequestIdT &&value)
void SetErrorReasons(ErrorReasonsT &&value)
DescribeEphemerisResult & WithEnabled(bool value)
AWS_GROUNDSTATION_API DescribeEphemerisResult()=default
DescribeEphemerisResult & WithEphemerisId(EphemerisIdT &&value)
AWS_GROUNDSTATION_API DescribeEphemerisResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeEphemerisResult & WithStatus(EphemerisStatus value)
DescribeEphemerisResult & WithInvalidReason(EphemerisInvalidReason value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetPriority(int value)
void SetCreationTime(CreationTimeT &&value)
EphemerisInvalidReason GetInvalidReason() const
void SetInvalidReason(EphemerisInvalidReason value)
const EphemerisTypeDescription & GetSuppliedData() const
DescribeEphemerisResult & WithPriority(int value)
const Aws::String & GetEphemerisId() const
void SetName(NameT &&value)
AWS_GROUNDSTATION_API DescribeEphemerisResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
void SetSuppliedData(SuppliedDataT &&value)
void SetSatelliteId(SatelliteIdT &&value)
DescribeEphemerisResult & AddErrorReasons(ErrorReasonsT &&value)
DescribeEphemerisResult & WithSuppliedData(SuppliedDataT &&value)
DescribeEphemerisResult & WithErrorReasons(ErrorReasonsT &&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
Aws::Utils::Json::JsonValue JsonValue