AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
MapMatchingConfig.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.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 SageMakerGeospatial
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig() = default;
36 AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig(Aws::Utils::Json::JsonView jsonValue);
37 AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetIdAttributeName() const { return m_idAttributeName; }
47 inline bool IdAttributeNameHasBeenSet() const { return m_idAttributeNameHasBeenSet; }
48 template<typename IdAttributeNameT = Aws::String>
49 void SetIdAttributeName(IdAttributeNameT&& value) { m_idAttributeNameHasBeenSet = true; m_idAttributeName = std::forward<IdAttributeNameT>(value); }
50 template<typename IdAttributeNameT = Aws::String>
51 MapMatchingConfig& WithIdAttributeName(IdAttributeNameT&& value) { SetIdAttributeName(std::forward<IdAttributeNameT>(value)); return *this;}
53
55
58 inline const Aws::String& GetTimestampAttributeName() const { return m_timestampAttributeName; }
59 inline bool TimestampAttributeNameHasBeenSet() const { return m_timestampAttributeNameHasBeenSet; }
60 template<typename TimestampAttributeNameT = Aws::String>
61 void SetTimestampAttributeName(TimestampAttributeNameT&& value) { m_timestampAttributeNameHasBeenSet = true; m_timestampAttributeName = std::forward<TimestampAttributeNameT>(value); }
62 template<typename TimestampAttributeNameT = Aws::String>
63 MapMatchingConfig& WithTimestampAttributeName(TimestampAttributeNameT&& value) { SetTimestampAttributeName(std::forward<TimestampAttributeNameT>(value)); return *this;}
65
67
70 inline const Aws::String& GetXAttributeName() const { return m_xAttributeName; }
71 inline bool XAttributeNameHasBeenSet() const { return m_xAttributeNameHasBeenSet; }
72 template<typename XAttributeNameT = Aws::String>
73 void SetXAttributeName(XAttributeNameT&& value) { m_xAttributeNameHasBeenSet = true; m_xAttributeName = std::forward<XAttributeNameT>(value); }
74 template<typename XAttributeNameT = Aws::String>
75 MapMatchingConfig& WithXAttributeName(XAttributeNameT&& value) { SetXAttributeName(std::forward<XAttributeNameT>(value)); return *this;}
77
79
82 inline const Aws::String& GetYAttributeName() const { return m_yAttributeName; }
83 inline bool YAttributeNameHasBeenSet() const { return m_yAttributeNameHasBeenSet; }
84 template<typename YAttributeNameT = Aws::String>
85 void SetYAttributeName(YAttributeNameT&& value) { m_yAttributeNameHasBeenSet = true; m_yAttributeName = std::forward<YAttributeNameT>(value); }
86 template<typename YAttributeNameT = Aws::String>
87 MapMatchingConfig& WithYAttributeName(YAttributeNameT&& value) { SetYAttributeName(std::forward<YAttributeNameT>(value)); return *this;}
89 private:
90
91 Aws::String m_idAttributeName;
92 bool m_idAttributeNameHasBeenSet = false;
93
94 Aws::String m_timestampAttributeName;
95 bool m_timestampAttributeNameHasBeenSet = false;
96
97 Aws::String m_xAttributeName;
98 bool m_xAttributeNameHasBeenSet = false;
99
100 Aws::String m_yAttributeName;
101 bool m_yAttributeNameHasBeenSet = false;
102 };
103
104} // namespace Model
105} // namespace SageMakerGeospatial
106} // namespace Aws
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
MapMatchingConfig & WithXAttributeName(XAttributeNameT &&value)
MapMatchingConfig & WithYAttributeName(YAttributeNameT &&value)
void SetTimestampAttributeName(TimestampAttributeNameT &&value)
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig()=default
MapMatchingConfig & WithTimestampAttributeName(TimestampAttributeNameT &&value)
MapMatchingConfig & WithIdAttributeName(IdAttributeNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue