7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/S3Object.h>
22namespace GroundStation
47 template<
typename EphemerisDataT = Aws::String>
48 void SetEphemerisData(EphemerisDataT&& value) { m_ephemerisDataHasBeenSet =
true; m_ephemerisData = std::forward<EphemerisDataT>(value); }
49 template<
typename EphemerisDataT = Aws::String>
59 template<
typename SourceS3ObjectT = S3Object>
60 void SetSourceS3Object(SourceS3ObjectT&& value) { m_sourceS3ObjectHasBeenSet =
true; m_sourceS3Object = std::forward<SourceS3ObjectT>(value); }
61 template<
typename SourceS3ObjectT = S3Object>
67 bool m_ephemerisDataHasBeenSet =
false;
70 bool m_sourceS3ObjectHasBeenSet =
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