7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace SageMakerGeospatial
48 template<
typename IdAttributeNameT = Aws::String>
49 void SetIdAttributeName(IdAttributeNameT&& value) { m_idAttributeNameHasBeenSet =
true; m_idAttributeName = std::forward<IdAttributeNameT>(value); }
50 template<
typename IdAttributeNameT = Aws::String>
60 template<
typename TimestampAttributeNameT = Aws::String>
61 void SetTimestampAttributeName(TimestampAttributeNameT&& value) { m_timestampAttributeNameHasBeenSet =
true; m_timestampAttributeName = std::forward<TimestampAttributeNameT>(value); }
62 template<
typename TimestampAttributeNameT = Aws::String>
72 template<
typename XAttributeNameT = Aws::String>
73 void SetXAttributeName(XAttributeNameT&& value) { m_xAttributeNameHasBeenSet =
true; m_xAttributeName = std::forward<XAttributeNameT>(value); }
74 template<
typename XAttributeNameT = Aws::String>
84 template<
typename YAttributeNameT = Aws::String>
85 void SetYAttributeName(YAttributeNameT&& value) { m_yAttributeNameHasBeenSet =
true; m_yAttributeName = std::forward<YAttributeNameT>(value); }
86 template<
typename YAttributeNameT = Aws::String>
92 bool m_idAttributeNameHasBeenSet =
false;
95 bool m_timestampAttributeNameHasBeenSet =
false;
98 bool m_xAttributeNameHasBeenSet =
false;
101 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