AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
EphemerisResponseData.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/EphemerisType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace GroundStation {
21namespace Model {
22
29 public:
30 AWS_GROUNDSTATION_API EphemerisResponseData() = default;
31 AWS_GROUNDSTATION_API EphemerisResponseData(Aws::Utils::Json::JsonView jsonValue);
33 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetEphemerisId() const { return m_ephemerisId; }
40 inline bool EphemerisIdHasBeenSet() const { return m_ephemerisIdHasBeenSet; }
41 template <typename EphemerisIdT = Aws::String>
42 void SetEphemerisId(EphemerisIdT&& value) {
43 m_ephemerisIdHasBeenSet = true;
44 m_ephemerisId = std::forward<EphemerisIdT>(value);
45 }
46 template <typename EphemerisIdT = Aws::String>
47 EphemerisResponseData& WithEphemerisId(EphemerisIdT&& value) {
48 SetEphemerisId(std::forward<EphemerisIdT>(value));
49 return *this;
50 }
52
54
57 inline EphemerisType GetEphemerisType() const { return m_ephemerisType; }
58 inline bool EphemerisTypeHasBeenSet() const { return m_ephemerisTypeHasBeenSet; }
59 inline void SetEphemerisType(EphemerisType value) {
60 m_ephemerisTypeHasBeenSet = true;
61 m_ephemerisType = value;
62 }
64 SetEphemerisType(value);
65 return *this;
66 }
68 private:
69 Aws::String m_ephemerisId;
70
72 bool m_ephemerisIdHasBeenSet = false;
73 bool m_ephemerisTypeHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace GroundStation
78} // namespace Aws
EphemerisResponseData & WithEphemerisId(EphemerisIdT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API EphemerisResponseData()=default
AWS_GROUNDSTATION_API EphemerisResponseData(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API EphemerisResponseData & operator=(Aws::Utils::Json::JsonView jsonValue)
EphemerisResponseData & WithEphemerisType(EphemerisType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue