7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/groundstation/GroundStation_EXPORTS.h>
11#include <aws/groundstation/model/EphemerisMetaData.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace GroundStation {
42 template <
typename SatelliteIdT = Aws::String>
44 m_satelliteIdHasBeenSet =
true;
45 m_satelliteId = std::forward<SatelliteIdT>(value);
47 template <
typename SatelliteIdT = Aws::String>
59 template <
typename SatelliteArnT = Aws::String>
61 m_satelliteArnHasBeenSet =
true;
62 m_satelliteArn = std::forward<SatelliteArnT>(value);
64 template <
typename SatelliteArnT = Aws::String>
77 m_noradSatelliteIDHasBeenSet =
true;
78 m_noradSatelliteID = value;
91 template <
typename GroundStationsT = Aws::Vector<Aws::String>>
93 m_groundStationsHasBeenSet =
true;
94 m_groundStations = std::forward<GroundStationsT>(value);
96 template <
typename GroundStationsT = Aws::Vector<Aws::String>>
101 template <
typename GroundStationsT = Aws::String>
103 m_groundStationsHasBeenSet =
true;
104 m_groundStations.emplace_back(std::forward<GroundStationsT>(value));
115 template <
typename CurrentEphemerisT = EphemerisMetaData>
117 m_currentEphemerisHasBeenSet =
true;
118 m_currentEphemeris = std::forward<CurrentEphemerisT>(value);
120 template <
typename CurrentEphemerisT = EphemerisMetaData>
130 template <
typename RequestIdT = Aws::String>
132 m_requestIdHasBeenSet =
true;
133 m_requestId = std::forward<RequestIdT>(value);
135 template <
typename RequestIdT = Aws::String>
148 int m_noradSatelliteID{0};
152 EphemerisMetaData m_currentEphemeris;
156 bool m_satelliteIdHasBeenSet =
false;
157 bool m_satelliteArnHasBeenSet =
false;
158 bool m_noradSatelliteIDHasBeenSet =
false;
159 bool m_groundStationsHasBeenSet =
false;
160 bool m_currentEphemerisHasBeenSet =
false;
161 bool m_requestIdHasBeenSet =
false;
GetSatelliteResult & WithGroundStations(GroundStationsT &&value)
const Aws::String & GetSatelliteArn() const
void SetRequestId(RequestIdT &&value)
void SetSatelliteId(SatelliteIdT &&value)
GetSatelliteResult & WithCurrentEphemeris(CurrentEphemerisT &&value)
GetSatelliteResult & AddGroundStations(GroundStationsT &&value)
void SetGroundStations(GroundStationsT &&value)
GetSatelliteResult & WithSatelliteArn(SatelliteArnT &&value)
const Aws::Vector< Aws::String > & GetGroundStations() const
GetSatelliteResult & WithNoradSatelliteID(int value)
void SetNoradSatelliteID(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const EphemerisMetaData & GetCurrentEphemeris() const
int GetNoradSatelliteID() const
void SetCurrentEphemeris(CurrentEphemerisT &&value)
GetSatelliteResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetSatelliteResult & WithSatelliteId(SatelliteIdT &&value)
AWS_GROUNDSTATION_API GetSatelliteResult()=default
AWS_GROUNDSTATION_API GetSatelliteResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetSatelliteArn(SatelliteArnT &&value)
AWS_GROUNDSTATION_API GetSatelliteResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSatelliteId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue