7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/model/S3Object.h>
11#include <aws/groundstation/model/EphemerisStatus.h>
24namespace GroundStation
49 template<
typename CreationTimeT = Aws::Utils::DateTime>
50 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
51 template<
typename CreationTimeT = Aws::Utils::DateTime>
61 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
71 template<
typename EphemerisIdT = Aws::String>
72 void SetEphemerisId(EphemerisIdT&& value) { m_ephemerisIdHasBeenSet =
true; m_ephemerisId = std::forward<EphemerisIdT>(value); }
73 template<
typename EphemerisIdT = Aws::String>
84 template<
typename NameT = Aws::String>
85 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
86 template<
typename NameT = Aws::String>
99 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
109 template<
typename SourceS3ObjectT = S3Object>
110 void SetSourceS3Object(SourceS3ObjectT&& value) { m_sourceS3ObjectHasBeenSet =
true; m_sourceS3Object = std::forward<SourceS3ObjectT>(value); }
111 template<
typename SourceS3ObjectT = S3Object>
127 bool m_creationTimeHasBeenSet =
false;
129 bool m_enabled{
false};
130 bool m_enabledHasBeenSet =
false;
133 bool m_ephemerisIdHasBeenSet =
false;
136 bool m_nameHasBeenSet =
false;
139 bool m_priorityHasBeenSet =
false;
141 S3Object m_sourceS3Object;
142 bool m_sourceS3ObjectHasBeenSet =
false;
145 bool m_statusHasBeenSet =
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
AWS_GROUNDSTATION_API EphemerisItem(Aws::Utils::Json::JsonView jsonValue)
bool CreationTimeHasBeenSet() const
bool StatusHasBeenSet() const
const Aws::String & GetName() const
bool PriorityHasBeenSet() const
EphemerisItem & WithSourceS3Object(SourceS3ObjectT &&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