7#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace SageMakerGeospatial
50 inline void SetIdAttributeName(
const char* value) { m_idAttributeNameHasBeenSet =
true; m_idAttributeName.assign(value); }
64 inline void SetTimestampAttributeName(
const char* value) { m_timestampAttributeNameHasBeenSet =
true; m_timestampAttributeName.assign(value); }
78 inline void SetXAttributeName(
const char* value) { m_xAttributeNameHasBeenSet =
true; m_xAttributeName.assign(value); }
92 inline void SetYAttributeName(
const char* value) { m_yAttributeNameHasBeenSet =
true; m_yAttributeName.assign(value); }
100 bool m_idAttributeNameHasBeenSet =
false;
103 bool m_timestampAttributeNameHasBeenSet =
false;
106 bool m_xAttributeNameHasBeenSet =
false;
109 bool m_yAttributeNameHasBeenSet =
false;
const Aws::String & GetTimestampAttributeName() const
bool IdAttributeNameHasBeenSet() const
MapMatchingConfig & WithTimestampAttributeName(const char *value)
MapMatchingConfig & WithYAttributeName(const Aws::String &value)
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
bool TimestampAttributeNameHasBeenSet() const
bool YAttributeNameHasBeenSet() const
void SetXAttributeName(Aws::String &&value)
void SetXAttributeName(const char *value)
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig()
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetXAttributeName() const
MapMatchingConfig & WithXAttributeName(const Aws::String &value)
void SetTimestampAttributeName(const char *value)
const Aws::String & GetYAttributeName() const
MapMatchingConfig & WithTimestampAttributeName(const Aws::String &value)
AWS_SAGEMAKERGEOSPATIAL_API MapMatchingConfig(Aws::Utils::Json::JsonView jsonValue)
MapMatchingConfig & WithTimestampAttributeName(Aws::String &&value)
MapMatchingConfig & WithYAttributeName(Aws::String &&value)
const Aws::String & GetIdAttributeName() const
MapMatchingConfig & WithIdAttributeName(const char *value)
void SetTimestampAttributeName(const Aws::String &value)
void SetIdAttributeName(Aws::String &&value)
void SetYAttributeName(const Aws::String &value)
MapMatchingConfig & WithIdAttributeName(Aws::String &&value)
void SetIdAttributeName(const Aws::String &value)
MapMatchingConfig & WithXAttributeName(Aws::String &&value)
MapMatchingConfig & WithIdAttributeName(const Aws::String &value)
void SetYAttributeName(const char *value)
bool XAttributeNameHasBeenSet() const
void SetIdAttributeName(const char *value)
void SetYAttributeName(Aws::String &&value)
MapMatchingConfig & WithXAttributeName(const char *value)
void SetXAttributeName(const Aws::String &value)
void SetTimestampAttributeName(Aws::String &&value)
MapMatchingConfig & WithYAttributeName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue