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/EphemerisStatus.h>
11#include <aws/groundstation/model/EphemerisType.h>
12#include <aws/groundstation/model/S3Object.h>
23namespace GroundStation {
44 template <
typename EphemerisIdT = Aws::String>
46 m_ephemerisIdHasBeenSet =
true;
47 m_ephemerisId = std::forward<EphemerisIdT>(value);
49 template <
typename EphemerisIdT = Aws::String>
63 m_ephemerisTypeHasBeenSet =
true;
64 m_ephemerisType = value;
79 m_statusHasBeenSet =
true;
97 m_priorityHasBeenSet =
true;
113 m_enabledHasBeenSet =
true;
128 template <
typename CreationTimeT = Aws::Utils::DateTime>
130 m_creationTimeHasBeenSet =
true;
131 m_creationTime = std::forward<CreationTimeT>(value);
133 template <
typename CreationTimeT = Aws::Utils::DateTime>
146 template <
typename NameT = Aws::String>
148 m_nameHasBeenSet =
true;
149 m_name = std::forward<NameT>(value);
151 template <
typename NameT = Aws::String>
153 SetName(std::forward<NameT>(value));
164 template <
typename SourceS3ObjectT = S3Object>
166 m_sourceS3ObjectHasBeenSet =
true;
167 m_sourceS3Object = std::forward<SourceS3ObjectT>(value);
169 template <
typename SourceS3ObjectT = S3Object>
177 bool m_ephemerisIdHasBeenSet =
false;
180 bool m_ephemerisTypeHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
186 bool m_priorityHasBeenSet =
false;
188 bool m_enabled{
false};
189 bool m_enabledHasBeenSet =
false;
192 bool m_creationTimeHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
197 S3Object m_sourceS3Object;
198 bool m_sourceS3ObjectHasBeenSet =
false;
void SetCreationTime(CreationTimeT &&value)
bool EphemerisIdHasBeenSet() const
EphemerisItem & WithCreationTime(CreationTimeT &&value)
EphemerisStatus GetStatus() const
AWS_GROUNDSTATION_API EphemerisItem()=default
EphemerisItem & WithName(NameT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
bool EnabledHasBeenSet() const
void SetEphemerisType(EphemerisType value)
AWS_GROUNDSTATION_API EphemerisItem(Aws::Utils::Json::JsonView jsonValue)
EphemerisType GetEphemerisType() const
bool CreationTimeHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::String & GetName() const
bool PriorityHasBeenSet() const
EphemerisItem & WithSourceS3Object(SourceS3ObjectT &&value)
bool EphemerisTypeHasBeenSet() const
EphemerisItem & WithEphemerisType(EphemerisType value)
void SetStatus(EphemerisStatus value)
void SetPriority(int value)
bool SourceS3ObjectHasBeenSet() const
void SetEnabled(bool value)
void SetSourceS3Object(SourceS3ObjectT &&value)
EphemerisItem & WithStatus(EphemerisStatus value)
EphemerisItem & WithPriority(int value)
const Aws::String & GetEphemerisId() const
AWS_GROUNDSTATION_API EphemerisItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3Object & GetSourceS3Object() const
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
EphemerisItem & WithEphemerisId(EphemerisIdT &&value)
bool NameHasBeenSet() const
EphemerisItem & WithEnabled(bool value)
void SetEphemerisId(EphemerisIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue