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
61 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
73 inline void SetEphemerisId(
const char* value) { m_ephemerisIdHasBeenSet =
true; m_ephemerisId.assign(value); }
88 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
103 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
133 bool m_creationTimeHasBeenSet =
false;
136 bool m_enabledHasBeenSet =
false;
139 bool m_ephemerisIdHasBeenSet =
false;
142 bool m_nameHasBeenSet =
false;
145 bool m_priorityHasBeenSet =
false;
148 bool m_sourceS3ObjectHasBeenSet =
false;
151 bool m_statusHasBeenSet =
false;
bool EphemerisIdHasBeenSet() const
EphemerisItem & WithName(const Aws::String &value)
EphemerisItem & WithEphemerisId(const Aws::String &value)
void SetEphemerisId(Aws::String &&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
EphemerisItem & WithName(const char *value)
void SetName(const char *value)
const Aws::String & GetName() const
const EphemerisStatus & GetStatus() const
EphemerisItem & WithSourceS3Object(S3Object &&value)
bool PriorityHasBeenSet() const
EphemerisItem & WithCreationTime(const Aws::Utils::DateTime &value)
void SetEphemerisId(const Aws::String &value)
AWS_GROUNDSTATION_API EphemerisItem()
void SetSourceS3Object(const S3Object &value)
void SetStatus(const EphemerisStatus &value)
void SetPriority(int value)
bool SourceS3ObjectHasBeenSet() const
EphemerisItem & WithStatus(EphemerisStatus &&value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetEnabled(bool value)
void SetCreationTime(Aws::Utils::DateTime &&value)
EphemerisItem & WithEphemerisId(const char *value)
void SetName(Aws::String &&value)
void SetSourceS3Object(S3Object &&value)
EphemerisItem & WithEphemerisId(Aws::String &&value)
EphemerisItem & WithSourceS3Object(const S3Object &value)
EphemerisItem & WithPriority(int value)
const Aws::String & GetEphemerisId() const
EphemerisItem & WithStatus(const EphemerisStatus &value)
AWS_GROUNDSTATION_API EphemerisItem & operator=(Aws::Utils::Json::JsonView jsonValue)
const S3Object & GetSourceS3Object() const
void SetEphemerisId(const char *value)
EphemerisItem & WithCreationTime(Aws::Utils::DateTime &&value)
EphemerisItem & WithName(Aws::String &&value)
const Aws::Utils::DateTime & GetCreationTime() const
bool NameHasBeenSet() const
EphemerisItem & WithEnabled(bool value)
void SetName(const Aws::String &value)
void SetStatus(EphemerisStatus &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue