AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
ProgramTrackSettings.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/AzElProgramTrackSettings.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace GroundStation {
20namespace Model {
21
29 public:
30 AWS_GROUNDSTATION_API ProgramTrackSettings() = default;
31 AWS_GROUNDSTATION_API ProgramTrackSettings(Aws::Utils::Json::JsonView jsonValue);
33 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const AzElProgramTrackSettings& GetAzEl() const { return m_azEl; }
40 inline bool AzElHasBeenSet() const { return m_azElHasBeenSet; }
41 template <typename AzElT = AzElProgramTrackSettings>
42 void SetAzEl(AzElT&& value) {
43 m_azElHasBeenSet = true;
44 m_azEl = std::forward<AzElT>(value);
45 }
46 template <typename AzElT = AzElProgramTrackSettings>
48 SetAzEl(std::forward<AzElT>(value));
49 return *this;
50 }
52 private:
54 bool m_azElHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace GroundStation
59} // namespace Aws
ProgramTrackSettings & WithAzEl(AzElT &&value)
AWS_GROUNDSTATION_API ProgramTrackSettings()=default
AWS_GROUNDSTATION_API ProgramTrackSettings(Aws::Utils::Json::JsonView jsonValue)
const AzElProgramTrackSettings & GetAzEl() const
AWS_GROUNDSTATION_API ProgramTrackSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue