AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetMapMatchingConfig(const MapMatchingConfig& value) { m_mapMatchingConfigHasBeenSet = true; m_mapMatchingConfig = value; }
49 inline void SetMapMatchingConfig(MapMatchingConfig&& value) { m_mapMatchingConfigHasBeenSet = true; m_mapMatchingConfig = std::move(value); }
53
55
58 inline const ReverseGeocodingConfig& GetReverseGeocodingConfig() const{ return m_reverseGeocodingConfig; }
59 inline bool ReverseGeocodingConfigHasBeenSet() const { return m_reverseGeocodingConfigHasBeenSet; }
60 inline void SetReverseGeocodingConfig(const ReverseGeocodingConfig& value) { m_reverseGeocodingConfigHasBeenSet = true; m_reverseGeocodingConfig = value; }
61 inline void SetReverseGeocodingConfig(ReverseGeocodingConfig&& value) { m_reverseGeocodingConfigHasBeenSet = true; m_reverseGeocodingConfig = std::move(value); }
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 & WithMapMatchingConfig(MapMatchingConfig &&value)
void SetReverseGeocodingConfig(const ReverseGeocodingConfig &value)
VectorEnrichmentJobConfig & WithReverseGeocodingConfig(const ReverseGeocodingConfig &value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
VectorEnrichmentJobConfig & WithMapMatchingConfig(const MapMatchingConfig &value)
VectorEnrichmentJobConfig & WithReverseGeocodingConfig(ReverseGeocodingConfig &&value)
AWS_SAGEMAKERGEOSPATIAL_API VectorEnrichmentJobConfig(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue