AWS SDK for C++

AWS SDK for C++ Version 1.11.742

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
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
30 public:
31 AWS_GROUNDSTATION_API TrackingConfig() = default;
32 AWS_GROUNDSTATION_API TrackingConfig(Aws::Utils::Json::JsonView jsonValue);
33 AWS_GROUNDSTATION_API TrackingConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline Criticality GetAutotrack() const { return m_autotrack; }
41 inline bool AutotrackHasBeenSet() const { return m_autotrackHasBeenSet; }
42 inline void SetAutotrack(Criticality value) {
43 m_autotrackHasBeenSet = true;
44 m_autotrack = value;
45 }
47 SetAutotrack(value);
48 return *this;
49 }
51 private:
53 bool m_autotrackHasBeenSet = false;
54};
55
56} // namespace Model
57} // namespace GroundStation
58} // namespace Aws
TrackingConfig & WithAutotrack(Criticality value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API TrackingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API TrackingConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API TrackingConfig()=default
Aws::Utils::Json::JsonValue JsonValue