7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
10#include <aws/groundstation/model/EphemerisSource.h>
21namespace GroundStation {
43 m_sourceHasBeenSet =
true;
59 template <
typename EphemerisIdT = Aws::String>
61 m_ephemerisIdHasBeenSet =
true;
62 m_ephemerisId = std::forward<EphemerisIdT>(value);
64 template <
typename EphemerisIdT = Aws::String>
78 template <
typename EpochT = Aws::Utils::DateTime>
80 m_epochHasBeenSet =
true;
81 m_epoch = std::forward<EpochT>(value);
83 template <
typename EpochT = Aws::Utils::DateTime>
85 SetEpoch(std::forward<EpochT>(value));
98 template <
typename NameT = Aws::String>
100 m_nameHasBeenSet =
true;
101 m_name = std::forward<NameT>(value);
103 template <
typename NameT = Aws::String>
105 SetName(std::forward<NameT>(value));
111 bool m_sourceHasBeenSet =
false;
114 bool m_ephemerisIdHasBeenSet =
false;
117 bool m_epochHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue