7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/groundstation/model/EphemerisSource.h>
23namespace GroundStation
49 template<
typename EphemerisIdT = Aws::String>
50 void SetEphemerisId(EphemerisIdT&& value) { m_ephemerisIdHasBeenSet =
true; m_ephemerisId = std::forward<EphemerisIdT>(value); }
51 template<
typename EphemerisIdT = Aws::String>
62 template<
typename EpochT = Aws::Utils::DateTime>
63 void SetEpoch(EpochT&& value) { m_epochHasBeenSet =
true; m_epoch = std::forward<EpochT>(value); }
64 template<
typename EpochT = Aws::Utils::DateTime>
76 template<
typename NameT = Aws::String>
77 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
78 template<
typename NameT = Aws::String>
94 bool m_ephemerisIdHasBeenSet =
false;
97 bool m_epochHasBeenSet =
false;
100 bool m_nameHasBeenSet =
false;
103 bool m_sourceHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue