AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetEphemerisData(const Aws::String& value) { m_ephemerisDataHasBeenSet = true; m_ephemerisData = value; }
48 inline void SetEphemerisData(Aws::String&& value) { m_ephemerisDataHasBeenSet = true; m_ephemerisData = std::move(value); }
49 inline void SetEphemerisData(const char* value) { m_ephemerisDataHasBeenSet = true; m_ephemerisData.assign(value); }
50 inline EphemerisDescription& WithEphemerisData(const Aws::String& value) { SetEphemerisData(value); return *this;}
51 inline EphemerisDescription& WithEphemerisData(Aws::String&& value) { SetEphemerisData(std::move(value)); return *this;}
52 inline EphemerisDescription& WithEphemerisData(const char* value) { SetEphemerisData(value); return *this;}
54
56
59 inline const S3Object& GetSourceS3Object() const{ return m_sourceS3Object; }
60 inline bool SourceS3ObjectHasBeenSet() const { return m_sourceS3ObjectHasBeenSet; }
61 inline void SetSourceS3Object(const S3Object& value) { m_sourceS3ObjectHasBeenSet = true; m_sourceS3Object = value; }
62 inline void SetSourceS3Object(S3Object&& value) { m_sourceS3ObjectHasBeenSet = true; m_sourceS3Object = std::move(value); }
63 inline EphemerisDescription& WithSourceS3Object(const S3Object& value) { SetSourceS3Object(value); return *this;}
64 inline EphemerisDescription& WithSourceS3Object(S3Object&& value) { SetSourceS3Object(std::move(value)); return *this;}
66 private:
67
68 Aws::String m_ephemerisData;
69 bool m_ephemerisDataHasBeenSet = false;
70
71 S3Object m_sourceS3Object;
72 bool m_sourceS3ObjectHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace GroundStation
77} // namespace Aws
AWS_GROUNDSTATION_API EphemerisDescription(Aws::Utils::Json::JsonView jsonValue)
EphemerisDescription & WithEphemerisData(const Aws::String &value)
EphemerisDescription & WithSourceS3Object(const S3Object &value)
EphemerisDescription & WithEphemerisData(const char *value)
AWS_GROUNDSTATION_API EphemerisDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
EphemerisDescription & WithSourceS3Object(S3Object &&value)
EphemerisDescription & WithEphemerisData(Aws::String &&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