AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TrackingConfig.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/Criticality.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace GroundStation
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_GROUNDSTATION_API TrackingConfig();
37 AWS_GROUNDSTATION_API TrackingConfig(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GROUNDSTATION_API TrackingConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Criticality& GetAutotrack() const{ return m_autotrack; }
47 inline bool AutotrackHasBeenSet() const { return m_autotrackHasBeenSet; }
48 inline void SetAutotrack(const Criticality& value) { m_autotrackHasBeenSet = true; m_autotrack = value; }
49 inline void SetAutotrack(Criticality&& value) { m_autotrackHasBeenSet = true; m_autotrack = std::move(value); }
50 inline TrackingConfig& WithAutotrack(const Criticality& value) { SetAutotrack(value); return *this;}
51 inline TrackingConfig& WithAutotrack(Criticality&& value) { SetAutotrack(std::move(value)); return *this;}
53 private:
54
55 Criticality m_autotrack;
56 bool m_autotrackHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace GroundStation
61} // namespace Aws
TrackingConfig & WithAutotrack(Criticality &&value)
void SetAutotrack(const Criticality &value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API TrackingConfig()
AWS_GROUNDSTATION_API TrackingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API TrackingConfig(Aws::Utils::Json::JsonView jsonValue)
TrackingConfig & WithAutotrack(const Criticality &value)
const Criticality & GetAutotrack() const
Aws::Utils::Json::JsonValue JsonValue