7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
19namespace SageMakerGeospatial {
42 template <
typename IdAttributeNameT = Aws::String>
44 m_idAttributeNameHasBeenSet =
true;
45 m_idAttributeName = std::forward<IdAttributeNameT>(value);
47 template <
typename IdAttributeNameT = Aws::String>
60 template <
typename TimestampAttributeNameT = Aws::String>
62 m_timestampAttributeNameHasBeenSet =
true;
63 m_timestampAttributeName = std::forward<TimestampAttributeNameT>(value);
65 template <
typename TimestampAttributeNameT = Aws::String>
78 template <
typename XAttributeNameT = Aws::String>
80 m_xAttributeNameHasBeenSet =
true;
81 m_xAttributeName = std::forward<XAttributeNameT>(value);
83 template <
typename XAttributeNameT = Aws::String>
96 template <
typename YAttributeNameT = Aws::String>
98 m_yAttributeNameHasBeenSet =
true;
99 m_yAttributeName = std::forward<YAttributeNameT>(value);
101 template <
typename YAttributeNameT = Aws::String>
115 bool m_idAttributeNameHasBeenSet =
false;
116 bool m_timestampAttributeNameHasBeenSet =
false;
117 bool m_xAttributeNameHasBeenSet =
false;
118 bool m_yAttributeNameHasBeenSet =
false;
const Aws::String & GetTimestampAttributeName() const
bool IdAttributeNameHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimestampAttributeNameHasBeenSet() const
bool YAttributeNameHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
MapMatchingConfig & WithXAttributeName(XAttributeNameT &&value)
const Aws::String & GetXAttributeName() const
void SetYAttributeName(YAttributeNameT &&value)
void SetXAttributeName(XAttributeNameT &&value)
MapMatchingConfig & WithYAttributeName(YAttributeNameT &&value)
void SetIdAttributeName(IdAttributeNameT &&value)
const Aws::String & GetYAttributeName() const
void SetTimestampAttributeName(TimestampAttributeNameT &&value)
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig()=default
const Aws::String & GetIdAttributeName() const
bool XAttributeNameHasBeenSet() const
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