AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
VectorEnrichmentJobConfig.h
1
6#pragma once
7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/sagemaker-geospatial/model/MapMatchingConfig.h>
9#include <aws/sagemaker-geospatial/model/ReverseGeocodingConfig.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace SageMakerGeospatial
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobConfig() = default;
37 AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobConfig(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const MapMatchingConfig& GetMapMatchingConfig() const { return m_mapMatchingConfig; }
47 inline bool MapMatchingConfigHasBeenSet() const { return m_mapMatchingConfigHasBeenSet; }
48 template<typename MapMatchingConfigT = MapMatchingConfig>
49 void SetMapMatchingConfig(MapMatchingConfigT&& value) { m_mapMatchingConfigHasBeenSet = true; m_mapMatchingConfig = std::forward<MapMatchingConfigT>(value); }
50 template<typename MapMatchingConfigT = MapMatchingConfig>
51 VectorEnrichmentJobConfig& WithMapMatchingConfig(MapMatchingConfigT&& value) { SetMapMatchingConfig(std::forward<MapMatchingConfigT>(value)); return *this;}
53
55
58 inline const ReverseGeocodingConfig& GetReverseGeocodingConfig() const { return m_reverseGeocodingConfig; }
59 inline bool ReverseGeocodingConfigHasBeenSet() const { return m_reverseGeocodingConfigHasBeenSet; }
60 template<typename ReverseGeocodingConfigT = ReverseGeocodingConfig>
61 void SetReverseGeocodingConfig(ReverseGeocodingConfigT&& value) { m_reverseGeocodingConfigHasBeenSet = true; m_reverseGeocodingConfig = std::forward<ReverseGeocodingConfigT>(value); }
62 template<typename ReverseGeocodingConfigT = ReverseGeocodingConfig>
63 VectorEnrichmentJobConfig& WithReverseGeocodingConfig(ReverseGeocodingConfigT&& value) { SetReverseGeocodingConfig(std::forward<ReverseGeocodingConfigT>(value)); return *this;}
65 private:
66
67 MapMatchingConfig m_mapMatchingConfig;
68 bool m_mapMatchingConfigHasBeenSet = false;
69
70 ReverseGeocodingConfig m_reverseGeocodingConfig;
71 bool m_reverseGeocodingConfigHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace SageMakerGeospatial
76} // namespace Aws
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
VectorEnrichmentJobConfig & WithReverseGeocodingConfig(ReverseGeocodingConfigT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobConfig()=default
VectorEnrichmentJobConfig & WithMapMatchingConfig(MapMatchingConfigT &&value)
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue