7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/EphemerisInvalidReason.h>
11#include <aws/groundstation/model/EphemerisStatus.h>
12#include <aws/groundstation/model/EphemerisTypeDescription.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
28namespace GroundStation
45 template<
typename CreationTimeT = Aws::Utils::DateTime>
46 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
47 template<
typename CreationTimeT = Aws::Utils::DateTime>
56 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
65 template<
typename EphemerisIdT = Aws::String>
66 void SetEphemerisId(EphemerisIdT&& value) { m_ephemerisIdHasBeenSet =
true; m_ephemerisId = std::forward<EphemerisIdT>(value); }
67 template<
typename EphemerisIdT = Aws::String>
87 template<
typename NameT = Aws::String>
88 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
89 template<
typename NameT = Aws::String>
101 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
110 template<
typename SatelliteIdT = Aws::String>
111 void SetSatelliteId(SatelliteIdT&& value) { m_satelliteIdHasBeenSet =
true; m_satelliteId = std::forward<SatelliteIdT>(value); }
112 template<
typename SatelliteIdT = Aws::String>
130 template<
typename SuppliedDataT = EphemerisTypeDescription>
131 void SetSuppliedData(SuppliedDataT&& value) { m_suppliedDataHasBeenSet =
true; m_suppliedData = std::forward<SuppliedDataT>(value); }
132 template<
typename SuppliedDataT = EphemerisTypeDescription>
141 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
142 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
143 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
145 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
147 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
154 template<
typename RequestIdT = Aws::String>
155 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
156 template<
typename RequestIdT = Aws::String>
162 bool m_creationTimeHasBeenSet =
false;
164 bool m_enabled{
false};
165 bool m_enabledHasBeenSet =
false;
168 bool m_ephemerisIdHasBeenSet =
false;
171 bool m_invalidReasonHasBeenSet =
false;
174 bool m_nameHasBeenSet =
false;
177 bool m_priorityHasBeenSet =
false;
180 bool m_satelliteIdHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
185 EphemerisTypeDescription m_suppliedData;
186 bool m_suppliedDataHasBeenSet =
false;
189 bool m_tagsHasBeenSet =
false;
192 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)
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)
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 & WithSuppliedData(SuppliedDataT &&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
Aws::Utils::Json::JsonValue JsonValue