AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
OEMEphemeris.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
40 {
41 public:
42 AWS_GROUNDSTATION_API OEMEphemeris() = default;
43 AWS_GROUNDSTATION_API OEMEphemeris(Aws::Utils::Json::JsonView jsonValue);
44 AWS_GROUNDSTATION_API OEMEphemeris& operator=(Aws::Utils::Json::JsonView jsonValue);
45 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
53 inline const Aws::String& GetOemData() const { return m_oemData; }
54 inline bool OemDataHasBeenSet() const { return m_oemDataHasBeenSet; }
55 template<typename OemDataT = Aws::String>
56 void SetOemData(OemDataT&& value) { m_oemDataHasBeenSet = true; m_oemData = std::forward<OemDataT>(value); }
57 template<typename OemDataT = Aws::String>
58 OEMEphemeris& WithOemData(OemDataT&& value) { SetOemData(std::forward<OemDataT>(value)); return *this;}
60
62
65 inline const S3Object& GetS3Object() const { return m_s3Object; }
66 inline bool S3ObjectHasBeenSet() const { return m_s3ObjectHasBeenSet; }
67 template<typename S3ObjectT = S3Object>
68 void SetS3Object(S3ObjectT&& value) { m_s3ObjectHasBeenSet = true; m_s3Object = std::forward<S3ObjectT>(value); }
69 template<typename S3ObjectT = S3Object>
70 OEMEphemeris& WithS3Object(S3ObjectT&& value) { SetS3Object(std::forward<S3ObjectT>(value)); return *this;}
72 private:
73
74 Aws::String m_oemData;
75 bool m_oemDataHasBeenSet = false;
76
77 S3Object m_s3Object;
78 bool m_s3ObjectHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace GroundStation
83} // namespace Aws
AWS_GROUNDSTATION_API OEMEphemeris & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API OEMEphemeris()=default
OEMEphemeris & WithS3Object(S3ObjectT &&value)
AWS_GROUNDSTATION_API OEMEphemeris(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
const S3Object & GetS3Object() const
const Aws::String & GetOemData() const
OEMEphemeris & WithOemData(OemDataT &&value)
void SetS3Object(S3ObjectT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue