AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ReverseGeocodingConfig.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 ReverseGeocodingConfig() = default;
36 AWS_SAGEMAKERGEOSPATIAL_API ReverseGeocodingConfig(Aws::Utils::Json::JsonView jsonValue);
37 AWS_SAGEMAKERGEOSPATIAL_API ReverseGeocodingConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetXAttributeName() const { return m_xAttributeName; }
47 inline bool XAttributeNameHasBeenSet() const { return m_xAttributeNameHasBeenSet; }
48 template<typename XAttributeNameT = Aws::String>
49 void SetXAttributeName(XAttributeNameT&& value) { m_xAttributeNameHasBeenSet = true; m_xAttributeName = std::forward<XAttributeNameT>(value); }
50 template<typename XAttributeNameT = Aws::String>
51 ReverseGeocodingConfig& WithXAttributeName(XAttributeNameT&& value) { SetXAttributeName(std::forward<XAttributeNameT>(value)); return *this;}
53
55
59 inline const Aws::String& GetYAttributeName() const { return m_yAttributeName; }
60 inline bool YAttributeNameHasBeenSet() const { return m_yAttributeNameHasBeenSet; }
61 template<typename YAttributeNameT = Aws::String>
62 void SetYAttributeName(YAttributeNameT&& value) { m_yAttributeNameHasBeenSet = true; m_yAttributeName = std::forward<YAttributeNameT>(value); }
63 template<typename YAttributeNameT = Aws::String>
64 ReverseGeocodingConfig& WithYAttributeName(YAttributeNameT&& value) { SetYAttributeName(std::forward<YAttributeNameT>(value)); return *this;}
66 private:
67
68 Aws::String m_xAttributeName;
69 bool m_xAttributeNameHasBeenSet = false;
70
71 Aws::String m_yAttributeName;
72 bool m_yAttributeNameHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace SageMakerGeospatial
77} // namespace Aws
ReverseGeocodingConfig & WithXAttributeName(XAttributeNameT &&value)
AWS_SAGEMAKERGEOSPATIAL_API ReverseGeocodingConfig()=default
AWS_SAGEMAKERGEOSPATIAL_API ReverseGeocodingConfig(Aws::Utils::Json::JsonView jsonValue)
ReverseGeocodingConfig & WithYAttributeName(YAttributeNameT &&value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKERGEOSPATIAL_API ReverseGeocodingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue