7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/groundstation/GroundStation_EXPORTS.h>
13#include <aws/groundstation/model/EphemerisErrorReason.h>
14#include <aws/groundstation/model/EphemerisInvalidReason.h>
15#include <aws/groundstation/model/EphemerisStatus.h>
16#include <aws/groundstation/model/EphemerisTypeDescription.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
29namespace GroundStation {
42 template <
typename EphemerisIdT = Aws::String>
44 m_ephemerisIdHasBeenSet =
true;
45 m_ephemerisId = std::forward<EphemerisIdT>(value);
47 template <
typename EphemerisIdT = Aws::String>
59 template <
typename SatelliteIdT = Aws::String>
61 m_satelliteIdHasBeenSet =
true;
62 m_satelliteId = std::forward<SatelliteIdT>(value);
64 template <
typename SatelliteIdT = Aws::String>
77 m_statusHasBeenSet =
true;
94 m_priorityHasBeenSet =
true;
108 template <
typename CreationTimeT = Aws::Utils::DateTime>
110 m_creationTimeHasBeenSet =
true;
111 m_creationTime = std::forward<CreationTimeT>(value);
113 template <
typename CreationTimeT = Aws::Utils::DateTime>
126 m_enabledHasBeenSet =
true;
140 template <
typename NameT = Aws::String>
142 m_nameHasBeenSet =
true;
143 m_name = std::forward<NameT>(value);
145 template <
typename NameT = Aws::String>
147 SetName(std::forward<NameT>(value));
157 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
159 m_tagsHasBeenSet =
true;
160 m_tags = std::forward<TagsT>(value);
162 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
164 SetTags(std::forward<TagsT>(value));
167 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
169 m_tagsHasBeenSet =
true;
170 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
180 template <
typename SuppliedDataT = EphemerisTypeDescription>
182 m_suppliedDataHasBeenSet =
true;
183 m_suppliedData = std::forward<SuppliedDataT>(value);
185 template <
typename SuppliedDataT = EphemerisTypeDescription>
199 m_invalidReasonHasBeenSet =
true;
200 m_invalidReason = value;
215 template <
typename ErrorReasonsT = Aws::Vector<EphemerisErrorReason>>
217 m_errorReasonsHasBeenSet =
true;
218 m_errorReasons = std::forward<ErrorReasonsT>(value);
220 template <
typename ErrorReasonsT = Aws::Vector<EphemerisErrorReason>>
225 template <
typename ErrorReasonsT = EphemerisErrorReason>
227 m_errorReasonsHasBeenSet =
true;
228 m_errorReasons.emplace_back(std::forward<ErrorReasonsT>(value));
236 template <
typename RequestIdT = Aws::String>
238 m_requestIdHasBeenSet =
true;
239 m_requestId = std::forward<RequestIdT>(value);
241 template <
typename RequestIdT = Aws::String>
260 bool m_enabled{
false};
266 EphemerisTypeDescription m_suppliedData;
274 bool m_ephemerisIdHasBeenSet =
false;
275 bool m_satelliteIdHasBeenSet =
false;
276 bool m_statusHasBeenSet =
false;
277 bool m_priorityHasBeenSet =
false;
278 bool m_creationTimeHasBeenSet =
false;
279 bool m_enabledHasBeenSet =
false;
280 bool m_nameHasBeenSet =
false;
281 bool m_tagsHasBeenSet =
false;
282 bool m_suppliedDataHasBeenSet =
false;
283 bool m_invalidReasonHasBeenSet =
false;
284 bool m_errorReasonsHasBeenSet =
false;
285 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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