7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/S3Object.h>
10#include <aws/groundstation/model/TLEData.h>
21namespace GroundStation {
45 template <
typename S3ObjectT = S3Object>
47 m_s3ObjectHasBeenSet =
true;
48 m_s3Object = std::forward<S3ObjectT>(value);
50 template <
typename S3ObjectT = S3Object>
63 template <
typename TleDataT = Aws::Vector<TLEData>>
65 m_tleDataHasBeenSet =
true;
66 m_tleData = std::forward<TleDataT>(value);
68 template <
typename TleDataT = Aws::Vector<TLEData>>
73 template <
typename TleDataT = TLEData>
75 m_tleDataHasBeenSet =
true;
76 m_tleData.emplace_back(std::forward<TleDataT>(value));
82 bool m_s3ObjectHasBeenSet =
false;
85 bool m_tleDataHasBeenSet =
false;
bool S3ObjectHasBeenSet() const
AWS_GROUNDSTATION_API TLEEphemeris & operator=(Aws::Utils::Json::JsonView jsonValue)
TLEEphemeris & AddTleData(TleDataT &&value)
TLEEphemeris & WithS3Object(S3ObjectT &&value)
AWS_GROUNDSTATION_API TLEEphemeris()=default
bool TleDataHasBeenSet() const
void SetTleData(TleDataT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< TLEData > & GetTleData() const
const S3Object & GetS3Object() const
AWS_GROUNDSTATION_API TLEEphemeris(Aws::Utils::Json::JsonView jsonValue)
void SetS3Object(S3ObjectT &&value)
TLEEphemeris & WithTleData(TleDataT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue