7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/S3Object.h>
20namespace GroundStation {
41 template <
typename SourceS3ObjectT = S3Object>
43 m_sourceS3ObjectHasBeenSet =
true;
44 m_sourceS3Object = std::forward<SourceS3ObjectT>(value);
46 template <
typename SourceS3ObjectT = S3Object>
59 template <
typename EphemerisDataT = Aws::String>
61 m_ephemerisDataHasBeenSet =
true;
62 m_ephemerisData = std::forward<EphemerisDataT>(value);
64 template <
typename EphemerisDataT = Aws::String>
72 bool m_sourceS3ObjectHasBeenSet =
false;
75 bool m_ephemerisDataHasBeenSet =
false;
EphemerisDescription & WithEphemerisData(EphemerisDataT &&value)
void SetEphemerisData(EphemerisDataT &&value)
AWS_GROUNDSTATION_API EphemerisDescription(Aws::Utils::Json::JsonView jsonValue)
void SetSourceS3Object(SourceS3ObjectT &&value)
bool SourceS3ObjectHasBeenSet() const
AWS_GROUNDSTATION_API EphemerisDescription()=default
bool EphemerisDataHasBeenSet() const
AWS_GROUNDSTATION_API EphemerisDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
EphemerisDescription & WithSourceS3Object(SourceS3ObjectT &&value)
const S3Object & GetSourceS3Object() const
const Aws::String & GetEphemerisData() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue