AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
EphemerisDescription.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/S3Object.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace GroundStation
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_GROUNDSTATION_API EphemerisDescription() = default;
36 AWS_GROUNDSTATION_API EphemerisDescription(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetEphemerisData() const { return m_ephemerisData; }
46 inline bool EphemerisDataHasBeenSet() const { return m_ephemerisDataHasBeenSet; }
47 template<typename EphemerisDataT = Aws::String>
48 void SetEphemerisData(EphemerisDataT&& value) { m_ephemerisDataHasBeenSet = true; m_ephemerisData = std::forward<EphemerisDataT>(value); }
49 template<typename EphemerisDataT = Aws::String>
50 EphemerisDescription& WithEphemerisData(EphemerisDataT&& value) { SetEphemerisData(std::forward<EphemerisDataT>(value)); return *this;}
52
54
57 inline const S3Object& GetSourceS3Object() const { return m_sourceS3Object; }
58 inline bool SourceS3ObjectHasBeenSet() const { return m_sourceS3ObjectHasBeenSet; }
59 template<typename SourceS3ObjectT = S3Object>
60 void SetSourceS3Object(SourceS3ObjectT&& value) { m_sourceS3ObjectHasBeenSet = true; m_sourceS3Object = std::forward<SourceS3ObjectT>(value); }
61 template<typename SourceS3ObjectT = S3Object>
62 EphemerisDescription& WithSourceS3Object(SourceS3ObjectT&& value) { SetSourceS3Object(std::forward<SourceS3ObjectT>(value)); return *this;}
64 private:
65
66 Aws::String m_ephemerisData;
67 bool m_ephemerisDataHasBeenSet = false;
68
69 S3Object m_sourceS3Object;
70 bool m_sourceS3ObjectHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace GroundStation
75} // namespace Aws
EphemerisDescription & WithEphemerisData(EphemerisDataT &&value)
AWS_GROUNDSTATION_API EphemerisDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API EphemerisDescription()=default
AWS_GROUNDSTATION_API EphemerisDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
EphemerisDescription & WithSourceS3Object(SourceS3ObjectT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue