AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 Criticality GetAutotrack() const { return m_autotrack; }
47 inline bool AutotrackHasBeenSet() const { return m_autotrackHasBeenSet; }
48 inline void SetAutotrack(Criticality value) { m_autotrackHasBeenSet = true; m_autotrack = value; }
49 inline TrackingConfig& WithAutotrack(Criticality value) { SetAutotrack(value); return *this;}
51 private:
52
54 bool m_autotrackHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace GroundStation
59} // 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