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 {
43 template <
typename SatelliteIdT = Aws::String>
45 m_satelliteIdHasBeenSet =
true;
46 m_satelliteId = std::forward<SatelliteIdT>(value);
48 template <
typename SatelliteIdT = Aws::String>
60 template <
typename SatelliteArnT = Aws::String>
62 m_satelliteArnHasBeenSet =
true;
63 m_satelliteArn = std::forward<SatelliteArnT>(value);
65 template <
typename SatelliteArnT = Aws::String>
78 m_noradSatelliteIDHasBeenSet =
true;
79 m_noradSatelliteID = value;
92 template <
typename GroundStationsT = Aws::Vector<Aws::String>>
94 m_groundStationsHasBeenSet =
true;
95 m_groundStations = std::forward<GroundStationsT>(value);
97 template <
typename GroundStationsT = Aws::Vector<Aws::String>>
102 template <
typename GroundStationsT = Aws::String>
104 m_groundStationsHasBeenSet =
true;
105 m_groundStations.emplace_back(std::forward<GroundStationsT>(value));
116 template <
typename CurrentEphemerisT = EphemerisMetaData>
118 m_currentEphemerisHasBeenSet =
true;
119 m_currentEphemeris = std::forward<CurrentEphemerisT>(value);
121 template <
typename CurrentEphemerisT = EphemerisMetaData>
131 template <
typename RequestIdT = Aws::String>
133 m_requestIdHasBeenSet =
true;
134 m_requestId = std::forward<RequestIdT>(value);
136 template <
typename RequestIdT = Aws::String>
149 int m_noradSatelliteID{0};
153 EphemerisMetaData m_currentEphemeris;
157 bool m_satelliteIdHasBeenSet =
false;
158 bool m_satelliteArnHasBeenSet =
false;
159 bool m_noradSatelliteIDHasBeenSet =
false;
160 bool m_groundStationsHasBeenSet =
false;
161 bool m_currentEphemerisHasBeenSet =
false;
162 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