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
49 inline void SetEphemerisData(
const char* value) { m_ephemerisDataHasBeenSet =
true; m_ephemerisData.assign(value); }
69 bool m_ephemerisDataHasBeenSet =
false;
72 bool m_sourceS3ObjectHasBeenSet =
false;
AWS_GROUNDSTATION_API EphemerisDescription(Aws::Utils::Json::JsonView jsonValue)
void SetSourceS3Object(S3Object &&value)
EphemerisDescription & WithEphemerisData(const Aws::String &value)
bool SourceS3ObjectHasBeenSet() const
void SetEphemerisData(const Aws::String &value)
EphemerisDescription & WithSourceS3Object(const S3Object &value)
EphemerisDescription & WithEphemerisData(const char *value)
bool EphemerisDataHasBeenSet() const
AWS_GROUNDSTATION_API EphemerisDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEphemerisData(const char *value)
AWS_GROUNDSTATION_API EphemerisDescription()
void SetEphemerisData(Aws::String &&value)
void SetSourceS3Object(const S3Object &value)
const S3Object & GetSourceS3Object() const
EphemerisDescription & WithSourceS3Object(S3Object &&value)
EphemerisDescription & WithEphemerisData(Aws::String &&value)
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