AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetIdAttributeName(const Aws::String& value) { m_idAttributeNameHasBeenSet = true; m_idAttributeName = value; }
49 inline void SetIdAttributeName(Aws::String&& value) { m_idAttributeNameHasBeenSet = true; m_idAttributeName = std::move(value); }
50 inline void SetIdAttributeName(const char* value) { m_idAttributeNameHasBeenSet = true; m_idAttributeName.assign(value); }
51 inline MapMatchingConfig& WithIdAttributeName(const Aws::String& value) { SetIdAttributeName(value); return *this;}
52 inline MapMatchingConfig& WithIdAttributeName(Aws::String&& value) { SetIdAttributeName(std::move(value)); return *this;}
53 inline MapMatchingConfig& WithIdAttributeName(const char* value) { SetIdAttributeName(value); return *this;}
55
57
60 inline const Aws::String& GetTimestampAttributeName() const{ return m_timestampAttributeName; }
61 inline bool TimestampAttributeNameHasBeenSet() const { return m_timestampAttributeNameHasBeenSet; }
62 inline void SetTimestampAttributeName(const Aws::String& value) { m_timestampAttributeNameHasBeenSet = true; m_timestampAttributeName = value; }
63 inline void SetTimestampAttributeName(Aws::String&& value) { m_timestampAttributeNameHasBeenSet = true; m_timestampAttributeName = std::move(value); }
64 inline void SetTimestampAttributeName(const char* value) { m_timestampAttributeNameHasBeenSet = true; m_timestampAttributeName.assign(value); }
66 inline MapMatchingConfig& WithTimestampAttributeName(Aws::String&& value) { SetTimestampAttributeName(std::move(value)); return *this;}
67 inline MapMatchingConfig& WithTimestampAttributeName(const char* value) { SetTimestampAttributeName(value); return *this;}
69
71
74 inline const Aws::String& GetXAttributeName() const{ return m_xAttributeName; }
75 inline bool XAttributeNameHasBeenSet() const { return m_xAttributeNameHasBeenSet; }
76 inline void SetXAttributeName(const Aws::String& value) { m_xAttributeNameHasBeenSet = true; m_xAttributeName = value; }
77 inline void SetXAttributeName(Aws::String&& value) { m_xAttributeNameHasBeenSet = true; m_xAttributeName = std::move(value); }
78 inline void SetXAttributeName(const char* value) { m_xAttributeNameHasBeenSet = true; m_xAttributeName.assign(value); }
79 inline MapMatchingConfig& WithXAttributeName(const Aws::String& value) { SetXAttributeName(value); return *this;}
80 inline MapMatchingConfig& WithXAttributeName(Aws::String&& value) { SetXAttributeName(std::move(value)); return *this;}
81 inline MapMatchingConfig& WithXAttributeName(const char* value) { SetXAttributeName(value); return *this;}
83
85
88 inline const Aws::String& GetYAttributeName() const{ return m_yAttributeName; }
89 inline bool YAttributeNameHasBeenSet() const { return m_yAttributeNameHasBeenSet; }
90 inline void SetYAttributeName(const Aws::String& value) { m_yAttributeNameHasBeenSet = true; m_yAttributeName = value; }
91 inline void SetYAttributeName(Aws::String&& value) { m_yAttributeNameHasBeenSet = true; m_yAttributeName = std::move(value); }
92 inline void SetYAttributeName(const char* value) { m_yAttributeNameHasBeenSet = true; m_yAttributeName.assign(value); }
93 inline MapMatchingConfig& WithYAttributeName(const Aws::String& value) { SetYAttributeName(value); return *this;}
94 inline MapMatchingConfig& WithYAttributeName(Aws::String&& value) { SetYAttributeName(std::move(value)); return *this;}
95 inline MapMatchingConfig& WithYAttributeName(const char* value) { SetYAttributeName(value); return *this;}
97 private:
98
99 Aws::String m_idAttributeName;
100 bool m_idAttributeNameHasBeenSet = false;
101
102 Aws::String m_timestampAttributeName;
103 bool m_timestampAttributeNameHasBeenSet = false;
104
105 Aws::String m_xAttributeName;
106 bool m_xAttributeNameHasBeenSet = false;
107
108 Aws::String m_yAttributeName;
109 bool m_yAttributeNameHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace SageMakerGeospatial
114} // namespace Aws
MapMatchingConfig & WithTimestampAttributeName(const char *value)
MapMatchingConfig & WithYAttributeName(const Aws::String &value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig()
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
MapMatchingConfig & WithXAttributeName(const Aws::String &value)
MapMatchingConfig & WithTimestampAttributeName(const Aws::String &value)
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig(Aws::Utils::Json::JsonView jsonValue)
MapMatchingConfig & WithTimestampAttributeName(Aws::String &&value)
MapMatchingConfig & WithYAttributeName(Aws::String &&value)
MapMatchingConfig & WithIdAttributeName(const char *value)
void SetTimestampAttributeName(const Aws::String &value)
MapMatchingConfig & WithIdAttributeName(Aws::String &&value)
MapMatchingConfig & WithXAttributeName(Aws::String &&value)
MapMatchingConfig & WithIdAttributeName(const Aws::String &value)
MapMatchingConfig & WithXAttributeName(const char *value)
MapMatchingConfig & WithYAttributeName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue