7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/S3Object.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/groundstation/model/TLEData.h>
23namespace GroundStation
48 template<
typename S3ObjectT = S3Object>
49 void SetS3Object(S3ObjectT&& value) { m_s3ObjectHasBeenSet =
true; m_s3Object = std::forward<S3ObjectT>(value); }
50 template<
typename S3ObjectT = S3Object>
61 template<
typename TleDataT = Aws::Vector<TLEData>>
62 void SetTleData(TleDataT&& value) { m_tleDataHasBeenSet =
true; m_tleData = std::forward<TleDataT>(value); }
63 template<
typename TleDataT = Aws::Vector<TLEData>>
65 template<
typename TleDataT = TLEData>
66 TLEEphemeris&
AddTleData(TleDataT&& value) { m_tleDataHasBeenSet =
true; m_tleData.emplace_back(std::forward<TleDataT>(value));
return *
this; }
71 bool m_s3ObjectHasBeenSet =
false;
74 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