/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Ephemeris item.See Also:
AWS
* API Reference
The time the ephemeris was uploaded in UTC.
*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *The time the ephemeris was uploaded in UTC.
*/ inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; } /** *The time the ephemeris was uploaded in UTC.
*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; } /** *The time the ephemeris was uploaded in UTC.
*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); } /** *The time the ephemeris was uploaded in UTC.
*/ inline EphemerisItem& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *The time the ephemeris was uploaded in UTC.
*/ inline EphemerisItem& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *Whether or not the ephemeris is enabled.
*/ inline bool GetEnabled() const{ return m_enabled; } /** *Whether or not the ephemeris is enabled.
*/ inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; } /** *Whether or not the ephemeris is enabled.
*/ inline void SetEnabled(bool value) { m_enabledHasBeenSet = true; m_enabled = value; } /** *Whether or not the ephemeris is enabled.
*/ inline EphemerisItem& WithEnabled(bool value) { SetEnabled(value); return *this;} /** *The AWS Ground Station ephemeris ID.
*/ inline const Aws::String& GetEphemerisId() const{ return m_ephemerisId; } /** *The AWS Ground Station ephemeris ID.
*/ inline bool EphemerisIdHasBeenSet() const { return m_ephemerisIdHasBeenSet; } /** *The AWS Ground Station ephemeris ID.
*/ inline void SetEphemerisId(const Aws::String& value) { m_ephemerisIdHasBeenSet = true; m_ephemerisId = value; } /** *The AWS Ground Station ephemeris ID.
*/ inline void SetEphemerisId(Aws::String&& value) { m_ephemerisIdHasBeenSet = true; m_ephemerisId = std::move(value); } /** *The AWS Ground Station ephemeris ID.
*/ inline void SetEphemerisId(const char* value) { m_ephemerisIdHasBeenSet = true; m_ephemerisId.assign(value); } /** *The AWS Ground Station ephemeris ID.
*/ inline EphemerisItem& WithEphemerisId(const Aws::String& value) { SetEphemerisId(value); return *this;} /** *The AWS Ground Station ephemeris ID.
*/ inline EphemerisItem& WithEphemerisId(Aws::String&& value) { SetEphemerisId(std::move(value)); return *this;} /** *The AWS Ground Station ephemeris ID.
*/ inline EphemerisItem& WithEphemerisId(const char* value) { SetEphemerisId(value); return *this;} /** *A name string associated with the ephemeris. Used as a human-readable * identifier for the ephemeris.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *A name string associated with the ephemeris. Used as a human-readable * identifier for the ephemeris.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *A name string associated with the ephemeris. Used as a human-readable * identifier for the ephemeris.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *A name string associated with the ephemeris. Used as a human-readable * identifier for the ephemeris.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *A name string associated with the ephemeris. Used as a human-readable * identifier for the ephemeris.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *A name string associated with the ephemeris. Used as a human-readable * identifier for the ephemeris.
*/ inline EphemerisItem& WithName(const Aws::String& value) { SetName(value); return *this;} /** *A name string associated with the ephemeris. Used as a human-readable * identifier for the ephemeris.
*/ inline EphemerisItem& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *A name string associated with the ephemeris. Used as a human-readable * identifier for the ephemeris.
*/ inline EphemerisItem& WithName(const char* value) { SetName(value); return *this;} /** *Customer-provided priority score to establish the order in which overlapping * ephemerides should be used.
The default for customer-provided ephemeris * priority is 1, and higher numbers take precedence.
Priority must be 1 or * greater
*/ inline int GetPriority() const{ return m_priority; } /** *Customer-provided priority score to establish the order in which overlapping * ephemerides should be used.
The default for customer-provided ephemeris * priority is 1, and higher numbers take precedence.
Priority must be 1 or * greater
*/ inline bool PriorityHasBeenSet() const { return m_priorityHasBeenSet; } /** *Customer-provided priority score to establish the order in which overlapping * ephemerides should be used.
The default for customer-provided ephemeris * priority is 1, and higher numbers take precedence.
Priority must be 1 or * greater
*/ inline void SetPriority(int value) { m_priorityHasBeenSet = true; m_priority = value; } /** *Customer-provided priority score to establish the order in which overlapping * ephemerides should be used.
The default for customer-provided ephemeris * priority is 1, and higher numbers take precedence.
Priority must be 1 or * greater
*/ inline EphemerisItem& WithPriority(int value) { SetPriority(value); return *this;} /** *Source S3 object used for the ephemeris.
*/ inline const S3Object& GetSourceS3Object() const{ return m_sourceS3Object; } /** *Source S3 object used for the ephemeris.
*/ inline bool SourceS3ObjectHasBeenSet() const { return m_sourceS3ObjectHasBeenSet; } /** *Source S3 object used for the ephemeris.
*/ inline void SetSourceS3Object(const S3Object& value) { m_sourceS3ObjectHasBeenSet = true; m_sourceS3Object = value; } /** *Source S3 object used for the ephemeris.
*/ inline void SetSourceS3Object(S3Object&& value) { m_sourceS3ObjectHasBeenSet = true; m_sourceS3Object = std::move(value); } /** *Source S3 object used for the ephemeris.
*/ inline EphemerisItem& WithSourceS3Object(const S3Object& value) { SetSourceS3Object(value); return *this;} /** *Source S3 object used for the ephemeris.
*/ inline EphemerisItem& WithSourceS3Object(S3Object&& value) { SetSourceS3Object(std::move(value)); return *this;} /** *The status of the ephemeris.
*/ inline const EphemerisStatus& GetStatus() const{ return m_status; } /** *The status of the ephemeris.
*/ inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; } /** *The status of the ephemeris.
*/ inline void SetStatus(const EphemerisStatus& value) { m_statusHasBeenSet = true; m_status = value; } /** *The status of the ephemeris.
*/ inline void SetStatus(EphemerisStatus&& value) { m_statusHasBeenSet = true; m_status = std::move(value); } /** *The status of the ephemeris.
*/ inline EphemerisItem& WithStatus(const EphemerisStatus& value) { SetStatus(value); return *this;} /** *The status of the ephemeris.
*/ inline EphemerisItem& WithStatus(EphemerisStatus&& value) { SetStatus(std::move(value)); return *this;} private: Aws::Utils::DateTime m_creationTime; bool m_creationTimeHasBeenSet = false; bool m_enabled; bool m_enabledHasBeenSet = false; Aws::String m_ephemerisId; bool m_ephemerisIdHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; int m_priority; bool m_priorityHasBeenSet = false; S3Object m_sourceS3Object; bool m_sourceS3ObjectHasBeenSet = false; EphemerisStatus m_status; bool m_statusHasBeenSet = false; }; } // namespace Model } // namespace GroundStation } // namespace Aws