AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EphemerisMetaData.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/groundstation/model/EphemerisSource.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace GroundStation
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_GROUNDSTATION_API EphemerisMetaData();
37 AWS_GROUNDSTATION_API EphemerisMetaData(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GROUNDSTATION_API EphemerisMetaData& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::String& GetEphemerisId() const{ return m_ephemerisId; }
48 inline bool EphemerisIdHasBeenSet() const { return m_ephemerisIdHasBeenSet; }
49 inline void SetEphemerisId(const Aws::String& value) { m_ephemerisIdHasBeenSet = true; m_ephemerisId = value; }
50 inline void SetEphemerisId(Aws::String&& value) { m_ephemerisIdHasBeenSet = true; m_ephemerisId = std::move(value); }
51 inline void SetEphemerisId(const char* value) { m_ephemerisIdHasBeenSet = true; m_ephemerisId.assign(value); }
52 inline EphemerisMetaData& WithEphemerisId(const Aws::String& value) { SetEphemerisId(value); return *this;}
53 inline EphemerisMetaData& WithEphemerisId(Aws::String&& value) { SetEphemerisId(std::move(value)); return *this;}
54 inline EphemerisMetaData& WithEphemerisId(const char* value) { SetEphemerisId(value); return *this;}
56
58
62 inline const Aws::Utils::DateTime& GetEpoch() const{ return m_epoch; }
63 inline bool EpochHasBeenSet() const { return m_epochHasBeenSet; }
64 inline void SetEpoch(const Aws::Utils::DateTime& value) { m_epochHasBeenSet = true; m_epoch = value; }
65 inline void SetEpoch(Aws::Utils::DateTime&& value) { m_epochHasBeenSet = true; m_epoch = std::move(value); }
66 inline EphemerisMetaData& WithEpoch(const Aws::Utils::DateTime& value) { SetEpoch(value); return *this;}
67 inline EphemerisMetaData& WithEpoch(Aws::Utils::DateTime&& value) { SetEpoch(std::move(value)); return *this;}
69
71
76 inline const Aws::String& GetName() const{ return m_name; }
77 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
78 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
79 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
80 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
81 inline EphemerisMetaData& WithName(const Aws::String& value) { SetName(value); return *this;}
82 inline EphemerisMetaData& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
83 inline EphemerisMetaData& WithName(const char* value) { SetName(value); return *this;}
85
87
90 inline const EphemerisSource& GetSource() const{ return m_source; }
91 inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; }
92 inline void SetSource(const EphemerisSource& value) { m_sourceHasBeenSet = true; m_source = value; }
93 inline void SetSource(EphemerisSource&& value) { m_sourceHasBeenSet = true; m_source = std::move(value); }
94 inline EphemerisMetaData& WithSource(const EphemerisSource& value) { SetSource(value); return *this;}
95 inline EphemerisMetaData& WithSource(EphemerisSource&& value) { SetSource(std::move(value)); return *this;}
97 private:
98
99 Aws::String m_ephemerisId;
100 bool m_ephemerisIdHasBeenSet = false;
101
102 Aws::Utils::DateTime m_epoch;
103 bool m_epochHasBeenSet = false;
104
105 Aws::String m_name;
106 bool m_nameHasBeenSet = false;
107
108 EphemerisSource m_source;
109 bool m_sourceHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace GroundStation
114} // namespace Aws
EphemerisMetaData & WithEphemerisId(const char *value)
const Aws::Utils::DateTime & GetEpoch() const
AWS_GROUNDSTATION_API EphemerisMetaData(Aws::Utils::Json::JsonView jsonValue)
EphemerisMetaData & WithName(const Aws::String &value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
EphemerisMetaData & WithEpoch(const Aws::Utils::DateTime &value)
EphemerisMetaData & WithEphemerisId(Aws::String &&value)
const EphemerisSource & GetSource() const
void SetEpoch(Aws::Utils::DateTime &&value)
EphemerisMetaData & WithSource(const EphemerisSource &value)
EphemerisMetaData & WithName(Aws::String &&value)
EphemerisMetaData & WithSource(EphemerisSource &&value)
void SetEphemerisId(const Aws::String &value)
EphemerisMetaData & WithName(const char *value)
void SetEpoch(const Aws::Utils::DateTime &value)
EphemerisMetaData & WithEpoch(Aws::Utils::DateTime &&value)
void SetSource(const EphemerisSource &value)
EphemerisMetaData & WithEphemerisId(const Aws::String &value)
AWS_GROUNDSTATION_API EphemerisMetaData & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue